Searched refs:gp_regs (Results 1 – 2 of 2) sorted by relevance
| /hypervisor/debug/ |
| A D | dump.c | 223 ctx->gp_regs.rax, ctx->gp_regs.rbx, ctx->gp_regs.rcx); in dump_intr_excp_frame() 225 ctx->gp_regs.rdx, ctx->gp_regs.rdi, ctx->gp_regs.rsi); in dump_intr_excp_frame() 227 ctx->rsp, ctx->gp_regs.rbp, ctx->gp_regs.rbx); in dump_intr_excp_frame() 229 ctx->gp_regs.r8, ctx->gp_regs.r9, ctx->gp_regs.r10); in dump_intr_excp_frame() 231 ctx->gp_regs.r11, ctx->gp_regs.r12, ctx->gp_regs.r13); in dump_intr_excp_frame() 233 ctx->rflags, ctx->gp_regs.r14, ctx->gp_regs.r15); in dump_intr_excp_frame() 252 show_host_call_trace(ctx->gp_regs.rsp, ctx->gp_regs.rbp, pcpu_id); in dump_exception()
|
| /hypervisor/include/arch/x86/asm/ |
| A D | cpu.h | 430 struct acrn_gp_regs gp_regs; member
|
Completed in 9 milliseconds