MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vmx_handle_cpuid

Function vmx_handle_cpuid

freebsd/amd64/vmm/intel/vmx.c:1196–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1194}
1195
1196static int
1197vmx_handle_cpuid(struct vm *vm, int vcpu, struct vmxctx *vmxctx)
1198{
1199 int handled;
1200
1201 handled = x86_emulate_cpuid(vm, vcpu, (uint64_t *)&vmxctx->guest_rax,
1202 (uint64_t *)&vmxctx->guest_rbx, (uint64_t *)&vmxctx->guest_rcx,
1203 (uint64_t *)&vmxctx->guest_rdx);
1204 return (handled);
1205}
1206
1207static __inline void
1208vmx_run_trace(struct vmx *vmx, int vcpu)

Callers 1

vmx_exit_processFunction · 0.85

Calls 1

x86_emulate_cpuidFunction · 0.85

Tested by

no test coverage detected