Searched refs:_PAGE_RWX (Results 1 – 6 of 6) sorted by relevance
11 #define _PAGE_RWX (_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC) macro19 #define _PAGE_KERNEL_RWX (_PAGE_RWX | _PAGE_DIRTY)26 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_RWX)
54 #define _PAGE_RWX (_PAGE_READ | _PAGE_WRITE | _PAGE_BAP_UX) macro
191 if (delta & ~(_PAGE_RWX | _PAGE_DIRTY | _PAGE_ACCESSED)) in __pte_flags_need_flush()
487 return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_PTE | _PAGE_RWX)) == in pte_protnone()
54 #define _PAGE_RWX _PAGE_EXEC macro
313 VM_WARN_ONCE(!(pteflags & _PAGE_RWX), "no-access mapping request"); in htab_convert_pte_flags()315 if (pteflags & _PAGE_RWX) in htab_convert_pte_flags()322 VM_WARN_ONCE(!(pteflags & _PAGE_RWX), "no-access mapping request"); in htab_convert_pte_flags()1409 spp = ((spp & 2) ? _PAGE_RWX : 0) | ((spp & 1) ? _PAGE_WRITE : 0); in subpage_protection()