Home
last modified time | relevance | path

Searched refs:_SUN4C_PAGE_MODIFIED (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/
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)
/linux-3.4.99/arch/sparc/mm/
Dsun4c.c1670 if (pte_val(pte) & _SUN4C_PAGE_MODIFIED) in sun4c_pte_mkwrite()
1677 pte = __pte(pte_val(pte) | _SUN4C_PAGE_MODIFIED); in sun4c_pte_mkdirty()
2126 BTFIXUPSET_HALF(pte_dirtyi, _SUN4C_PAGE_MODIFIED); in ld_mmu_sun4c()
2130 BTFIXUPSET_HALF(pte_mkcleani, _SUN4C_PAGE_MODIFIED|_SUN4C_PAGE_SILENT_WRITE); in ld_mmu_sun4c()
Dfault_32.c468 _SUN4C_PAGE_MODIFIED | in do_sun4c_fault()