Searched refs:vmcs_getdesc (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmcs.c | 283 vmcs_getdesc(struct vmcs *vmcs, int running, int seg, struct seg_desc *desc) in vmcs_getdesc() function 504 ret = vmcs_getdesc(vmcs, running, seg, &desc); in vmcs_snapshot_desc()
|
| H A D | vmcs.h | 57 int vmcs_getdesc(struct vmcs *vmcs, int running, int ident,
|
| H A D | vmx.c | 3434 return (vmcs_getdesc(&vmx->vmcs[vcpu], running, reg, desc)); in vmx_getdesc()
|