Home
last modified time | relevance | path

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

/Linux-v5.4/arch/nds32/include/asm/
Dpgtable.h145 #define PAGE_READ __pgprot(_PAGE_V | _PAGE_M_UR_KR) macro
161 #define __P001 (PAGE_READ | _PAGE_CACHE_SHRD)
165 #define __P101 (PAGE_READ | _PAGE_E | _PAGE_CACHE_SHRD)
170 #define __S001 (PAGE_READ | _PAGE_CACHE_SHRD)
174 #define __S101 (PAGE_READ | _PAGE_E | _PAGE_CACHE_SHRD)
/Linux-v5.4/arch/riscv/include/asm/
Dpgtable.h41 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ) macro
48 #define PAGE_COPY PAGE_READ
69 #define __P001 PAGE_READ
79 #define __S001 PAGE_READ