Home
last modified time | relevance | path

Searched refs:copy_segments (Results 1 – 10 of 10) sorted by relevance

/arch/m32r/include/asm/
Dprocessor.h129 extern void copy_segments(struct task_struct *p, struct mm_struct * mm);
135 #define copy_segments(p, mm) do { } while (0) macro
/arch/um/include/shared/skas/
Dproc_mm.h40 int copy_segments; member
/arch/c6x/include/asm/
Dprocessor.h100 #define copy_segments(tsk, mm) do { } while (0) macro
/arch/frv/include/asm/
Dprocessor.h117 #define copy_segments(tsk, mm) do { } while (0) macro
/arch/powerpc/kernel/
Dmachine_kexec_64.c100 static void copy_segments(unsigned long ind) in copy_segments() function
147 copy_segments(image->head); in kexec_copy_flush()
/arch/sh/include/asm/
Dprocessor_32.h138 #define copy_segments(p, mm) do { } while(0) macro
Dprocessor_64.h172 #define copy_segments(p, mm) do { } while (0) macro
/arch/xtensa/include/asm/
Dprocessor.h178 #define copy_segments(p, mm) do { } while(0) macro
/arch/mn10300/kernel/
Dprocess.c209 void copy_segments(struct task_struct *p, struct mm_struct *new_mm) in copy_segments() function
/arch/x86/um/
Dldt.c445 { .copy_segments = in init_new_ldt()