Searched refs:__mm (Results 1 – 4 of 4) sorted by relevance
62 #define smp_tsb_sync(__mm) do { } while (0) argument66 #define load_secondary_context(__mm) \ argument75 : "r" (CTX_HWBITS((__mm)->context)), \
21 #define flush_cache_mm(__mm) \ argument22 do { if ((__mm) == current->mm) flushw_user(); } while(0)
519 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \ argument521 struct mm_struct *___mm = __mm; \
52 static void flush_ldt(void *__mm) in flush_ldt() argument54 struct mm_struct *mm = __mm; in flush_ldt()