Searched refs:__address (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/ |
D | mmu_notifier.h | 330 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 334 unsigned long ___address = __address; \ 343 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 347 unsigned long ___address = __address; \ 356 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 360 unsigned long ___address = __address; \ 367 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 371 unsigned long ___address = __address; \ 378 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument 380 unsigned long ___addr = __address & PAGE_MASK; \ [all …]
|
D | huge_mm.h | 153 #define split_huge_pmd(__vma, __pmd, __address) \ argument 158 __split_huge_pmd(__vma, __pmd, __address, \ 169 #define split_huge_pud(__vma, __pud, __address) \ argument 174 __split_huge_pud(__vma, __pud, __address); \ 297 #define split_huge_pmd(__vma, __pmd, __address) \ argument 305 #define split_huge_pud(__vma, __pmd, __address) \ argument
|