H A D | vmcs.c | 194 vmcs_getreg(struct vmcs *vmcs, int running, int ident, uint64_t *retval) in vmcs_getreg() argument 214 if (!running) in vmcs_getreg() 219 if (!running) in vmcs_getreg() 226 vmcs_setreg(struct vmcs *vmcs, int running, int ident, uint64_t val) in vmcs_setreg() argument 241 if (!running) in vmcs_setreg() 246 if (!running) in vmcs_setreg() 253 vmcs_setdesc(struct vmcs *vmcs, int running, int seg, struct seg_desc *desc) in vmcs_setdesc() argument 262 if (!running) in vmcs_setdesc() 275 if (!running) in vmcs_setdesc() 281 vmcs_getdesc(struct vmcs *vmcs, int running, int seg, struct seg_desc *desc) in vmcs_getdesc() argument [all …]
|