pte_clear_flags
pte = pte_clear_flags(pte, clr);
return pte_clear_flags(pte, _PAGE_SWP_EXCLUSIVE);
return pte_clear_flags(pte, _PAGE_SWP_SOFT_DIRTY);
return pte_clear_flags(pte, _PAGE_SWP_UFFD_WP);
pte = pte_clear_flags(pte, _PAGE_RW);
return pte_clear_flags(pte, _PAGE_UFFD_WP);
return pte_clear_flags(pte, _PAGE_DIRTY_BITS);
return pte_clear_flags(pte, _PAGE_ACCESSED);
return pte_clear_flags(pte, _PAGE_NX);
pte = pte_clear_flags(pte, _PAGE_RW);
return pte_clear_flags(pte, _PAGE_PSE);
return pte_clear_flags(pte, _PAGE_GLOBAL);
return pte_clear_flags(pte, _PAGE_SOFT_DIRTY);