Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/amd64/
HDmpboot.S116 leal mptramp_pagetables-mptramp_start(%ebx),%eax
208 .globl mptramp_pagetables
209 mptramp_pagetables: label
HDmp_machdep.c113 mptramp_pagetables = boot_address - (PAGE_SIZE * 3); in mp_bootaddress()
115 return mptramp_pagetables; in mp_bootaddress()
310 pt4 = (u_int64_t *)(uintptr_t)(mptramp_pagetables + KERNBASE); in native_start_all_aps()
317 pt4[i] = (u_int64_t)(uintptr_t)(mptramp_pagetables + PAGE_SIZE); in native_start_all_aps()
321 pt3[i] = (u_int64_t)(uintptr_t)(mptramp_pagetables + (2 * PAGE_SIZE)); in native_start_all_aps()
/NextBSD/sys/amd64/include/
HDsmp.h30 extern u_int32_t mptramp_pagetables;