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

/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c411 u_int boot_base = (u_int) bootMP; local
433 dst32 = (u_int32_t *) (dst + ((u_int) & mp_gdtbase - boot_base));
434 *dst32 = boot_address + ((u_int) & MP_GDT - boot_base);
437 dst32 = (u_int32_t *) (dst + ((u_int) bigJump - boot_base) + 1);
441 dst16 = (u_int16_t *) (dst + ((u_int) bootCodeSeg - boot_base));
447 dst16 = (u_int16_t *) (dst + ((u_int) bootDataSeg - boot_base));

Completed in 67 milliseconds