Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h274 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
343 update_pte(ptep, pte_mkold(pte)); in ptep_test_and_clear_young()
/OK3568_Linux_fs/kernel/mm/damon/
H A Dprmtv-common.c46 *pte = pte_mkold(*pte); in damon_ptep_mkold()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dhugepage.h26 #define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd)))
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h355 static inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~_PAGE_ACCESSED; return pte; } in pte_mkold() function
445 set_pte_at(vma->vm_mm, addr, ptep, pte_mkold(pte)); in ptep_test_and_clear_young()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h308 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A)) macro
396 set_pte_at(vma->vm_mm, addr, ptep, pte_mkold(pte)); in ptep_test_and_clear_young()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h164 static inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_ACCESSED; return pte; } in pte_mkold() function
H A Dmotorola_pgtable.h180 static inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~_PAGE_ACCESSED; return pte; } in pte_mkold() function
H A Dmcf_pgtable.h262 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h213 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
425 #define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd)))
808 pte = pte_mkold(pte); in __ptep_test_and_clear_young()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h327 static inline pte_t pte_mkold(pte_t pte) function
385 static inline pte_t pte_mkold(pte_t pte) function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h147 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h138 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h271 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h193 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h188 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h274 extern inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~(__ACCESS_BITS); return pte; } in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h259 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h263 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h254 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
H A Dpgtable_64.h531 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
737 pte = pte_mkold(pte); in pmd_mkold()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h277 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h319 static inline pte_t pte_mkold(pte_t pte) \ in pte_mkold() function
/OK3568_Linux_fs/kernel/mm/
H A Dmadvise.c464 ptent = pte_mkold(ptent); in madvise_cold_or_pageout_pte_range()
706 ptent = pte_mkold(ptent); in madvise_free_pte_range()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst45 | pte_mkold | Creates an old PTE |
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h433 static inline pte_t pte_mkold(pte_t pte) in pte_mkold() function

12