Searched refs:EXIT_MSR_ST_ADDR (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | vmx.h | 222 EXIT_MSR_ST_ADDR = 0x2006ul, enumerator
|
H A D | vmx_tests.c | 1987 vmcs_write(EXIT_MSR_ST_ADDR, (u64)exit_msr_store); in msr_switch_init() 5491 vmcs_write(EXIT_MSR_ST_ADDR, tmp); in test_exit_msr_store() 5502 EXIT_MSR_ST_ADDR, 16, false, false, in test_exit_msr_store() 5514 vmcs_write(EXIT_MSR_ST_ADDR, in test_exit_msr_store() 5520 vmcs_write(EXIT_MSR_ST_ADDR, (1ULL << cpuid_maxphyaddr()) - 16); in test_exit_msr_store() 5522 vmcs_write(EXIT_MSR_ST_ADDR, (1ULL << cpuid_maxphyaddr()) - 32); in test_exit_msr_store() 5524 vmcs_write(EXIT_MSR_ST_ADDR, (1ULL << cpuid_maxphyaddr()) - 48); in test_exit_msr_store() 8871 vmcs_write(EXIT_MSR_ST_ADDR, virt_to_phys(&msr_entry)); in vmx_store_tsc_test() 10393 vmcs_write(EXIT_MSR_ST_ADDR, virt_to_phys(exit_msr_store)); in rdtsc_vmexit_diff_test() 10518 vmcs_write(EXIT_MSR_ST_ADDR, (u64)vm_exit_store); in atomic_switch_msrs_test()
|
H A D | vmx.c | 120 { MASK(64), EXIT_MSR_ST_ADDR },
|