Lines Matching refs:PG_V
144 PT4[i] |= PG_V | PG_RW; in elf64_exec()
151 PT3[i] |= PG_V | PG_RW; in elf64_exec()
157 PT2[i] |= PG_V | PG_RW | PG_PS; 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()
189 PT2_l0[i] = ((pd_entry_t)i << PDRSHIFT) | PG_V | in elf64_exec()
194 PT4[NPML4EPG - 1] = (pml4_entry_t)PT3_u | PG_V | PG_RW; in elf64_exec()
195 PT3_u[NPDPEPG - 2] = (pdp_entry_t)PT2_u0 | PG_V | PG_RW; in elf64_exec()
196 PT3_u[NPDPEPG - 1] = (pdp_entry_t)PT2_u1 | PG_V | PG_RW; in elf64_exec()
198 PT2_u0[0] = PG_PS | PG_V | PG_RW; in elf64_exec()
203 PG_V | PG_RW | PG_PS; in elf64_exec()