Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc/
Dpgtsun4.h55 #define _SUN4C_PAGE_PRESENT 0x08000000 /* implemented in software */ macro
69 #define SUN4C_PAGE_NONE __pgprot(_SUN4C_PAGE_PRESENT)
70 #define SUN4C_PAGE_SHARED __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE|\
72 #define SUN4C_PAGE_COPY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
73 #define SUN4C_PAGE_READONLY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
132 "r" ((entry & ~(_SUN4C_PAGE_PRESENT))), "i" (ASI_PTE) in sun4c_put_pte()
Dpgtsun4c.h54 #define _SUN4C_PAGE_PRESENT 0x08000000 /* implemented in software */ macro
68 #define SUN4C_PAGE_NONE __pgprot(_SUN4C_PAGE_PRESENT)
69 #define SUN4C_PAGE_SHARED __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE|\
71 #define SUN4C_PAGE_COPY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
72 #define SUN4C_PAGE_READONLY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
133 "r" ((entry & ~(_SUN4C_PAGE_PRESENT))), "i" (ASI_PTE) in sun4c_put_pte()
/linux-2.4.37.9/arch/sparc/mm/
Dfault.c447 if ((pte_val(*ptep) & (_SUN4C_PAGE_WRITE|_SUN4C_PAGE_PRESENT)) in do_sun4c_fault()
448 == (_SUN4C_PAGE_WRITE|_SUN4C_PAGE_PRESENT)) { in do_sun4c_fault()
465 if ((pte_val(*ptep) & (_SUN4C_PAGE_READ|_SUN4C_PAGE_PRESENT)) in do_sun4c_fault()
466 == (_SUN4C_PAGE_READ|_SUN4C_PAGE_PRESENT)) { in do_sun4c_fault()
Dsun4c.c1592 page_entry |= ((pg_iobits | _SUN4C_PAGE_PRIV) & ~(_SUN4C_PAGE_PRESENT)); in sun4c_mapioaddr()
1723 return ((pte_val(pte) & (_SUN4C_PAGE_PRESENT | _SUN4C_PAGE_PRIV)) != 0); in sun4c_pte_present()
1939 if (!ptep || !(pte_val(*ptep) & _SUN4C_PAGE_PRESENT)) in sun4c_update_mmu_cache()
2090 pg_iobits = _SUN4C_PAGE_PRESENT | _SUN4C_READABLE | _SUN4C_WRITEABLE | in ld_mmu_sun4c()