Lines Matching refs:pte_set_flags
348 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags() function
429 return pte_wrprotect(pte_set_flags(pte, _PAGE_UFFD_WP)); in pte_mkuffd_wp()
455 pte = pte_set_flags(pte, _PAGE_DIRTY | _PAGE_SOFT_DIRTY); in pte_mkdirty()
464 return pte_set_flags(pte, _PAGE_DIRTY); in pte_mkwrite_shstk()
469 return pte_set_flags(pte, _PAGE_ACCESSED); in pte_mkyoung()
474 return pte_set_flags(pte, _PAGE_RW); in pte_mkwrite_novma()
483 return pte_set_flags(pte, _PAGE_PSE); in pte_mkhuge()
493 return pte_set_flags(pte, _PAGE_GLOBAL); in pte_mkglobal()
503 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
677 return pte_set_flags(pte, _PAGE_SOFT_DIRTY); in pte_mksoft_dirty()
1515 return pte_set_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
1531 return pte_set_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_mksoft_dirty()
1565 return pte_set_flags(pte, _PAGE_SWP_UFFD_WP); in pte_swp_mkuffd_wp()