Lines Matching refs:PT4
68 static pml4_entry_t *PT4; variable
119 PT4 = (pml4_entry_t *)G(1); in elf64_exec()
121 (EFI_PHYSICAL_ADDRESS *)&PT4); in elf64_exec()
129 bzero(PT4, 3 * EFI_PAGE_SIZE); in elf64_exec()
130 PT3 = &PT4[512]; in elf64_exec()
143 PT4[i] = (pml4_entry_t)PT3; in elf64_exec()
144 PT4[i] |= PG_V | PG_RW; in elf64_exec()
160 PT4 = (pml4_entry_t *)G(4); in elf64_exec()
162 (EFI_PHYSICAL_ADDRESS *)&PT4); in elf64_exec()
171 bzero(PT4, 9 * EFI_PAGE_SIZE); in elf64_exec()
173 PT3_l = &PT4[NPML4EPG * 1]; in elf64_exec()
174 PT3_u = &PT4[NPML4EPG * 2]; in elf64_exec()
175 PT2_l0 = &PT4[NPML4EPG * 3]; in elf64_exec()
176 PT2_l1 = &PT4[NPML4EPG * 4]; in elf64_exec()
177 PT2_l2 = &PT4[NPML4EPG * 5]; in elf64_exec()
178 PT2_l3 = &PT4[NPML4EPG * 6]; in elf64_exec()
179 PT2_u0 = &PT4[NPML4EPG * 7]; in elf64_exec()
180 PT2_u1 = &PT4[NPML4EPG * 8]; in elf64_exec()
183 PT4[0] = (pml4_entry_t)PT3_l | PG_V | PG_RW; in elf64_exec()
194 PT4[NPML4EPG - 1] = (pml4_entry_t)PT3_u | PG_V | PG_RW; in elf64_exec()
209 trampoline, PT4); in elf64_exec()
229 PT4, ehdr->e_entry); in elf64_exec()