Home
last modified time | relevance | path

Searched refs:guest_rcx (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_genassym.c50 ASSYM(VMXCTX_GUEST_RCX, offsetof(struct vmxctx, guest_rcx));
H A Dvmx.h42 register_t guest_rcx; member
H A Dvmx.c1202 (uint64_t *)&vmxctx->guest_rbx, (uint64_t *)&vmxctx->guest_rcx, in vmx_handle_cpuid()
1661 if (vmxctx->guest_rcx != 0) { in vmx_emulate_xsetbv()
1731 return (vmxctx->guest_rcx); in vmx_get_guest_reg()
1777 vmxctx->guest_rcx = regval; in vmx_set_guest_reg()
2478 ecx = vmxctx->guest_rcx; in vmx_exit_process()
2497 ecx = vmxctx->guest_rcx; in vmx_exit_process()
3210 return (&vmxctx->guest_rcx); in vmxctx_regptr()
4068 SNAPSHOT_VAR_OR_LEAVE(vmxctx->guest_rcx, meta, ret, done); in vmx_snapshot()