Searched refs:PT2_u0 (Results 1 – 3 of 3) sorted by relevance
/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 295 PT2_u0 = &PT4[NPML4EPG * 7]; in elf64_exec() 311 PT3_u[NPDPEPG - 2] = (pdp_entry_t)PT2_u0 | PG_V | PG_RW; in elf64_exec() 314 PT2_u0[0] = PG_PS | PG_V | PG_RW; in elf64_exec() 317 PT2_u0[i] = ((pd_entry_t)staging + in elf64_exec() 336 PT2_u0 = &PT4[NPML4EPG * 7]; in elf64_exec() 365 PT2_u0[0] = PG_PS | PG_V | PG_RW; in elf64_exec() 384 PT2_u0[i] = ((pd_entry_t)staging + in elf64_exec() 387 if (i < 10) printf("Mapping %d to %#lx staging %#lx\n", i, PT2_u0[i], staging); in elf64_exec()
|
/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 222 PT2_u0 = &PT2_l3[512]; in elf64_exec() 223 PT2_u1 = &PT2_u0[512]; in elf64_exec() 238 PT3_u[510] = (uintptr_t)PT2_u0 | PG_V | PG_RW; in elf64_exec() 240 PT2_u0[0] = PG_PS | PG_V | PG_RW; in elf64_exec() 243 PT2_u0[i] = (staging + (i - 1) * M(2)) 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 179 PT2_u0 = &PT4[NPML4EPG * 7]; in elf64_exec() 195 PT3_u[NPDPEPG - 2] = (pdp_entry_t)PT2_u0 | PG_V | PG_RW; in elf64_exec() 198 PT2_u0[0] = PG_PS | PG_V | PG_RW; in elf64_exec() 201 PT2_u0[i] = ((pd_entry_t)staging + in elf64_exec()
|