Home
last modified time | relevance | path

Searched refs:mp_gdtbase (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dmpboot.s269 .globl mp_gdtbase
274 mp_gdtbase: /* this will be modified by mpInstallTramp() */ label
H A Dmp_machdep.c394 extern u_int mp_gdtbase;
426 dst32 = (u_int32_t *) (dst + ((u_int) & mp_gdtbase - boot_base)); in install_ap_tramp()