Lines Matching refs:rcx

130     arg[1] = guest_state->rcx;  in VmCallInfo()
190 const uint32_t subleaf = static_cast<uint32_t>(guest_state->rcx); in handle_cpuid()
199 reinterpret_cast<uint32_t*>(&guest_state->rcx), in handle_cpuid()
207 reinterpret_cast<uint32_t*>(&guest_state->rcx), in handle_cpuid()
215 guest_state->rcx |= 1u << X86_FEATURE_HYPERVISOR.bit; in handle_cpuid()
217 guest_state->rcx |= 1u << X86_FEATURE_X2APIC.bit; in handle_cpuid()
219 guest_state->rcx &= ~(1u << X86_FEATURE_VMX.bit); in handle_cpuid()
221 guest_state->rcx &= ~(1u << X86_FEATURE_PDCM.bit); in handle_cpuid()
223 guest_state->rcx &= ~(1u << X86_FEATURE_MON.bit); in handle_cpuid()
225 guest_state->rcx &= ~(1u << X86_FEATURE_TM2.bit); in handle_cpuid()
249 guest_state->rcx &= ~(1u << X86_FEATURE_PERF_BIAS.bit); in handle_cpuid()
251 guest_state->rcx &= ~(1u << X86_FEATURE_HW_FEEDBACK.bit); in handle_cpuid()
271 guest_state->rcx = 0; in handle_cpuid()
279 guest_state->rcx = 0; in handle_cpuid()
314 guest_state->rcx = regs[1]; in handle_cpuid()
323 guest_state->rcx = 0; in handle_cpuid()
334 reinterpret_cast<uint32_t*>(&guest_state->rcx), in handle_cpuid()
374 *out = guest_state->rcx; in register_value()
491 switch (static_cast<X2ApicMsr>(guest_state->rcx)) { in handle_apic_rdmsr()
537 dprintf(INFO, "Unhandled x2APIC rdmsr %#lx\n", guest_state->rcx); in handle_apic_rdmsr()
546 switch (static_cast<uint32_t>(guest_state->rcx)) { in handle_rdmsr()
594 dprintf(INFO, "Unhandled rdmsr %#lx\n", guest_state->rcx); in handle_rdmsr()
690 switch (static_cast<X2ApicMsr>(guest_state->rcx)) { in handle_apic_wrmsr()
745 dprintf(INFO, "Unhandled x2APIC wrmsr %#lx\n", guest_state->rcx); in handle_apic_wrmsr()
758 switch (static_cast<uint32_t>(guest_state->rcx)) { in handle_kvm_wrmsr()
780 switch (static_cast<uint32_t>(guest_state->rcx)) { in handle_wrmsr()
821 dprintf(INFO, "Unhandled wrmsr %#lx\n", guest_state->rcx); in handle_wrmsr()
983 if (guest_state->rcx != 0) in handle_xsetbv()
1081 LTRACEF("handling RDMSR %#lx\n\n", guest_state->rcx); in vmexit_handler()
1086 LTRACEF("handling WRMSR %#lx\n\n", guest_state->rcx); in vmexit_handler()