Searched refs:__ptep (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | mmu_notifier.h | 603 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 608 __young = ptep_clear_flush_young(___vma, ___address, __ptep); \ 629 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 634 __young = ptep_test_and_clear_young(___vma, ___address, __ptep);\ 651 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument 657 ___pte = ptep_clear_flush(__vma, __address, __ptep); \ 700 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \ argument 707 set_pte_at(___mm, ___address, __ptep, ___pte); \
|