Home
last modified time | relevance | path

Searched refs:__vma (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/
Dmmu_notifier.h330 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
333 struct vm_area_struct *___vma = __vma; \
343 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
346 struct vm_area_struct *___vma = __vma; \
356 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
359 struct vm_area_struct *___vma = __vma; \
367 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
370 struct vm_area_struct *___vma = __vma; \
378 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument
381 struct mm_struct *___mm = (__vma)->vm_mm; \
[all …]
Dhuge_mm.h149 #define split_huge_pmd(__vma, __pmd, __address) \ argument
154 __split_huge_pmd(__vma, __pmd, __address, \
165 #define split_huge_pud(__vma, __pud, __address) \ argument
170 __split_huge_pud(__vma, __pud, __address); \
287 #define split_huge_pmd(__vma, __pmd, __address) \ argument
295 #define split_huge_pud(__vma, __pmd, __address) \ argument
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgtable.h224 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
227 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
252 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument
254 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
/Linux-v4.19/arch/ia64/include/asm/
Dpgtable.h524 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument
529 flush_tlb_page(__vma, __addr); \
534 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument
538 set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \
539 flush_tlb_page(__vma, __addr); \
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_32.h428 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument
432 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \
433 flush_tlb_page(__vma, __address); \
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgtable.h233 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
234 __ptep_test_and_clear_young((__vma)->vm_mm->context.id, __addr, __ptep)
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h208 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
209 __ptep_test_and_clear_young((__vma)->vm_mm->context.id, __addr, __ptep)
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h411 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument
414 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \