Home
last modified time | relevance | path

Searched refs:msr_load_count (Results 1 – 2 of 2) sorted by relevance

/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c1372 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()
/xen/xen/include/asm-x86/hvm/vmx/
A Dvmcs.h146 unsigned int msr_load_count; member

Completed in 8 milliseconds