Searched refs:__ptep (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/include/linux/ |
D | mmu_notifier.h | 518 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 523 __young = ptep_clear_flush_young(___vma, ___address, __ptep); \ 544 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 549 __young = ptep_test_and_clear_young(___vma, ___address, __ptep);\
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 156 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 158 int __young = ptep_test_and_clear_young(__vma, __address, __ptep);\
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 421 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 423 int __changed = !pte_same(*(__ptep), __entry); \ 425 set_pte(__ptep, __entry); \
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 311 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 312 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
/linux-6.12.1/arch/riscv/kvm/ |
D | mmu.c | 39 #define gstage_pte_leaf(__ptep) \ argument 40 (pte_val(*(__ptep)) & (_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC))
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 363 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 365 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
|