Searched refs:ptep_clear_flush_young (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/include/linux/ |
D | mmu_notifier.h | 534 __young = ptep_clear_flush_young(___vma, ___address, __ptep); \ 682 #define ptep_clear_flush_young_notify ptep_clear_flush_young
|
D | pgtable.h | 336 int ptep_clear_flush_young(struct vm_area_struct *vma,
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 235 #define ptep_clear_flush_young(__vma, __address, __ptep) \ macro
|
/linux-6.6.21/mm/ |
D | pgtable-generic.c | 82 int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young() function
|
/linux-6.6.21/arch/x86/mm/ |
D | pgtable.c | 594 int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young() function
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | pgtable.h | 593 static inline int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young() function
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | pgtable.h | 912 static inline int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young() function
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 400 #define ptep_clear_flush_young ptep_test_and_clear_young macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | pgtable.h | 1277 extern int ptep_clear_flush_young(struct vm_area_struct *vma,
|
/linux-6.6.21/arch/s390/include/asm/ |
D | pgtable.h | 1135 static inline int ptep_clear_flush_young(struct vm_area_struct *vma, in ptep_clear_flush_young() function
|