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

Function vcpu_trace_exceptions

freebsd/amd64/vmm/vmm.c:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337int
338vcpu_trace_exceptions(struct vm *vm, int vcpuid)
339{
340
341 return (trace_guest_exceptions);
342}
343
344struct vm_exit *
345vm_exitinfo(struct vm *vm, int cpuid)

Callers 2

vmcb_initFunction · 0.85
vmx_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected