Searched refs:user_sp (Results 1 – 4 of 4) sorted by relevance
| /kernel/arch/x86/ |
| A D | faults.cpp | 51 frame->rsi, frame->rdi, frame->rbp, frame->user_sp); in dump_fault_frame() 92 if (is_user_address(frame->user_sp)) { in exception_die() 94 if (arch_copy_from_user(buf, (void*)frame->user_sp, sizeof(buf)) == ZX_OK) { in exception_die() 95 printf("bottom of user stack at 0x%lx:\n", (vaddr_t)frame->user_sp); in exception_die() 96 hexdump_ex(buf, sizeof(buf), frame->user_sp); in exception_die() 205 addr_t sp = frame->user_sp; in x86_dump_pfe() 507 if (context->frame->cs != CODE_64_SELECTOR && is_user_address(context->frame->user_sp)) { in arch_dump_exception_context() 509 if (arch_copy_from_user(buf, (void*)context->frame->user_sp, sizeof(buf)) == ZX_OK) { in arch_dump_exception_context() 510 printf("bottom of user stack at 0x%lx:\n", (vaddr_t)context->frame->user_sp); in arch_dump_exception_context() 511 hexdump_ex(buf, sizeof(buf), context->frame->user_sp); in arch_dump_exception_context()
|
| A D | debugger.cpp | 88 out->rsp = in->user_sp; in x86_fill_in_gregs_from_iframe() 96 out->user_sp = in->rsp; in x86_fill_in_iframe_from_gregs()
|
| /kernel/lib/crashlog/ |
| A D | crashlog.cpp | 166 crashlog.iframe->user_sp, in crashlog_to_string()
|
| /kernel/arch/x86/include/arch/ |
| A D | x86.h | 34 uint64_t user_sp, user_ss; // pushed by interrupt member
|
Completed in 7 milliseconds