Home
last modified time | relevance | path

Searched refs:pte_mkold (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/arm64/mm/
H A Dcontpte.c122 prot = pte_pgprot(pte_mkold(pte_mkclean(pte))); in __contpte_try_fold()
128 subpte = pte_mkold(pte_mkclean(__ptep_get(ptep))); in __contpte_try_fold()
216 orig_prot = pte_pgprot(pte_mkold(pte_mkclean(orig_pte))); in contpte_ptep_get_lockless()
222 prot = pte_pgprot(pte_mkold(pte_mkclean(pte))); in contpte_ptep_get_lockless()
/linux/arch/xtensa/include/asm/
H A Dpgtable.h259 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
325 update_pte(ptep, pte_mkold(pte)); in ptep_test_and_clear_young()
/linux/arch/arc/include/asm/
H A Dhugepage.h33 #define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd)))
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h146 static inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_ACCESSED; return pte; } in pte_mkold() function
H A Dmcf_pgtable.h207 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
H A Dmotorola_pgtable.h158 static inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~_PAGE_ACCESSED; return pte; } in pte_mkold() function
/linux/arch/hexagon/include/asm/
H A Dpgtable.h248 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h129 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/linux/arch/mips/include/asm/
H A Dpgtable.h313 static inline pte_t pte_mkold(pte_t pte) function
371 static inline pte_t pte_mkold(pte_t pte) function
/linux/arch/csky/include/asm/
H A Dpgtable.h173 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/linux/arch/alpha/include/asm/
H A Dpgtable.h258 extern inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~(__ACCESS_BITS); return pte; } in pte_mkold() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h267 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/linux/arch/arm/include/asm/
H A Dpgtable.h250 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/linux/arch/microblaze/include/asm/
H A Dpgtable.h262 static inline pte_t pte_mkold(pte_t pte) \ in pte_mkold() function
/linux/arch/openrisc/include/asm/
H A Dpgtable.h247 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h237 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst41 | pte_mkold | Creates an old PTE |
/linux/arch/mips/kvm/
H A Dmmu.c431 BUILD_PTE_RANGE_OP(mkold, pte_mkold) in BUILD_PTE_RANGE_OP() argument
/linux/mm/damon/
H A Dvaddr.c352 entry = pte_mkold(entry); in damon_hugetlb_mkold()
/linux/mm/
H A Ddebug_vm_pgtable.c96 WARN_ON(!pte_young(pte_mkyoung(pte_mkold(pte)))); in pte_basic_tests()
99 WARN_ON(pte_young(pte_mkold(pte_mkyoung(pte)))); in pte_basic_tests()
H A Dinternal.h128 return pte_wrprotect(pte_mkold(pte));
H A Dmemory.c730 pte = pte_mkold(mk_pte(page, READ_ONCE(vma->vm_page_prot))); in restore_exclusive_pte()
964 pte = pte_mkold(pte); in __copy_present_ptes()
5011 entry = pte_mkold(entry); in set_pte_range()
H A Dmigrate.c284 pte = pte_mkold(pte); in remove_migration_pte()
/linux/arch/parisc/kernel/
H A Dcache.c791 set_pte(ptep, pte_mkold(pte)); in ptep_clear_flush_young()
/linux/arch/x86/kernel/cpu/sgx/
H A Dencl.c1118 pte = pte_mkold(*ptep); in sgx_encl_test_and_clear_young_cb()

12