Home
last modified time | relevance | path

Searched refs:_PAGE_RWX (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable-masks.h11 #define _PAGE_RWX (_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC) macro
19 #define _PAGE_KERNEL_RWX (_PAGE_RWX | _PAGE_DIRTY)
26 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_RWX)
/linux/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h54 #define _PAGE_RWX (_PAGE_READ | _PAGE_WRITE | _PAGE_BAP_UX) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h191 if (delta & ~(_PAGE_RWX | _PAGE_DIRTY | _PAGE_ACCESSED)) in __pte_flags_need_flush()
H A Dpgtable.h487 return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_PTE | _PAGE_RWX)) == in pte_protnone()
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h54 #define _PAGE_RWX _PAGE_EXEC macro
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c313 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()