Searched refs:_SUN4C_PAGE_VALID (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtsun4.h46 #define _SUN4C_PAGE_VALID 0x80000000 macro
H A Dpgtsun4c.h45 #define _SUN4C_PAGE_VALID 0x80000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dfault_32.c451 _SUN4C_PAGE_VALID |
468 _SUN4C_PAGE_VALID);
483 && (pte_val(*ptep) & _SUN4C_PAGE_VALID))
H A Dsun4c.c202 if ((sun4c_get_pte(addr) & (_SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_VALID)) ==
203 _SUN4C_PAGE_VALID) {
465 page |= (_SUN4C_PAGE_VALID | _SUN4C_PAGE_DIRTY |
527 if (sun4c_get_pte(start) & _SUN4C_PAGE_VALID)

Completed in 165 milliseconds