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

Function svm_get_vmcb

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

Source from the content-addressed store, hash-verified

76}
77
78static __inline struct vmcb *
79svm_get_vmcb(struct svm_softc *sc, int vcpu)
80{
81
82 return (&(sc->vcpu[vcpu].vmcb));
83}
84
85static __inline struct vmcb_state *
86svm_get_vmcb_state(struct svm_softc *sc, int vcpu)

Callers 8

vmcb_accessFunction · 0.85
vmcb_readFunction · 0.85
vmcb_writeFunction · 0.85
vmcb_setdescFunction · 0.85
vmcb_getdescFunction · 0.85
svm_handle_ioFunction · 0.85
svm_vmexitFunction · 0.85
svm_vmcx_snapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected