MCPcopy 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
753static __inline void
754vm_inject_gp(void *vm, int vcpuid)
755{
756 vm_inject_fault(vm, vcpuid, IDT_GP, 1, 0);
757}
758
759static __inline void
760vm_inject_ac(void *vm, int vcpuid, int errcode)

Callers 7

get_glaFunction · 0.85
_vm_gla2gpaFunction · 0.85
vlapic_set_cr8Function · 0.85
svm_wrmsrFunction · 0.85
svm_write_eferFunction · 0.85
vmx_wrmsrFunction · 0.85
vmx_emulate_xsetbvFunction · 0.85

Calls 1

vm_inject_faultFunction · 0.85

Tested by

no test coverage detected