Searched refs:PG_U (Results 1 – 4 of 4) sorted by relevance
50 #define PG_U 0x004 macro98 PT4[i] |= PG_V | PG_RW | PG_U; in elf64_exec()102 PT3[i] |= PG_V | PG_RW | PG_U; in elf64_exec()106 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
71 #define PG_U 0x004 macro159 PT4[i] |= PG_V | PG_RW | PG_U; in elf64_exec()163 PT3[i] |= PG_V | PG_RW | PG_U; in elf64_exec()167 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
91 #define PG_U X86_PG_U macro121 PG_M | PG_A | PG_U | PG_RW | PG_V)
390 #define PG_U (1 << 2) /* User/Supervisor */ macro3145 (usermode && (pte32 & PG_U) == 0) || in _vm_gla2gpa()3242 (usermode && (pte & PG_U) == 0) || in _vm_gla2gpa()