Searched refs:_SUN4C_PAGE_MODIFIED (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.h58 #define _SUN4C_PAGE_MODIFIED 0x00100000 /* implemented in software */ macro
63 _SUN4C_PAGE_MODIFIED)
65 #define _SUN4C_PAGE_CHG_MASK (0xffff|_SUN4C_PAGE_ACCESSED|_SUN4C_PAGE_MODIFIED)
H A Dpgtsun4c.h57 #define _SUN4C_PAGE_MODIFIED 0x00100000 /* implemented in software */ macro
62 _SUN4C_PAGE_MODIFIED)
64 #define _SUN4C_PAGE_CHG_MASK (0xffff|_SUN4C_PAGE_ACCESSED|_SUN4C_PAGE_MODIFIED)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dfault_32.c450 _SUN4C_PAGE_MODIFIED |
H A Dsun4c.c1667 if (pte_val(pte) & _SUN4C_PAGE_MODIFIED)
1674 pte = __pte(pte_val(pte) | _SUN4C_PAGE_MODIFIED);
2119 BTFIXUPSET_HALF(pte_dirtyi, _SUN4C_PAGE_MODIFIED);
2123 BTFIXUPSET_HALF(pte_mkcleani, _SUN4C_PAGE_MODIFIED|_SUN4C_PAGE_SILENT_WRITE);

Completed in 66 milliseconds