Searched refs:pte_clear_flags (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 321 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() 400 return pte_clear_flags(pte, _PAGE_UFFD_WP); in pte_clear_uffd_wp() 406 return pte_clear_flags(pte, _PAGE_DIRTY_BITS); in pte_mkclean() 411 return pte_clear_flags(pte, _PAGE_ACCESSED); in pte_mkold() 416 return pte_clear_flags(pte, _PAGE_NX); in pte_mkexec() 428 pte = pte_clear_flags(pte, _PAGE_RW); in pte_mkwrite_shstk() 454 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge() 464 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal() 701 return pte_clear_flags(pte, _PAGE_SOFT_DIRTY); in pte_clear_soft_dirty() [all …]
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | ident_map_64.c | 313 pte = pte_clear_flags(pte, clr); in set_clr_page_flags()
|