Home
last modified time | relevance | path

Searched refs:_PAGE_V (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/nds32/include/asm/
Dpgtable.h83 #define _PAGE_V (1UL << 0) macro
143 #define PAGE_EXEC __pgprot(_PAGE_V | _PAGE_M_XKRW | _PAGE_E)
144 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A)
145 #define PAGE_READ __pgprot(_PAGE_V | _PAGE_M_UR_KR)
146 #define PAGE_RDWR __pgprot(_PAGE_V | _PAGE_M_URW_KRW | _PAGE_D)
147 #define PAGE_COPY __pgprot(_PAGE_V | _PAGE_M_UR_KR)
149 #define PAGE_UXKRWX_V1 __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_S…
150 #define PAGE_UXKRWX_V2 __pgprot(_PAGE_V | _PAGE_M_XKRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_…
151 #define PAGE_URXKRWX_V2 __pgprot(_PAGE_V | _PAGE_M_UR_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CAC…
152 #define PAGE_CACHE_L1 __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G |…
[all …]
/Linux-v5.4/arch/nds32/mm/
Dioremap.c39 prot = __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | in __ioremap_caller()
/Linux-v5.4/arch/nds32/kernel/
Dvdso.c170 prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D | _PAGE_C_DEV); in arch_setup_additional_pages()