Searched defs:mm_context (Results 1 – 5 of 5) sorted by relevance
12 typedef struct mm_context { struct14 struct uml_arch_mm_context arch; argument21 extern long init_new_ldt(struct mm_context *to_mm, struct mm_context *from_mm); argument
29 struct mm_context { struct35 typedef struct mm_context mm_context_t; argument
19 struct mm_context { struct27 typedef struct mm_context mm_context_t; argument
26 #define mm_context(mm) mm->context macro30 #define mm_context(mm) mm->context[smp_processor_id()] macro
57 #define mm_context(mm) (mm->context.tlbpid[smp_processor_id()]) macro