Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_inject_ud
Function
vm_inject_ud
freebsd/amd64/include/vmm.h:747–751 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
745
int errcode);
746
747
static __inline void
748
vm_inject_ud(void *vm, int vcpuid)
749
{
750
vm_inject_fault(vm, vcpuid, IDT_UD, 0, 0);
751
}
752
753
static __inline void
754
vm_inject_gp(void *vm, int vcpuid)
Callers
3
vm_run
Function · 0.85
svm_vmexit
Function · 0.85
vmx_emulate_xsetbv
Function · 0.85
Calls
1
vm_inject_fault
Function · 0.85
Tested by
no test coverage detected