| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mmu_notifier.h | 603 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 606 struct vm_area_struct *___vma = __vma; \ 616 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 619 struct vm_area_struct *___vma = __vma; \ 629 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 632 struct vm_area_struct *___vma = __vma; \ 640 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 643 struct vm_area_struct *___vma = __vma; \ 651 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument 654 struct mm_struct *___mm = (__vma)->vm_mm; \ [all …]
|
| H A D | huge_mm.h | 202 #define split_huge_pmd(__vma, __pmd, __address) \ argument 207 __split_huge_pmd(__vma, __pmd, __address, \ 218 #define split_huge_pud(__vma, __pud, __address) \ argument 223 __split_huge_pud(__vma, __pud, __address); \ 409 #define split_huge_pmd(__vma, __pmd, __address) \ argument 417 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 221 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 224 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \ 250 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 252 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pgtable.h | 500 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 505 flush_tlb_page(__vma, __addr); \ 510 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 514 set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \ 515 flush_tlb_page(__vma, __addr); \
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 415 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 419 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ 420 flush_tlb_page(__vma, __address); \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/ |
| H A D | pgtable.h | 300 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 301 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 303 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 304 __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 391 #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ argument 394 __r = __ptep_test_and_clear_young((__vma)->vm_mm, __addr, __ptep); \
|