/src/sys/arch/xen/x86/ |
cpu.c | 137 int mp_cpu_start(struct cpu_info *, vaddr_t); 139 const struct cpu_functions mp_cpu_funcs = { mp_cpu_start, NULL, 693 * mp_cpu_start(). 1006 mp_cpu_start(struct cpu_info *ci, vaddr_t target) function in typeref:typename:int
|
cpu.c | 137 int mp_cpu_start(struct cpu_info *, vaddr_t); 139 const struct cpu_functions mp_cpu_funcs = { mp_cpu_start, NULL, 693 * mp_cpu_start(). 1006 mp_cpu_start(struct cpu_info *ci, vaddr_t target) function in typeref:typename:int
|
/src/sys/arch/x86/x86/ |
cpu.c | 158 int mp_cpu_start(struct cpu_info *, paddr_t); 160 const struct cpu_functions mp_cpu_funcs = { mp_cpu_start, NULL, 1135 mp_cpu_start(struct cpu_info *ci, paddr_t target) function in typeref:typename:int 1164 aprint_error("mp_cpu_start: CPU does not have APIC\n");
|
cpu.c | 158 int mp_cpu_start(struct cpu_info *, paddr_t); 160 const struct cpu_functions mp_cpu_funcs = { mp_cpu_start, NULL, 1135 mp_cpu_start(struct cpu_info *ci, paddr_t target) function in typeref:typename:int 1164 aprint_error("mp_cpu_start: CPU does not have APIC\n");
|