Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/kernel/
Dprocess.c175 struct mips_frame_info schedule_frame;
176 static struct mips_frame_info schedule_timeout_frame;
177 static struct mips_frame_info sleep_on_frame;
178 static struct mips_frame_info sleep_on_timeout_frame;
179 static struct mips_frame_info wait_for_completion_frame;
181 static int __init get_frame_info(struct mips_frame_info *info, void *func) in get_frame_info()
/linux-2.4.37.9/arch/mips64/kernel/
Dprocess.c168 struct mips_frame_info schedule_frame;
169 static struct mips_frame_info schedule_timeout_frame;
170 static struct mips_frame_info sleep_on_frame;
171 static struct mips_frame_info sleep_on_timeout_frame;
172 static struct mips_frame_info wait_for_completion_frame;
174 static int __init get_frame_info(struct mips_frame_info *info, void *func) in get_frame_info()
/linux-2.4.37.9/include/asm-mips/
Dprocessor.h252 struct mips_frame_info { struct
256 extern struct mips_frame_info schedule_frame; argument
/linux-2.4.37.9/include/asm-mips64/
Dprocessor.h293 struct mips_frame_info { struct
297 extern struct mips_frame_info schedule_frame; argument