Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dpgtable.h104 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ) macro
111 #define PAGE_COPY PAGE_READ
141 #define __P001 PAGE_READ
151 #define __S001 PAGE_READ