Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_inject_gp
Function
vm_inject_gp
freebsd/amd64/include/vmm.h:753–757 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
751
}
752
753
static __inline void
754
vm_inject_gp(void *vm, int vcpuid)
755
{
756
vm_inject_fault(vm, vcpuid, IDT_GP, 1, 0);
757
}
758
759
static __inline void
760
vm_inject_ac(void *vm, int vcpuid, int errcode)
Callers
7
get_gla
Function · 0.85
_vm_gla2gpa
Function · 0.85
vlapic_set_cr8
Function · 0.85
svm_wrmsr
Function · 0.85
svm_write_efer
Function · 0.85
vmx_wrmsr
Function · 0.85
vmx_emulate_xsetbv
Function · 0.85
Calls
1
vm_inject_fault
Function · 0.85
Tested by
no test coverage detected