Searched refs:msr_load_count (Results 1 – 2 of 2) sorted by relevance
1372 unsigned int total = vmx->msr_load_count; in vmx_find_msr()1430 total = vmx->msr_load_count; in vmx_add_msr()1436 subend = vmx->msr_load_count; in vmx_add_msr()1504 __vmwrite(VM_ENTRY_MSR_LOAD_COUNT, ++vmx->msr_load_count); in vmx_add_msr()1524 unsigned int total = vmx->msr_load_count; in vmx_del_msr()1574 __vmwrite(VM_ENTRY_MSR_LOAD_COUNT, --vmx->msr_load_count); in vmx_del_msr()
146 unsigned int msr_load_count; member
Completed in 8 milliseconds