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

Function vm_inject_ss

freebsd/amd64/include/vmm.h:765–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765static __inline void
766vm_inject_ss(void *vm, int vcpuid, int errcode)
767{
768 vm_inject_fault(vm, vcpuid, IDT_SS, 1, errcode);
769}
770
771void vm_inject_pf(void *vm, int vcpuid, int error_code, uint64_t cr2);
772

Callers 2

get_glaFunction · 0.85
emulate_stack_opFunction · 0.85

Calls 1

vm_inject_faultFunction · 0.85

Tested by

no test coverage detected