MCPcopy 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
747static __inline void
748vm_inject_ud(void *vm, int vcpuid)
749{
750 vm_inject_fault(vm, vcpuid, IDT_UD, 0, 0);
751}
752
753static __inline void
754vm_inject_gp(void *vm, int vcpuid)

Callers 3

vm_runFunction · 0.85
svm_vmexitFunction · 0.85
vmx_emulate_xsetbvFunction · 0.85

Calls 1

vm_inject_faultFunction · 0.85

Tested by

no test coverage detected