Searched refs:_SUN4C_PAGE_NOCACHE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtsun4.h51 #define _SUN4C_PAGE_NOCACHE 0x10000000 /* non-cacheable page */ macro
H A Dpgtsun4c.h50 #define _SUN4C_PAGE_NOCACHE 0x10000000 /* non-cacheable page */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dpgtsun4.h51 #define _SUN4C_PAGE_NOCACHE 0x10000000 /* non-cacheable page */ macro
H A Dpgtsun4c.h50 #define _SUN4C_PAGE_NOCACHE 0x10000000 /* non-cacheable page */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c202 if ((sun4c_get_pte(addr) & (_SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_VALID)) ==
447 (sun4c_get_pte((unsigned long) &start) | _SUN4C_PAGE_NOCACHE));
466 _SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_PRIV);
554 fix_permissions(vaddr, _SUN4C_PAGE_PRIV, _SUN4C_PAGE_NOCACHE);
1042 pte |= _SUN4C_PAGE_NOCACHE;
1483 _SUN4C_PAGE_IO | _SUN4C_PAGE_NOCACHE;
2025 prot |= __pgprot(_SUN4C_PAGE_IO | _SUN4C_PAGE_NOCACHE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/mm/
H A Dsun4c.c202 if ((sun4c_get_pte(addr) & (_SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_VALID)) ==
447 (sun4c_get_pte((unsigned long) &start) | _SUN4C_PAGE_NOCACHE));
466 _SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_PRIV);
554 fix_permissions(vaddr, _SUN4C_PAGE_PRIV, _SUN4C_PAGE_NOCACHE);
1042 pte |= _SUN4C_PAGE_NOCACHE;
1483 _SUN4C_PAGE_IO | _SUN4C_PAGE_NOCACHE;
2025 prot |= __pgprot(_SUN4C_PAGE_IO | _SUN4C_PAGE_NOCACHE);

Completed in 79 milliseconds