Home
last modified time | relevance | path

Searched refs:pte_set_flags (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable.h347 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags() function
428 return pte_wrprotect(pte_set_flags(pte, _PAGE_UFFD_WP)); in pte_mkuffd_wp()
454 pte = pte_set_flags(pte, _PAGE_DIRTY | _PAGE_SOFT_DIRTY); in pte_mkdirty()
463 return pte_set_flags(pte, _PAGE_DIRTY); in pte_mkwrite_shstk()
468 return pte_set_flags(pte, _PAGE_ACCESSED); in pte_mkyoung()
473 return pte_set_flags(pte, _PAGE_RW); in pte_mkwrite_novma()
482 return pte_set_flags(pte, _PAGE_PSE); in pte_mkhuge()
492 return pte_set_flags(pte, _PAGE_GLOBAL); in pte_mkglobal()
502 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
676 return pte_set_flags(pte, _PAGE_SOFT_DIRTY); in pte_mksoft_dirty()
[all …]
/linux/arch/x86/mm/
H A Dcpu_entry_area.c93 pte = pte_set_flags(pte, _PAGE_GLOBAL); in cea_set_pte()
H A Dpti.c411 *pte = pte_set_flags(*pte, _PAGE_GLOBAL); in pti_clone_pgtable()
/linux/arch/x86/boot/compressed/
H A Dident_map_64.c312 pte = pte_set_flags(pte, set); in set_clr_page_flags()