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.h430 return pte_set_flags(pte, _PAGE_DIRTY); in pte_mkwrite_shstk()
435 return pte_set_flags(pte, _PAGE_ACCESSED); in pte_mkyoung()
440 return pte_set_flags(pte, _PAGE_RW); in pte_mkwrite_novma()
449 return pte_set_flags(pte, _PAGE_PSE); in pte_mkhuge()
459 return pte_set_flags(pte, _PAGE_GLOBAL); in pte_mkglobal()
469 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
474 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap()
686 return pte_set_flags(pte, _PAGE_SOFT_DIRTY); in pte_mksoft_dirty()
1516 return pte_set_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()
1532 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.c404 *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()