Home
last modified time | relevance | path

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

/arch/x86/um/
Dldt.c298 long init_new_ldt(struct mm_context *new_mm, struct mm_context *from_mm) in init_new_ldt() argument
307 mutex_init(&new_mm->arch.ldt.lock); in init_new_ldt()
319 err = write_ldt_entry(&new_mm->id, 1, &desc, in init_new_ldt()
324 new_mm->arch.ldt.entry_count = 0; in init_new_ldt()
337 memcpy(new_mm->arch.ldt.u.entries, from_mm->arch.ldt.u.entries, in init_new_ldt()
338 sizeof(new_mm->arch.ldt.u.entries)); in init_new_ldt()
347 new_mm->arch.ldt.u.pages[i] = in init_new_ldt()
349 memcpy(new_mm->arch.ldt.u.pages[i], in init_new_ldt()
353 new_mm->arch.ldt.entry_count = from_mm->arch.ldt.entry_count; in init_new_ldt()
/arch/um/include/asm/
Dprocessor-generic.h64 struct mm_struct *new_mm) in mm_copy_segments() argument
/arch/mn10300/kernel/
Dprocess.c124 void copy_segments(struct task_struct *p, struct mm_struct *new_mm) in copy_segments() argument