Searched refs:PT2_l1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/efi/loader/arch/i386/ |
H A D | elf64_freebsd.c | 204 pd_entry_t *PT2_l0, *PT2_l1, *PT2_l2, *PT2_l3, *PT2_u0, *PT2_u1; in elf64_exec() local 219 PT2_l1 = &PT2_l0[512]; in elf64_exec() 220 PT2_l2 = &PT2_l1[512]; in elf64_exec() 228 PT3_l[1] = (uintptr_t)PT2_l1 | PG_V | PG_RW; in elf64_exec()
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | elf64_freebsd.c | 72 static pd_entry_t *PT2_l0, *PT2_l1, *PT2_l2, *PT2_l3, *PT2_u0, *PT2_u1; variable 176 PT2_l1 = &PT4[NPML4EPG * 4]; in elf64_exec() 185 PT3_l[1] = (pdp_entry_t)PT2_l1 | PG_V | PG_RW; in elf64_exec()
|
/freebsd/stand/kboot/kboot/arch/amd64/ |
H A D | elf64_freebsd.c | 119 static pd_entry_t *PT2_l0, *PT2_l1, *PT2_l2, *PT2_l3, *PT2_u0, *PT2_u1; variable 292 PT2_l1 = &PT4[NPML4EPG * 4]; in elf64_exec() 301 PT3_l[1] = (pdp_entry_t)PT2_l1 | PG_V | PG_RW; in elf64_exec() 333 PT2_l1 = &PT4[NPML4EPG * 4]; in elf64_exec()
|