Searched refs:x86_get_current_iframe (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/kernel/arch/x86/
H A Darch_thread.h23 struct iframe* x86_get_current_iframe(void);
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp128 x86_get_current_iframe(void) function
260 struct iframe* frame = x86_get_current_iframe();
H A Darch_user_debugger.cpp678 iframe* frame = x86_get_current_iframe();
H A Darch_debug.cpp590 return x86_get_current_iframe();
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp296 struct iframe *frame = x86_get_current_iframe();
371 struct iframe* frame = x86_get_current_iframe();
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp345 iframe* frame = x86_get_current_iframe();
423 iframe* frame = x86_get_current_iframe();

Completed in 86 milliseconds