Searched refs:fv (Results 1 – 1 of 1) sorted by relevance
735 struct foreign_vmcs *fv; in vmx_vmcs_try_enter() local746 if ( fv->v == v ) in vmx_vmcs_try_enter()748 BUG_ON(fv->count == 0); in vmx_vmcs_try_enter()752 BUG_ON(fv->v != NULL); in vmx_vmcs_try_enter()761 fv->v = v; in vmx_vmcs_try_enter()764 fv->count++; in vmx_vmcs_try_enter()778 struct foreign_vmcs *fv; in vmx_vmcs_exit() local784 BUG_ON(fv->v != v); in vmx_vmcs_exit()785 BUG_ON(fv->count == 0); in vmx_vmcs_exit()787 if ( --fv->count == 0 ) in vmx_vmcs_exit()[all …]
Completed in 6 milliseconds