Searched refs:pte_set_flags (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 321 return pte_wrprotect(pte_set_flags(pte, _PAGE_UFFD_WP)); in pte_mkuffd_wp() 352 return pte_set_flags(pte, _PAGE_ACCESSED); in pte_mkyoung() 357 return pte_set_flags(pte, _PAGE_RW); in pte_mkwrite() 362 return pte_set_flags(pte, _PAGE_PSE); in pte_mkhuge() 372 return pte_set_flags(pte, _PAGE_GLOBAL); in pte_mkglobal() 382 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial() 387 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap() 533 return pte_set_flags(pte, _PAGE_SOFT_DIRTY); in pte_mksoft_dirty() 1304 return pte_set_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive() 1320 return pte_set_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_mksoft_dirty() [all …]
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | cpu_entry_area.c | 86 pte = pte_set_flags(pte, _PAGE_GLOBAL); in cea_set_pte()
|
A D | pti.c | 399 *pte = pte_set_flags(*pte, _PAGE_GLOBAL); in pti_clone_pgtable()
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | ident_map_64.c | 311 pte = pte_set_flags(pte, set); in set_clr_page_flags()
|
Completed in 9 milliseconds