Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dpgtable.h181 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags() function
190 return pte_clear_flags(pte, _PAGE_DIRTY); in pte_mkclean()
195 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold()
200 return pte_clear_flags(pte, _PAGE_RW); in pte_wrprotect()
205 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec()
230 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge()
240 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal()