Searched refs:__mm (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/sparc/include/asm/ |
D | mmu_context_64.h | 55 #define smp_tsb_sync(__mm) do { } while (0) argument 59 #define load_secondary_context(__mm) \ argument 68 : "r" (CTX_HWBITS((__mm)->context)), \
|
D | cacheflush_64.h | 20 #define flush_cache_mm(__mm) \ argument 21 do { if ((__mm) == current->mm) flushw_user(); } while(0)
|
/linux-4.4.14/include/linux/ |
D | mmu_notifier.h | 384 #define pmdp_huge_get_and_clear_notify(__mm, __haddr, __pmd) \ argument 389 ___pmd = pmdp_huge_get_and_clear(__mm, __haddr, __pmd); \ 390 mmu_notifier_invalidate_range(__mm, ___haddr, \ 406 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \ argument 408 struct mm_struct *___mm = __mm; \
|
D | huge_mm.h | 190 #define split_huge_page_pmd_mm(__mm, __address, __pmd) \ argument
|