Searched refs:_SUN4C_PAGE_PRESENT (Results 1 – 3 of 3) sorted by relevance
51 #define _SUN4C_PAGE_PRESENT 0x08000000 /* implemented in software */ macro66 #define SUN4C_PAGE_NONE __pgprot(_SUN4C_PAGE_PRESENT)67 #define SUN4C_PAGE_SHARED __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE|\69 #define SUN4C_PAGE_COPY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)70 #define SUN4C_PAGE_READONLY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)146 "r" ((entry & ~(_SUN4C_PAGE_PRESENT))), "i" (ASI_PTE) in sun4c_put_pte()
463 if ((pte_val(*ptep) & (_SUN4C_PAGE_WRITE|_SUN4C_PAGE_PRESENT)) in do_sun4c_fault()464 == (_SUN4C_PAGE_WRITE|_SUN4C_PAGE_PRESENT)) { in do_sun4c_fault()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()
1481 pg_iobits = _SUN4C_PAGE_PRESENT | _SUN4C_READABLE | _SUN4C_WRITEABLE | in sun4c_mapioaddr()1485 page_entry |= ((pg_iobits | _SUN4C_PAGE_PRIV) & ~(_SUN4C_PAGE_PRESENT)); in sun4c_mapioaddr()1635 return ((pte_val(pte) & (_SUN4C_PAGE_PRESENT | _SUN4C_PAGE_PRIV)) != 0); in sun4c_pte_present()1917 if (!ptep || !(pte_val(*ptep) & _SUN4C_PAGE_PRESENT)) in sun4c_update_mmu_cache()