Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dtlbflush.h181 if (delta & ~(_PAGE_RWX | _PAGE_DIRTY | _PAGE_ACCESSED)) in __pte_flags_need_flush()
A Dpgtable.h21 #define _PAGE_RWX (_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC) macro
501 return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT | _PAGE_PTE | _PAGE_RWX)) == in pte_protnone()
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dhash_utils.c314 if (pteflags & _PAGE_RWX) in htab_convert_pte_flags()
1405 spp = ((spp & 2) ? _PAGE_RWX : 0) | ((spp & 1) ? _PAGE_WRITE : 0); in subpage_protection()

Completed in 13 milliseconds