Home
last modified time | relevance | path

Searched refs:cpu_nr (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dcpu.c53 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 Dhw_cpu.c80 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 Dmon.h57 int cpu_nr);
99 int cpu_nr);
H A Demul_generic.c39 cpu_nr(processor) + 1, in emul_syscall_enter()
H A DChangeLog-20213398 (print_jump): For safety, restart smp loop when cpu_nr >= nr_cpus,
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_cpu.c80 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 Dmon.h57 int cpu_nr);
99 int cpu_nr);
/netbsd-src/sys/arch/x86/x86/
H A Dcpu_ucode.c117 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 Dcompat_60_cpu_ucode.c75 data.cpu_nr = CPU_UCODE_ALL_CPUS; in compat6_cpu_ucode_apply()
/netbsd-src/usr.sbin/cpuctl/
H A Dcpuctl.c220 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 Dcpuio.h87 int cpu_nr; /* CPU index or special value below */ member
/netbsd-src/usr.sbin/cpuctl/arch/
H A Di386.c2615 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 DChangeLog-20212685 * sim-trace.c (trace_option_handler): Move cpu_nr decl behind