Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dmmu_context_64.h62 #define smp_tsb_sync(__mm) do { } while (0) argument
66 #define load_secondary_context(__mm) \ argument
75 : "r" (CTX_HWBITS((__mm)->context)), \
Dcacheflush_64.h21 #define flush_cache_mm(__mm) \ argument
22 do { if ((__mm) == current->mm) flushw_user(); } while(0)
/arch/x86/kernel/
Dldt.c52 static void flush_ldt(void *__mm) in flush_ldt() argument
54 struct mm_struct *mm = __mm; in flush_ldt()