Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c99 #define AP_BOOTPT_SZ (PAGE_SIZE * 4) macro
127 return (start + AP_BOOTPT_SZ <= GiB(4) && atop(end) < Maxmem); in is_mpboot_good()
156 end = start + AP_BOOTPT_SZ; in mp_bootaddress()
170 start = end - AP_BOOTPT_SZ; in mp_bootaddress()
187 mptramp_pagetables = trunc_page(boot_address) - AP_BOOTPT_SZ; in mp_bootaddress()