Home
last modified time | relevance | path

Searched refs:pte_clear_flags (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgtable.h321 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags() function
377 pte = pte_clear_flags(pte, _PAGE_RW); in pte_wrprotect()
416 return pte_clear_flags(pte, _PAGE_UFFD_WP); in pte_clear_uffd_wp()
422 return pte_clear_flags(pte, _PAGE_DIRTY_BITS); in pte_mkclean()
427 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold()
432 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec()
444 pte = pte_clear_flags(pte, _PAGE_RW); in pte_mkwrite_shstk()
470 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge()
480 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal()
717 return pte_clear_flags(pt in pte_clear_soft_dirty()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable.h310 static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear) in pte_clear_flags() function
330 return pte_clear_flags(pte, _PAGE_UFFD_WP); in pte_clear_uffd_wp()
336 return pte_clear_flags(pte, _PAGE_DIRTY); in pte_mkclean()
341 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold()
346 return pte_clear_flags(pte, _PAGE_RW); in pte_wrprotect()
351 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec()
376 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge()
386 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal()
557 return pte_clear_flags(pte, _PAGE_SOFT_DIRTY); in pte_clear_soft_dirty()
1310 return pte_clear_flags(pt in pte_swp_clear_soft_dirty()
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dident_map_64.c302 pte = pte_clear_flags(pte, clr); in set_clr_page_flags()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dident_map_64.c312 pte = pte_clear_flags(pte, clr); in set_clr_page_flags()

Completed in 6 milliseconds