Searched refs:PT3_l (Results 1 – 3 of 3) sorted by relevance
118 static pdp_entry_t *PT3_l, *PT3_u; variable289 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 …]
203 pdpt_entry_t *PT3_l, *PT3_u; in elf64_exec() local216 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()
70 static pdp_entry_t *PT3_l, *PT3_u; variable173 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()