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

Function svm_get_vmcb_ctrl

freebsd/amd64/vmm/amd/svm_softc.h:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static __inline struct vmcb_ctrl *
93svm_get_vmcb_ctrl(struct svm_softc *sc, int vcpu)
94{
95
96 return (&(sc->vcpu[vcpu].vmcb.ctrl));
97}
98
99static __inline struct svm_regctx *
100svm_get_guest_regctx(struct svm_softc *sc, int vcpu)

Callers 15

svm_set_tsc_offsetFunction · 0.85
svm_get_interceptFunction · 0.85
svm_set_interceptFunction · 0.85
vmcb_initFunction · 0.85
svm_handle_ioFunction · 0.85
svm_eventinjectFunction · 0.85
svm_update_virqinfoFunction · 0.85
svm_save_intinfoFunction · 0.85
svm_modify_intr_shadowFunction · 0.85
svm_get_intr_shadowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected