Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c72 static pd_entry_t *PT2_l0, *PT2_l1, *PT2_l2, *PT2_l3, *PT2_u0, *PT2_u1; variable
180 PT2_u1 = &PT4[NPML4EPG * 8]; in elf64_exec()
196 PT3_u[NPDPEPG - 1] = (pdp_entry_t)PT2_u1 | PG_V | PG_RW; in elf64_exec()
/freebsd/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c204 pd_entry_t *PT2_l0, *PT2_l1, *PT2_l2, *PT2_l3, *PT2_u0, *PT2_u1; in elf64_exec() local
223 PT2_u1 = &PT2_u0[512]; in elf64_exec()
237 PT3_u[511] = (uintptr_t)PT2_u1 | PG_V | PG_RW; in elf64_exec()
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c119 static pd_entry_t *PT2_l0, *PT2_l1, *PT2_l2, *PT2_l3, *PT2_u0, *PT2_u1; variable
296 PT2_u1 = &PT4[NPML4EPG * 8]; in elf64_exec()
312 PT3_u[NPDPEPG - 1] = (pdp_entry_t)PT2_u1 | PG_V | PG_RW; in elf64_exec()
337 PT2_u1 = &PT4[NPML4EPG * 8]; in elf64_exec()