Home
last modified time | relevance | path

Searched refs:_SUN4C_PAGE_PRESENT (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/
Dpgtsun4c.h51 #define _SUN4C_PAGE_PRESENT 0x08000000 /* implemented in software */ macro
66 #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()
/linux-3.4.99/arch/sparc/mm/
Dfault_32.c463 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()
Dsun4c.c1481 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()