Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dmpboot.S235 .globl bootMP_size
236 bootMP_size: label
H A Dmp_machdep.c410 bcopy(mptramp_start, (void *)PHYS_TO_DMAP(boot_address), bootMP_size); in native_start_all_aps()
/f-stack/freebsd/i386/i386/
H A Dmpboot.s281 .globl bootMP_size
282 bootMP_size: label
H A Dmp_machdep.c400 int size = *(int *) ((u_long) & bootMP_size); in install_ap_tramp()
/f-stack/freebsd/x86/include/
H A Dx86_smp.h36 extern unsigned int bootMP_size;
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c950 round_page(bootMP_size)) in alloc_ap_trampoline()
960 if ((physmap[i + 1] - boot_address) < bootMP_size) in alloc_ap_trampoline()
961 boot_address -= round_page(bootMP_size); in alloc_ap_trampoline()
965 physmap[i] = boot_address + round_page(bootMP_size); in alloc_ap_trampoline()
976 boot_address = basemem * 1024 - bootMP_size; in alloc_ap_trampoline()