Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 2 of 2) sorted by relevance

/kernel/kernel/
A Dthread.cpp1336 static size_t thread_get_backtrace(thread_t* t, void* fp, thread_backtrace_t* tb) { in thread_get_backtrace() argument
1353 if (thread_read_stack(t, fp, &fp, sizeof(void*))) { in thread_get_backtrace()
1360 static zx_status_t _thread_print_backtrace(thread_t* t, void* fp) { in _thread_print_backtrace() argument
1361 if (!t || !fp) { in _thread_print_backtrace()
1366 size_t count = thread_get_backtrace(t, fp, &tb); in _thread_print_backtrace()
1393 void* fp = __GET_FRAME(0); in thread_append_current_backtrace() local
1395 if (!current || !fp) { in thread_append_current_backtrace()
1400 size_t count = thread_get_backtrace(current, fp, &tb); in thread_append_current_backtrace()
1434 void* fp = NULL; in thread_print_backtrace() local
1440 fp = arch_thread_get_blocked_fp(t); in thread_print_backtrace()
[all …]
/kernel/arch/x86/
A Drules.mk131 KERNEL_COMPILEFLAGS += -mno-80387 -mno-fp-ret-in-387

Completed in 6 milliseconds