Searched refs:__address (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | mmu_notifier.h | 571 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 575 unsigned long ___address = __address; \ 584 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 588 unsigned long ___address = __address; \ 597 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 601 unsigned long ___address = __address; \ 608 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 612 unsigned long ___address = __address; \ 619 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument 621 unsigned long ___addr = __address & PAGE_MASK; \ [all …]
|
D | huge_mm.h | 199 #define split_huge_pmd(__vma, __pmd, __address) \ argument 204 __split_huge_pmd(__vma, __pmd, __address, \ 215 #define split_huge_pud(__vma, __pud, __address) \ argument 220 __split_huge_pud(__vma, __pud, __address); \ 406 #define split_huge_pmd(__vma, __pmd, __address) \ argument 414 #define split_huge_pud(__vma, __pmd, __address) \ argument
|