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

Function vintr_intercept_enabled

freebsd/amd64/vmm/amd/svm.c:1012–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1010
1011#ifdef INVARIANTS
1012static __inline int
1013vintr_intercept_enabled(struct svm_softc *sc, int vcpu)
1014{
1015
1016 return (svm_get_intercept(sc, vcpu, VMCB_CTRL1_INTCPT,
1017 VMCB_INTCPT_VINTR));
1018}
1019#endif
1020
1021static __inline void

Callers 2

Calls 1

svm_get_interceptFunction · 0.85

Tested by

no test coverage detected