Home
last modified time | relevance | path

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

/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
218 PT2_l0 = &PT3_u[512]; in elf64_exec()
219 PT2_l1 = &PT2_l0[512]; in elf64_exec()
227 PT3_l[0] = (uintptr_t)PT2_l0 | PG_V | PG_RW; in elf64_exec()
232 PT2_l0[i] = ((pd_entry_t)i * M(2)) | PG_V | PG_RW | PG_PS; 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
291 PT2_l0 = &PT4[NPML4EPG * 3]; in elf64_exec()
300 PT3_l[0] = (pdp_entry_t)PT2_l0 | PG_V | PG_RW; in elf64_exec()
305 PT2_l0[i] = ((pd_entry_t)i << PDRSHIFT) | PG_V | in elf64_exec()
332 PT2_l0 = &PT4[NPML4EPG * 3]; in elf64_exec()
356 PT2_l0[i] = ((pd_entry_t)i << PDRSHIFT) | PG_V | in elf64_exec()
/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
175 PT2_l0 = &PT4[NPML4EPG * 3]; in elf64_exec()
184 PT3_l[0] = (pdp_entry_t)PT2_l0 | PG_V | PG_RW; in elf64_exec()
189 PT2_l0[i] = ((pd_entry_t)i << PDRSHIFT) | PG_V | in elf64_exec()