Home
last modified time | relevance | path

Searched refs:__mm (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/sparc/include/asm/
Dmmu_context_64.h55 #define smp_tsb_sync(__mm) do { } while (0) argument
59 #define load_secondary_context(__mm) \ argument
68 : "r" (CTX_HWBITS((__mm)->context)), \
Dcacheflush_64.h20 #define flush_cache_mm(__mm) \ argument
21 do { if ((__mm) == current->mm) flushw_user(); } while(0)
/linux-4.4.14/include/linux/
Dmmu_notifier.h384 #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; \
Dhuge_mm.h190 #define split_huge_page_pmd_mm(__mm, __address, __pmd) \ argument