Home
last modified time | relevance | path

Searched refs:_PAGE_PROT_NONE (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable.h180 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ)
224 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE | _PAGE_LEAF)); in pmd_present()
229 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pmd_present()
352 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pte_present()
453 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)) == _PAGE_PROT_NONE; in pte_protnone()
653 return __pmd(pmd_val(pmd) & ~(_PAGE_PRESENT|_PAGE_PROT_NONE)); in pmd_mkinvalid()
817 * bit 5: _PAGE_PROT_NONE (zero)
H A Dpgtable-bits.h25 * _PAGE_PROT_NONE is set on not-present pages (and ignored by the hardware) to
28 #define _PAGE_PROT_NONE _PAGE_GLOBAL macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpgtable-bits.h31 * _PAGE_PROT_NONE is set on not-present pages (and ignored by the hardware) to
34 #define _PAGE_PROT_NONE _PAGE_READ macro
H A Dpgtable.h103 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE)
161 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pmd_present()
229 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pte_present()
436 * bit 1: _PAGE_PROT_NONE (zero)
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h29 #define _PAGE_PROT_NONE _PAGE_WRITE macro
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h29 #define _PAGE_PROT_NONE _PAGE_READ macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h55 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE)

Completed in 4 milliseconds