tag | line | file | source code |
---|---|---|---|
_SUN4C_PAGE_NOCACHE | 87 | include/asm-sparc/pgtsun4c.h | #define _SUN4C_PAGE_TABLE (_SUN4C_PAGE_VALID | _SUN4C_PAGE_WRITE | _SUN4C_PAGE_REF | _SUN4C_PAGE_DIRTY | _SUN4C_PAGE_PRIV | _SUN4C_PAGE_NOCACHE) /* No cache for now */ |
_SUN4C_PAGE_NOCACHE | 95 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PAGE_KERNEL __pgprot(_SUN4C_PAGE_VALID | _SUN4C_PAGE_WRITE | _SUN4C_PAGE_PRIV | _SUN4C_PAGE_REF | _SUN4C_PAGE_DIRTY | _SUN4C_PAGE_NOCACHE) |