Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h22 #define _PAGE_RWX (_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC) macro
435 return !(pte_raw(pte) & cpu_to_be64(_PAGE_RWX | _PAGE_PRIVILEGED)); in pte_savedwrite()
550 return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_PTE | _PAGE_RWX)) == in pte_protnone()
562 VM_BUG_ON((pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_RWX | _PAGE_PRIVILEGED)) != in pte_mk_savedwrite()
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c216 if (pteflags & _PAGE_RWX) in htab_convert_pte_flags()
1252 spp = ((spp & 2) ? _PAGE_RWX : 0) | ((spp & 1) ? _PAGE_WRITE : 0); in subpage_protection()

Completed in 10 milliseconds