Home
last modified time | relevance | path

Searched refs:context_save_struct (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-arm/proc-armv/
Dprocessor.h25 struct context_save_struct { struct
38 #define INIT_CSS (struct context_save_struct){ SVC_MODE, 0, 0, 0, 0, 0, 0, 0, 0, 0 } argument
/linux-2.4.37.9/include/asm-arm/proc-armo/
Dprocessor.h26 struct context_save_struct { struct
38 #define INIT_CSS (struct context_save_struct){ 0, 0, 0, 0, 0, 0, 0, 0, SVC26_MODE } argument
/linux-2.4.37.9/include/asm-arm/
Dprocessor.h75 struct context_save_struct *save;
/linux-2.4.37.9/arch/arm/kernel/
Dprocess.c318 struct context_save_struct * save; in copy_thread()
327 save = ((struct context_save_struct *)(childregs)) - 1; in copy_thread()