Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dpgtable.h314 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags() function
411 return pte_wrprotect(pte_set_flags(pte, _PAGE_UFFD_WP)); in pte_mkuffd_wp()
437 pte = pte_set_flags(pte, _PAGE_DIRTY | _PAGE_SOFT_DIRTY); in pte_mkdirty()
446 return pte_set_flags(pte, _PAGE_DIRTY); in pte_mkwrite_shstk()
451 return pte_set_flags(pte, _PAGE_ACCESSED); in pte_mkyoung()
456 return pte_set_flags(pte, _PAGE_RW); in pte_mkwrite_novma()
465 return pte_set_flags(pte, _PAGE_PSE); in pte_mkhuge()
475 return pte_set_flags(pte, _PAGE_GLOBAL); in pte_mkglobal()
485 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
490 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap()
[all …]
/Linux-v6.6/arch/x86/mm/
Dcpu_entry_area.c93 pte = pte_set_flags(pte, _PAGE_GLOBAL); in cea_set_pte()
Dpti.c399 *pte = pte_set_flags(*pte, _PAGE_GLOBAL); in pti_clone_pgtable()
/Linux-v6.6/arch/x86/boot/compressed/
Dident_map_64.c311 pte = pte_set_flags(pte, set); in set_clr_page_flags()