Searched refs:pte_clear_flags (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 294 return pte_clear_flags(pte, _PAGE_RW); in pte_wrprotect() 326 return pte_clear_flags(pte, _PAGE_UFFD_WP); in pte_clear_uffd_wp() 332 return pte_clear_flags(pte, _PAGE_DIRTY); in pte_mkclean() 337 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold() 342 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec() 367 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge() 377 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal() 548 return pte_clear_flags(pte, _PAGE_SOFT_DIRTY); in pte_clear_soft_dirty() 1314 return pte_clear_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive() 1330 return pte_clear_flags(pte, _PAGE_SWP_SOFT_DIRTY); in pte_swp_clear_soft_dirty() [all …]
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | ident_map_64.c | 312 pte = pte_clear_flags(pte, clr); in set_clr_page_flags()
|
Completed in 7 milliseconds