Searched refs:PAGE_READ (Results 1 – 4 of 4) sorted by relevance
56 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ | \ macro80 #define __P001 PAGE_READ81 #define __P010 PAGE_READ82 #define __P011 PAGE_READ83 #define __P100 PAGE_READ84 #define __P101 PAGE_READ85 #define __P110 PAGE_READ86 #define __P111 PAGE_READ89 #define __S001 PAGE_READ92 #define __S100 PAGE_READ[all …]
140 #define PAGE_READ __pgprot(_PAGE_V | _PAGE_M_UR_KR) macro156 #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)
123 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ) macro130 #define PAGE_COPY PAGE_READ161 #define __P001 PAGE_READ171 #define __S001 PAGE_READ
246 prot = PAGE_READ; in stage2_map_page()
Completed in 10 milliseconds