Searched refs:HOST_DS_SELECTOR (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 256 vmwrite(HOST_DS_SELECTOR, get_ds()); in init_vmcs_host_state() 294 vmwrite(GUEST_DS_SELECTOR, vmreadz(HOST_DS_SELECTOR)); in init_vmcs_guest_state()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmcs12.c | 28 FIELD(HOST_DS_SELECTOR, host_ds_selector),
|
| H A D | hyperv_evmcs.c | 288 EVMCS1_FIELD(HOST_DS_SELECTOR, host_ds_selector,
|
| H A D | vmx.c | 4422 vmcs_write16(HOST_DS_SELECTOR, 0); in vmx_set_constant_host_state() 4425 vmcs_write16(HOST_DS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state() 6512 vmcs_read16(HOST_DS_SELECTOR), vmcs_read16(HOST_ES_SELECTOR), in dump_vmcs()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 120 HOST_DS_SELECTOR = 0x00000c06, enumerator
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 208 HOST_DS_SELECTOR = 0x00000c06, enumerator
|