Searched refs:cpu_nr (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | cpu.c | 53 int cpu_nr; member 83 int cpu_nr) in cpu_create() argument 99 processor->cpu_nr = cpu_nr; in cpu_create() 130 cpu_nr(cpu *processor) in cpu_nr() function 132 return processor->cpu_nr; in cpu_nr() 182 psim_restart(processor->system, processor->cpu_nr); in cpu_restart() 196 psim_halt(processor->system, processor->cpu_nr, reason, signal); in cpu_halt() 220 processor->cpu_nr + 1, (unsigned long)cia, message); in cpu_error()
|
H A D | hw_cpu.c | 80 int cpu_nr; member 114 hw_cpu->cpu_nr = device_find_integer_property(me, "cpu-nr"); in hw_cpu_init_address() 115 hw_cpu->processor = psim_cpu(device_system(me), hw_cpu->cpu_nr); in hw_cpu_init_address()
|
H A D | mon.h | 57 int cpu_nr); 99 int cpu_nr);
|
H A D | emul_generic.c | 39 cpu_nr(processor) + 1, in emul_syscall_enter()
|
H A D | ChangeLog-2021 | 3398 (print_jump): For safety, restart smp loop when cpu_nr >= nr_cpus,
|
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
H A D | hw_cpu.c | 80 int cpu_nr; member 114 hw_cpu->cpu_nr = device_find_integer_property(me, "cpu-nr"); in hw_cpu_init_address() 115 hw_cpu->processor = psim_cpu(device_system(me), hw_cpu->cpu_nr); in hw_cpu_init_address()
|
H A D | mon.h | 57 int cpu_nr); 99 int cpu_nr);
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | cpu_ucode.c | 117 error = cpu_ucode_amd_apply(sc, data->cpu_nr); in cpu_ucode_apply() 120 error = cpu_ucode_intel_apply(sc, data->cpu_nr); in cpu_ucode_apply() 141 if (data->cpu_nr != CPU_UCODE_ALL_CPUS) in cpu_ucode_apply()
|
H A D | compat_60_cpu_ucode.c | 75 data.cpu_nr = CPU_UCODE_ALL_CPUS; in compat6_cpu_ucode_apply()
|
/netbsd-src/usr.sbin/cpuctl/ |
H A D | cpuctl.c | 220 uc.cpu_nr = -1; in cpu_ucode() 224 uc.cpu_nr = id; in cpu_ucode() 237 if (uc.cpu_nr == CPU_UCODE_CURRENT_CPU) { in cpu_ucode()
|
/netbsd-src/sys/sys/ |
H A D | cpuio.h | 87 int cpu_nr; /* CPU index or special value below */ member
|
/netbsd-src/usr.sbin/cpuctl/arch/ |
H A D | i386.c | 2615 if (uc->cpu_nr != -1) { 2619 uc->cpu_nr = CPU_UCODE_ALL_CPUS; 2622 if (uc->cpu_nr == -1) 2623 uc->cpu_nr = CPU_UCODE_ALL_CPUS; /* for Xen */ 2625 uc->cpu_nr = CPU_UCODE_CURRENT_CPU;
|
/netbsd-src/external/gpl3/gdb/dist/sim/common/ |
H A D | ChangeLog-2021 | 2685 * sim-trace.c (trace_option_handler): Move cpu_nr decl behind
|