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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dldt.h17 struct mmu_context_skas * from_mm);
H A Dprocessor-generic.h99 static inline void mm_copy_segments(struct mm_struct *from_mm, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dmmu.c76 struct mmu_context_skas *from_mm = NULL; local
106 from_mm = &current->mm->context.skas;
118 if(from_mm)
120 from_mm->id.u.pid);
124 ret = init_new_ldt(to_mm, from_mm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dldt.c462 struct mmu_context_skas * from_mm)
475 if(!from_mm){
512 /* We have a valid from_mm, so we now have to copy the LDT of
513 * from_mm to new_mm, because using proc_mm an new mm with
519 from_mm->id.u.mm_fd } } );
532 down(&from_mm->ldt.semaphore);
533 if(from_mm->ldt.entry_count <= LDT_DIRECT_ENTRIES){
534 memcpy(new_mm->ldt.u.entries, from_mm->ldt.u.entries,
538 i = from_mm->ldt.entry_count / LDT_ENTRIES_PER_PAGE;
548 from_mm
461 init_new_ldt(struct mmu_context_skas * new_mm, struct mmu_context_skas * from_mm) argument
[all...]

Completed in 52 milliseconds