Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c404 u_int boot_base = (u_int) bootMP; in install_ap_tramp() local
426 dst32 = (u_int32_t *) (dst + ((u_int) & mp_gdtbase - boot_base)); in install_ap_tramp()
427 *dst32 = boot_address + ((u_int) & MP_GDT - boot_base); in install_ap_tramp()
430 dst32 = (u_int32_t *) (dst + ((u_int) bigJump - boot_base) + 1); in install_ap_tramp()
434 dst16 = (u_int16_t *) (dst + ((u_int) bootCodeSeg - boot_base)); in install_ap_tramp()
440 dst16 = (u_int16_t *) (dst + ((u_int) bootDataSeg - boot_base)); in install_ap_tramp()