Home
last modified time | relevance | path

Searched refs:MSR_FS_BASE (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/x86/
H A Dla57.c251 TEST_MSR(MSR_FS_BASE, force_emulation); in __test_canonical_checks()
H A Dmsr.c44 MSR_TEST_ONLY64(MSR_FS_BASE, addr_64, 0),
H A Dvmx_tests.c2015 entry_msr_load[0].index = MSR_FS_BASE; in msr_switch_exit_handler()
10842 *value = rdmsr(MSR_FS_BASE); in get_host_value()
10876 return wrmsr_safe(MSR_FS_BASE, value); in set_host_value()
/kvm-unit-tests/lib/x86/
H A Dmsr.h12 #define MSR_FS_BASE 0xc0000100 /* 64bit FS base */ macro