Lines Matching refs:PAGE_READ
340 #define PAGE_READ __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro
359 #define __P001 PAGE_READ
360 #define __P010 PAGE_READ
361 #define __P011 PAGE_READ
362 #define __P100 PAGE_READ
363 #define __P101 PAGE_READ
364 #define __P110 PAGE_READ
365 #define __P111 PAGE_READ
368 #define __S001 PAGE_READ
371 #define __S100 PAGE_READ
372 #define __S101 PAGE_READ
1297 if (pgprot_val(pgprot) == pgprot_val(PAGE_READ)) in massage_pgprot_pmd()