Searched refs:__address (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | mmu_notifier.h | 518 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 522 unsigned long ___address = __address; \ 531 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 535 unsigned long ___address = __address; \ 544 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 548 unsigned long ___address = __address; \ 555 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 559 unsigned long ___address = __address; \
|
| A D | huge_mm.h | 402 #define split_huge_pmd(__vma, __pmd, __address) \ argument 406 __split_huge_pmd(__vma, __pmd, __address, \ 427 #define split_huge_pud(__vma, __pud, __address) \ argument 431 __split_huge_pud(__vma, __pud, __address); \ 575 #define split_huge_pmd(__vma, __pmd, __address) \ argument 593 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
Completed in 89 milliseconds