Searched refs:PT2_l2 (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 220 PT2_l2 = &PT2_l1[512]; in elf64_exec() 221 PT2_l3 = &PT2_l2[512]; in elf64_exec() 229 PT3_l[2] = (uintptr_t)PT2_l2 | 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 177 PT2_l2 = &PT4[NPML4EPG * 5]; in elf64_exec() 186 PT3_l[2] = (pdp_entry_t)PT2_l2 | 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 293 PT2_l2 = &PT4[NPML4EPG * 5]; in elf64_exec() 302 PT3_l[2] = (pdp_entry_t)PT2_l2 | PG_V | PG_RW; in elf64_exec() 334 PT2_l2 = &PT4[NPML4EPG * 5]; in elf64_exec()
|