Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
337
int
338
vcpu_trace_exceptions(struct vm *vm, int vcpuid)
339
{
340
341
return (trace_guest_exceptions);
342
}
343
344
struct vm_exit *
345
vm_exitinfo(struct vm *vm, int cpuid)
Callers
2
vmcb_init
Function · 0.85
vmx_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected