Home
last modified time | relevance | path

Searched refs:_PAGE_M_KRW (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/nds32/include/asm/
Dpgtable.h90 #define _PAGE_M_KRW (7UL << 1) macro
110 #define _PAGE_M_MASK _PAGE_M_KRW
144 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A)
149 #define PAGE_UXKRWX_V1 __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_S…
152 #define PAGE_CACHE_L1 __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G |…
153 #define PAGE_MEMORY __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _…
154 #define PAGE_KERNEL __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD)
156 #define PAGE_DEVICE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)
256 ((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_KRW) || \
/Linux-v4.19/arch/nds32/mm/
Dioremap.c39 prot = __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | in __ioremap_caller()