Lines Matching refs:pte_clear_flags
285 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags() function
305 return pte_clear_flags(pte, _PAGE_UFFD_WP); in pte_clear_uffd_wp()
311 return pte_clear_flags(pte, _PAGE_DIRTY); in pte_mkclean()
316 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold()
321 return pte_clear_flags(pte, _PAGE_RW); in pte_wrprotect()
326 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec()
351 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge()
361 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal()
532 return pte_clear_flags(pte, _PAGE_SOFT_DIRTY); in pte_clear_soft_dirty()
1300 return pte_clear_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
1317 return pte_clear_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_clear_soft_dirty()
1351 return pte_clear_flags(pte, _PAGE_SWP_UFFD_WP); in pte_swp_clear_uffd_wp()