Searched refs:pte_set_flags (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 314 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) in pte_set_flags() function 395 return pte_wrprotect(pte_set_flags(pte, _PAGE_UFFD_WP)); in pte_mkuffd_wp() 421 pte = pte_set_flags(pte, _PAGE_DIRTY | _PAGE_SOFT_DIRTY); in pte_mkdirty() 430 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() [all …]
|
/openbmc/linux/arch/x86/mm/ |
H A D | cpu_entry_area.c | 93 pte = pte_set_flags(pte, _PAGE_GLOBAL); in cea_set_pte()
|
H A D | pti.c | 404 *pte = pte_set_flags(*pte, _PAGE_GLOBAL); in pti_clone_pgtable()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | ident_map_64.c | 312 pte = pte_set_flags(pte, set); in set_clr_page_flags()
|