Searched refs:PT2_l0 (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 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 D | elf64_freebsd.c | 119 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 D | elf64_freebsd.c | 72 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()
|