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

Function svm_get_vcpu

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

Source from the content-addressed store, hash-verified

69CTASSERT((offsetof(struct svm_softc, nptp) & PAGE_MASK) == 0);
70
71static __inline struct svm_vcpu *
72svm_get_vcpu(struct svm_softc *sc, int vcpu)
73{
74
75 return (&(sc->vcpu[vcpu]));
76}
77
78static __inline struct vmcb *
79svm_get_vmcb(struct svm_softc *sc, int vcpu)

Callers 5

svm_set_dirtyFunction · 0.85
svm_initFunction · 0.85
svm_inj_interruptsFunction · 0.85
svm_pmap_activateFunction · 0.85
svm_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected