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

Function svm_disable_intercept

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

Source from the content-addressed store, hash-verified

417}
418
419static __inline void
420svm_disable_intercept(struct svm_softc *sc, int vcpu, int off, uint32_t bitmask)
421{
422
423 svm_set_intercept(sc, vcpu, off, bitmask, 0);
424}
425
426static __inline void
427svm_enable_intercept(struct svm_softc *sc, int vcpu, int off, uint32_t bitmask)

Callers 3

vmcb_initFunction · 0.85
clear_nmi_blockingFunction · 0.85

Calls 1

svm_set_interceptFunction · 0.85

Tested by

no test coverage detected