Lines Matching refs:pte_set_flags
379 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags() function
460 return pte_wrprotect(pte_set_flags(pte, _PAGE_UFFD_WP)); in pte_mkuffd_wp()
486 pte = pte_set_flags(pte, _PAGE_DIRTY | _PAGE_SOFT_DIRTY); in pte_mkdirty()
495 return pte_set_flags(pte, _PAGE_DIRTY); in pte_mkwrite_shstk()
500 return pte_set_flags(pte, _PAGE_ACCESSED); in pte_mkyoung()
505 return pte_set_flags(pte, _PAGE_RW); in pte_mkwrite_novma()
514 return pte_set_flags(pte, _PAGE_PSE); in pte_mkhuge()
524 return pte_set_flags(pte, _PAGE_GLOBAL); in pte_mkglobal()
534 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
539 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap()
723 return pte_set_flags(pte, _PAGE_SOFT_DIRTY); in pte_mksoft_dirty()
1586 return pte_set_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
1602 return pte_set_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_mksoft_dirty()
1636 return pte_set_flags(pte, _PAGE_SWP_UFFD_WP); in pte_swp_mkuffd_wp()