Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/mm/
Dcache.c165 …tection_map[0] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()
167 …tection_map[2] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()
174 …tection_map[8] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()
176 …] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE | _PAGE_NO_READ); in setup_protection_map()
Dtlbex.c1760 (_PAGE_PRESENT | _PAGE_NO_READ) >> _PAGE_PRESENT_SHIFT); in build_pte_present()
/Linux-v4.19/arch/mips/include/asm/
Dpgtable-bits.h145 #define _PAGE_NO_READ (1 << _PAGE_NO_READ_SHIFT) macro
197 ((pte_val & (_PAGE_NO_EXEC | _PAGE_NO_READ)) << sa); in pte_to_entrylo()
Dpgtable.h26 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_NO_READ | \
371 if (!(pte.pte_low & _PAGE_NO_READ)) {
420 if (!(pte_val(pte) & _PAGE_NO_READ))
615 if (!(pmd_val(pmd) & _PAGE_NO_READ))