Home
last modified time | relevance | path

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

/arch/nds32/include/asm/
Dpgtable.h140 #define PAGE_READ __pgprot(_PAGE_V | _PAGE_M_UR_KR) macro
156 #define __P001 (PAGE_READ | _PAGE_CACHE_SHRD)
160 #define __P101 (PAGE_READ | _PAGE_E | _PAGE_CACHE_SHRD)
165 #define __S001 (PAGE_READ | _PAGE_CACHE_SHRD)
169 #define __S101 (PAGE_READ | _PAGE_E | _PAGE_CACHE_SHRD)
/arch/riscv/include/asm/
Dpgtable.h82 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ) macro
89 #define PAGE_COPY PAGE_READ
119 #define __P001 PAGE_READ
129 #define __S001 PAGE_READ