MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_inject_ac

Function vm_inject_ac

freebsd/amd64/include/vmm.h:759–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759static __inline void
760vm_inject_ac(void *vm, int vcpuid, int errcode)
761{
762 vm_inject_fault(vm, vcpuid, IDT_AC, 1, errcode);
763}
764
765static __inline void
766vm_inject_ss(void *vm, int vcpuid, int errcode)

Callers 2

get_glaFunction · 0.85
emulate_stack_opFunction · 0.85

Calls 1

vm_inject_faultFunction · 0.85

Tested by

no test coverage detected