Home
last modified time | relevance | path

Searched refs:vmcs_getdesc (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c283 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 Dvmcs.h57 int vmcs_getdesc(struct vmcs *vmcs, int running, int ident,
H A Dvmx.c3434 return (vmcs_getdesc(&vmx->vmcs[vcpu], running, reg, desc)); in vmx_getdesc()