Searched refs:pte_clear_flags (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/x86/include/asm/ |
D | pgtable.h | 284 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags() function 304 return pte_clear_flags(pte, _PAGE_UFFD_WP); in pte_clear_uffd_wp() 310 return pte_clear_flags(pte, _PAGE_DIRTY); in pte_mkclean() 315 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold() 320 return pte_clear_flags(pte, _PAGE_RW); in pte_wrprotect() 325 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec() 350 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge() 360 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal() 531 return pte_clear_flags(pte, _PAGE_SOFT_DIRTY); in pte_clear_soft_dirty() 1298 return pte_clear_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive() [all …]
|
/linux-5.19.10/arch/x86/boot/compressed/ |
D | ident_map_64.c | 306 pte = pte_clear_flags(pte, clr); in set_clr_page_flags()
|