Lines Matching refs:pte_set_flags
278 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags() function
300 return pte_set_flags(pte, _PAGE_UFFD_WP); in pte_mkuffd_wp()
331 return pte_set_flags(pte, _PAGE_DIRTY | _PAGE_SOFT_DIRTY); in pte_mkdirty()
336 return pte_set_flags(pte, _PAGE_ACCESSED); in pte_mkyoung()
341 return pte_set_flags(pte, _PAGE_RW); in pte_mkwrite()
346 return pte_set_flags(pte, _PAGE_PSE); in pte_mkhuge()
356 return pte_set_flags(pte, _PAGE_GLOBAL); in pte_mkglobal()
366 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
371 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap()
517 return pte_set_flags(pte, _PAGE_SOFT_DIRTY); in pte_mksoft_dirty()
1290 return pte_set_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
1307 return pte_set_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_mksoft_dirty()
1341 return pte_set_flags(pte, _PAGE_SWP_UFFD_WP); in pte_swp_mkuffd_wp()