Home
last modified time | relevance | path

Searched refs:pte_clear_flags (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
A Dpgtable.h442 pte = pte_clear_flags(pte, _PAGE_RW); in pte_wrprotect()
465 return pte_clear_flags(pte, _PAGE_UFFD_WP); in pte_clear_uffd_wp()
471 return pte_clear_flags(pte, _PAGE_DIRTY_BITS); in pte_mkclean()
476 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold()
481 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec()
493 pte = pte_clear_flags(pte, _PAGE_RW); in pte_mkwrite_shstk()
519 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge()
529 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal()
738 return pte_clear_flags(pte, _PAGE_SOFT_DIRTY); in pte_clear_soft_dirty()
1596 return pte_clear_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
[all …]
/linux/arch/x86/boot/compressed/
A Dident_map_64.c313 pte = pte_clear_flags(pte, clr); in set_clr_page_flags()

Completed in 12 milliseconds