Searched refs:rbx (Results 1 – 16 of 16) sorted by relevance
| /kernel/arch/x86/ |
| A D | start16.S | 117 movabs $.Lhighaddr, %rbx 118 jmp *%rbx 141 movabs $x86_secondary_entry, %rbx 142 call *%rbx 161 movabs $.Lwakeup_highaddr, %rbx 162 jmp *%rbx 199 mov 24(%rdi), %rbx
|
| A D | asm.S | 15 push_reg %rbx 30 pop_reg %rbx
|
| A D | exceptions.S | 120 push_reg %rbx 138 pop_reg %rbx
|
| A D | acpi.S | 28 mov %rbx, 24(%rdi)
|
| A D | syscall.S | 377 push_value %rbx 384 pop_value %rbx
|
| A D | debugger.cpp | 33 static_assert(SYSCALL_OFFSETS_EQUAL(rbx), ""); 69 COPY_REG(out, in, rbx); \
|
| A D | faults.cpp | 49 frame->rax, frame->rbx, frame->rcx, frame->rdx); in dump_fault_frame()
|
| /kernel/arch/x86/hypervisor/ |
| A D | vmx.S | 21 mov %rbx, HS_RBX(%rdi) 45 mov GS_RBX(%rsp), %rbx 94 mov %rbx, GS_RBX(%rsp) 115 mov HS_RBX(%rdi), %rbx
|
| A D | vmexit.cpp | 129 arg[0] = guest_state->rbx; in VmCallInfo() 198 reinterpret_cast<uint32_t*>(&guest_state->rbx), in handle_cpuid() 206 reinterpret_cast<uint32_t*>(&guest_state->rbx), in handle_cpuid() 212 guest_state->rbx &= ~(0xff << 24); in handle_cpuid() 242 guest_state->rbx = xsave_size; in handle_cpuid() 278 guest_state->rbx = 0; in handle_cpuid() 291 guest_state->rbx &= ~(1u << X86_FEATURE_PT.bit); in handle_cpuid() 313 guest_state->rbx = regs[0]; in handle_cpuid() 322 guest_state->rbx = 0; in handle_cpuid() 333 reinterpret_cast<uint32_t*>(&guest_state->rbx), in handle_cpuid() [all …]
|
| A D | vcpu.cpp | 824 out->rbx = in.rbx; in register_copy()
|
| /kernel/arch/x86/include/arch/x86/ |
| A D | vmx_state.h | 50 uint64_t rbx; member 70 uint64_t rbx; member 101 static_assert(__offsetof(VmxState, host_state.rbx) == HS_RBX, ""); 109 static_assert(__offsetof(VmxState, guest_state.rbx) == GS_RBX, "");
|
| A D | general_regs.h | 30 uint64_t rbx; member
|
| A D | bootstrap16.h | 71 uint64_t rdi, rsi, rbp, rbx, rdx, rcx, rax; member
|
| /kernel/arch/x86/include/arch/ |
| A D | asm_macros.h | 57 .cfi_same_value %rbx ; \ 76 .cfi_undefined %rbx ; \
|
| A D | x86.h | 29 uint64_t rdi, rsi, rbp, rbx, rdx, rcx, rax; // pushed by common handler member 53 uint64_t rbx; member
|
| /kernel/lib/crashlog/ |
| A D | crashlog.cpp | 160 crashlog.iframe->rbx, in crashlog_to_string()
|
Completed in 27 milliseconds