Home
last modified time | relevance | path

Searched refs:MSR_GS_BASE (Results 1 – 8 of 8) sorted by relevance

/kvm-unit-tests/x86/
H A Dtrampolines.S62 MSR_GS_BASE = 0xc0000101 define
67 mov $MSR_GS_BASE, %ecx
72 mov $MSR_GS_BASE, %ecx
H A Dla57.c144 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 Demulator64.c445 wrmsr(MSR_GS_BASE, GS_BASE); in test_iret()
H A Dmsr.c45 MSR_TEST_ONLY64(MSR_GS_BASE, addr_64, 0),
H A Dvmx.c1144 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 Dvmx_tests.c10845 *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 Dsetup.c353 wrmsr(MSR_GS_BASE, (u64)&__percpu_data[pre_boot_apic_id()]); in setup_efi()
H A Dmsr.h13 #define MSR_GS_BASE 0xc0000101 /* 64bit GS base */ macro