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

/linux-master/arch/x86/um/
H A Dldt.c300 long init_new_ldt(struct mm_context *new_mm, struct mm_context *from_mm) argument
309 mutex_init(&new_mm->arch.ldt.lock);
321 err = write_ldt_entry(&new_mm->id, 1, &desc,
326 new_mm->arch.ldt.entry_count = 0;
339 memcpy(new_mm->arch.ldt.u.entries, from_mm->arch.ldt.u.entries,
340 sizeof(new_mm->arch.ldt.u.entries));
349 new_mm->arch.ldt.u.pages[i] =
351 memcpy(new_mm->arch.ldt.u.pages[i],
355 new_mm->arch.ldt.entry_count = from_mm->arch.ldt.entry_count;

Completed in 97 milliseconds