Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h446 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()
702 return pte_set_flags(pte, _PAGE_SOFT_DIRTY); in pte_mksoft_dirty()
1532 return pte_set_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
1548 return pte_set_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_mksoft_dirty()
[all …]
/openbmc/linux/arch/x86/mm/
H A Dcpu_entry_area.c93 pte = pte_set_flags(pte, _PAGE_GLOBAL); in cea_set_pte()
H A Dpti.c399 *pte = pte_set_flags(*pte, _PAGE_GLOBAL); in pti_clone_pgtable()
/openbmc/linux/arch/x86/boot/compressed/
H A Dident_map_64.c311 pte = pte_set_flags(pte, set); in set_clr_page_flags()