Home
last modified time | relevance | path

Searched refs:PAGE_PROT_BITS (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dpte-common.h124 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \ macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h22 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot()
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h304 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h142 #define PAGE_PROT_BITS (_PAGE_SAO | _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT | \ macro
522 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot()