Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/mm/
Dcache.c167 protection_map[0] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()
169 protection_map[2] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()
176 protection_map[8] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()
179 _PAGE_NO_READ); in setup_protection_map()
Dtlbex.c1748 (_PAGE_PRESENT | _PAGE_NO_READ) >> _PAGE_PRESENT_SHIFT); in build_pte_present()
/linux-6.1.9/arch/mips/include/asm/
Dpgtable-bits.h178 #define _PAGE_NO_READ (1 << _PAGE_NO_READ_SHIFT) macro
230 ((pte_val & (_PAGE_NO_EXEC | _PAGE_NO_READ)) << sa); in pte_to_entrylo()
Dpgtable.h337 if (!(pte.pte_low & _PAGE_NO_READ)) {
386 if (!(pte_val(pte) & _PAGE_NO_READ))
525 if ((pte_val(pte) & _PAGE_ACCESSED) && !(pte_val(pte) & _PAGE_NO_READ))
642 if (!(pmd_val(pmd) & _PAGE_NO_READ))
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable-bits.h43 #define _PAGE_NO_READ (_ULCAST_(1) << _PAGE_NO_READ_SHIFT) macro
74 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
/linux-6.1.9/arch/loongarch/mm/
Dcache.c165 _PAGE_NO_READ),
185 _PAGE_NO_READ),