Searched refs:MSR_GS_BASE (Results 1 – 8 of 8) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | trampolines.S | 62 MSR_GS_BASE = 0xc0000101 define 67 mov $MSR_GS_BASE, %ecx 72 mov $MSR_GS_BASE, %ecx
|
H A D | la57.c | 144 if ((test_register >> 32) == MSR_GS_BASE && expect_success) in test_register_write() 252 TEST_MSR(MSR_GS_BASE, force_emulation); in __test_canonical_checks()
|
H A D | emulator64.c | 445 wrmsr(MSR_GS_BASE, GS_BASE); in test_iret()
|
H A D | msr.c | 45 MSR_TEST_ONLY64(MSR_GS_BASE, addr_64, 0),
|
H A D | vmx.c | 1144 vmcs_write(HOST_BASE_GS, rdmsr(MSR_GS_BASE)); in init_vmcs_host() 1196 vmcs_write(GUEST_BASE_GS, rdmsr(MSR_GS_BASE)); in init_vmcs_guest()
|
H A D | vmx_tests.c | 10845 *value = rdmsr(MSR_GS_BASE); in get_host_value() 10879 wrmsr(MSR_GS_BASE, value); in set_host_value()
|
/kvm-unit-tests/lib/x86/ |
H A D | setup.c | 353 wrmsr(MSR_GS_BASE, (u64)&__percpu_data[pre_boot_apic_id()]); in setup_efi()
|
H A D | msr.h | 13 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro
|