Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable.h212 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags() function
221 return pte_clear_flags(pte, _PAGE_DIRTY); in pte_mkclean()
226 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold()
231 return pte_clear_flags(pte, _PAGE_RW); in pte_wrprotect()
236 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec()
261 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge()
271 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal()
346 return pte_clear_flags(pte, _PAGE_SOFT_DIRTY); in pte_clear_soft_dirty()
972 return pte_clear_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_clear_soft_dirty()