Home
last modified time | relevance | path

Searched refs:pte_clear_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dpgtable.h184 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags() function
193 return pte_clear_flags(pte, _PAGE_DIRTY); in pte_mkclean()
198 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold()
203 return pte_clear_flags(pte, _PAGE_RW); in pte_wrprotect()
208 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec()
233 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge()
243 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal()
874 return pte_clear_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_clear_soft_dirty()
/linux-4.1.27/fs/proc/
Dtask_mmu.c757 ptent = pte_clear_flags(ptent, _PAGE_SOFT_DIRTY); in clear_soft_dirty()