Searched refs:__address (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | mmu_notifier.h | 431 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 435 unsigned long ___address = __address; \ 444 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 448 unsigned long ___address = __address; \ 457 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 461 unsigned long ___address = __address; \ 468 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 472 unsigned long ___address = __address; \ 479 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument 481 unsigned long ___addr = __address & PAGE_MASK; \ [all …]
|
D | huge_mm.h | 175 #define split_huge_pmd(__vma, __pmd, __address) \ argument 180 __split_huge_pmd(__vma, __pmd, __address, \ 191 #define split_huge_pud(__vma, __pud, __address) \ argument 196 __split_huge_pud(__vma, __pud, __address); \ 354 #define split_huge_pmd(__vma, __pmd, __address) \ argument 362 #define split_huge_pud(__vma, __pmd, __address) \ argument
|