Searched refs:_SUN4C_PAGE_READ (Results 1 – 3 of 3) sorted by relevance
54 #define _SUN4C_PAGE_READ 0x00800000 /* implemented in software */ macro59 #define _SUN4C_READABLE (_SUN4C_PAGE_READ|_SUN4C_PAGE_SILENT_READ|\
481 if ((pte_val(*ptep) & (_SUN4C_PAGE_READ|_SUN4C_PAGE_PRESENT)) in do_sun4c_fault()482 == (_SUN4C_PAGE_READ|_SUN4C_PAGE_PRESENT)) { in do_sun4c_fault()
1686 if (pte_val(pte) & _SUN4C_PAGE_READ) in sun4c_pte_mkyoung()