Searched refs:rcx (Results 1 – 8 of 8) sorted by relevance
| /hypervisor/arch/x86/guest/ |
| A D | vmx_asm.S | 102 mov 0x8(%rdi),%rcx 165 mov %rcx,0x8(%rdi) 208 xor %rcx,%rcx
|
| A D | optee.c | 118 uint64_t rax, rdi, rsi, rdx, rbx, rcx; in ree_switch_to_tee() local 128 rcx = vcpu_get_gpreg(vcpu, CPU_REG_RCX); in ree_switch_to_tee() 138 vcpu_set_gpreg(tee_vcpu, CPU_REG_RCX, rcx); in ree_switch_to_tee()
|
| A D | instr_emul.c | 1078 uint64_t rcx = 0U, rdi, rsi, rflags; in emulate_movs() local 1098 rcx = vm_get_register(vcpu, CPU_REG_RCX); in emulate_movs() 1104 if ((rcx & size2mask[vie->addrsize]) == 0UL) { in emulate_movs() 1144 rcx = rcx - 1; in emulate_movs() 1145 vie_update_register(vcpu, CPU_REG_RCX, rcx, vie->addrsize); in emulate_movs() 1150 if ((rcx & size2mask[vie->addrsize]) != 0UL) { in emulate_movs() 1164 uint64_t rcx = 0U, rdi, rflags; in emulate_stos() local 1171 rcx = vm_get_register(vcpu, CPU_REG_RCX); in emulate_stos() 1177 if ((rcx & size2mask[vie->addrsize]) == 0UL) { in emulate_stos() 1199 rcx = rcx - 1; in emulate_stos() [all …]
|
| /hypervisor/arch/x86/ |
| A D | wakeup.S | 51 movq %rcx, 0x8 + cpu_ctx(%rip) 152 movq 0x8 + cpu_ctx(%rip), %rcx
|
| A D | idt.S | 275 pushq %rcx 284 popq %rcx
|
| /hypervisor/arch/x86/lib/ |
| A D | retpoline-thunk.S | 26 retpoline_thunk rcx
|
| /hypervisor/debug/ |
| A D | dump.c | 223 ctx->gp_regs.rax, ctx->gp_regs.rbx, ctx->gp_regs.rcx); in dump_intr_excp_frame()
|
| /hypervisor/include/public/ |
| A D | acrn_common.h | 395 uint64_t rcx; member
|
Completed in 14 milliseconds