Home
last modified time | relevance | path

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

/linux/arch/csky/include/asm/
A Dpgtable.h56 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ | \ macro
80 #define __P001 PAGE_READ
81 #define __P010 PAGE_READ
82 #define __P011 PAGE_READ
83 #define __P100 PAGE_READ
84 #define __P101 PAGE_READ
85 #define __P110 PAGE_READ
86 #define __P111 PAGE_READ
89 #define __S001 PAGE_READ
92 #define __S100 PAGE_READ
[all …]
/linux/arch/nds32/include/asm/
A 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)
/linux/arch/riscv/include/asm/
A Dpgtable.h123 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ) macro
130 #define PAGE_COPY PAGE_READ
161 #define __P001 PAGE_READ
171 #define __S001 PAGE_READ
/linux/arch/riscv/kvm/
A Dmmu.c246 prot = PAGE_READ; in stage2_map_page()

Completed in 10 milliseconds