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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
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
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c205 if ((sun4c_get_pte(addr) & (_SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_VALID)) ==
532 (sun4c_get_pte((unsigned long) &start) | _SUN4C_PAGE_NOCACHE));
551 _SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_PRIV);
652 fix_permissions(vaddr, _SUN4C_PAGE_PRIV, _SUN4C_PAGE_NOCACHE);
1154 pte |= _SUN4C_PAGE_NOCACHE;
1593 _SUN4C_PAGE_IO | _SUN4C_PAGE_NOCACHE;
2136 prot |= __pgprot(_SUN4C_PAGE_IO | _SUN4C_PAGE_NOCACHE);

Completed in 136 milliseconds