Searched refs:new_mm (Results 1 – 3 of 3) sorted by relevance
298 long init_new_ldt(struct mm_context *new_mm, struct mm_context *from_mm) in init_new_ldt() argument307 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()
64 struct mm_struct *new_mm) in mm_copy_segments() argument
124 void copy_segments(struct task_struct *p, struct mm_struct *new_mm) in copy_segments() argument