Searched refs:rbp (Results 1 – 17 of 17) sorted by relevance
| /kernel/arch/x86/hypervisor/ |
| A D | vmx.S | 23 mov %rbp, HS_RBP(%rdi) 46 mov GS_RBP(%rsp), %rbp 95 mov %rbp, GS_RBP(%rsp) 117 mov HS_RBP(%rdi), %rbp
|
| A D | vcpu.cpp | 825 out->rbp = in.rbp; in register_copy()
|
| A D | vmexit.cpp | 386 *out = guest_state->rbp; in register_value()
|
| /kernel/arch/x86/include/arch/x86/ |
| A D | vmx_state.h | 52 uint64_t rbp; member 71 uint64_t rbp; member 100 static_assert(__offsetof(VmxState, host_state.rbp) == HS_RBP, ""); 114 static_assert(__offsetof(VmxState, guest_state.rbp) == GS_RBP, "");
|
| A D | general_regs.h | 35 uint64_t rbp; member
|
| A D | bootstrap16.h | 71 uint64_t rdi, rsi, rbp, rbx, rdx, rcx, rax; member
|
| /kernel/arch/x86/ |
| A D | asm.S | 16 push_reg %rbp 29 pop_reg %rbp
|
| A D | exceptions.S | 121 push_reg %rbp 137 pop_reg %rbp
|
| A D | acpi.S | 27 mov %rbp, 16(%rdi)
|
| A D | syscall.S | 372 push_value %rbp 389 pop_value %rbp
|
| A D | thread.cpp | 93 return (void*)frame->rbp; in arch_thread_get_blocked_fp()
|
| A D | start16.S | 198 mov 16(%rdi), %rbp
|
| A D | debugger.cpp | 38 static_assert(SYSCALL_OFFSETS_EQUAL(rbp), ""); 74 COPY_REG(out, in, rbp); \
|
| A D | faults.cpp | 51 frame->rsi, frame->rdi, frame->rbp, frame->user_sp); in dump_fault_frame()
|
| /kernel/arch/x86/include/arch/ |
| A D | asm_macros.h | 62 .cfi_same_value %rbp ; \ 81 .cfi_undefined %rbp ; \
|
| A D | x86.h | 29 uint64_t rdi, rsi, rbp, rbx, rdx, rcx, rax; // pushed by common handler member 52 uint64_t rbp; member
|
| /kernel/lib/crashlog/ |
| A D | crashlog.cpp | 165 crashlog.iframe->rbp, in crashlog_to_string()
|
Completed in 19 milliseconds