Searched refs:MP_TRAMPOLINE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dmpbiosvar.h38 #define MP_TRAMPOLINE (2 * PAGE_SIZE) macro
/netbsd-current/sys/arch/i386/i386/
H A Dmptramp.S89 #define _TRMP_LABEL(a) a = . - _C_LABEL(cpu_spinup_trampoline) + MP_TRAMPOLINE
95 #define SMP_DATA (MP_TRAMPOLINE + PAGE_SIZE - 3 * 4)
217 _C_LABEL(cpu_spinup_trampoline_end): /* end of code copied to MP_TRAMPOLINE */
/netbsd-current/sys/arch/amd64/amd64/
H A Dmptramp.S87 #define _TRMP_LABEL(a) a = . - _C_LABEL(cpu_spinup_trampoline) + MP_TRAMPOLINE
93 #define SMP_DATA (MP_TRAMPOLINE + PAGE_SIZE - 3 * 4)
222 _C_LABEL(cpu_spinup_trampoline_end): /* end of code copied to MP_TRAMPOLINE */
/netbsd-current/sys/arch/xen/x86/
H A Dcpu.c179 paddr_t mp_trampoline_paddr = MP_TRAMPOLINE;
/netbsd-current/sys/arch/x86/x86/
H A Dcpu.c202 paddr_t mp_trampoline_paddr = MP_TRAMPOLINE;

Completed in 199 milliseconds