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