Searched refs:autostore (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dnested.c1077 struct vmx_msrs *autostore = &vmx->msr_autostore.guest; local
1083 msr_autostore_slot = vmx_find_loadstore_msr_slot(autostore, msr_index);
1088 if (autostore->nr == MAX_NR_LOADSTORE_MSRS) {
1101 last = autostore->nr++;
1102 autostore->val[last].index = msr_index;
1104 last = --autostore->nr;
1105 autostore->val[msr_autostore_slot] = autostore->val[last];

Completed in 117 milliseconds