Lines Matching refs:PAGE_READ
352 #define PAGE_READ __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro
371 #define __P001 PAGE_READ
372 #define __P010 PAGE_READ
373 #define __P011 PAGE_READ
374 #define __P100 PAGE_READ
375 #define __P101 PAGE_READ
376 #define __P110 PAGE_READ
377 #define __P111 PAGE_READ
380 #define __S001 PAGE_READ
383 #define __S100 PAGE_READ
384 #define __S101 PAGE_READ
1362 if (pgprot_val(pgprot) == pgprot_val(PAGE_READ)) in massage_pgprot_pmd()