Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c118 static pdp_entry_t *PT3_l, *PT3_u; variable
289 PT3_l = &PT4[NPML4EPG * 1]; in elf64_exec()
299 PT4[0] = (pml4_entry_t)PT3_l | PG_V | PG_RW; in elf64_exec()
300 PT3_l[0] = (pdp_entry_t)PT2_l0 | PG_V | PG_RW; in elf64_exec()
301 PT3_l[1] = (pdp_entry_t)PT2_l1 | PG_V | PG_RW; in elf64_exec()
302 PT3_l[2] = (pdp_entry_t)PT2_l2 | PG_V | PG_RW; in elf64_exec()
303 PT3_l[3] = (pdp_entry_t)PT2_l3 | PG_V | PG_RW; in elf64_exec()
330 PT3_l = &PT4[NPML4EPG * 1]; in elf64_exec()
351 PT3_l[0] = (pdp_entry_t)pa_pt2_l0 | PG_V | PG_RW; in elf64_exec()
352 PT3_l[1] = (pdp_entry_t)pa_pt2_l1 | PG_V | PG_RW; in elf64_exec()
[all …]
/freebsd/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c203 pdpt_entry_t *PT3_l, *PT3_u; in elf64_exec() local
216 PT3_l = &PT4[512]; in elf64_exec()
217 PT3_u = &PT3_l[512]; in elf64_exec()
226 PT4[0] = (uintptr_t)PT3_l | PG_V | PG_RW; in elf64_exec()
227 PT3_l[0] = (uintptr_t)PT2_l0 | PG_V | PG_RW; in elf64_exec()
228 PT3_l[1] = (uintptr_t)PT2_l1 | PG_V | PG_RW; in elf64_exec()
229 PT3_l[2] = (uintptr_t)PT2_l2 | PG_V | PG_RW; in elf64_exec()
230 PT3_l[3] = (uintptr_t)PT2_l3 | PG_V | PG_RW; in elf64_exec()
/freebsd/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c70 static pdp_entry_t *PT3_l, *PT3_u; variable
173 PT3_l = &PT4[NPML4EPG * 1]; in elf64_exec()
183 PT4[0] = (pml4_entry_t)PT3_l | PG_V | PG_RW; in elf64_exec()
184 PT3_l[0] = (pdp_entry_t)PT2_l0 | PG_V | PG_RW; in elf64_exec()
185 PT3_l[1] = (pdp_entry_t)PT2_l1 | PG_V | PG_RW; in elf64_exec()
186 PT3_l[2] = (pdp_entry_t)PT2_l2 | PG_V | PG_RW; in elf64_exec()
187 PT3_l[3] = (pdp_entry_t)PT2_l3 | PG_V | PG_RW; in elf64_exec()