Searched refs:GUEST_IDTR_LIMIT (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ ! |
| H A D | nested_emulation_test.c | 73 GUEST_ASSERT(!vmwrite(GUEST_IDTR_LIMIT, 0)); in guest_code()
|
| H A D | nested_exceptions_test.c | 138 GUEST_ASSERT_EQ(vmwrite(GUEST_IDTR_LIMIT, 0), 0); in l1_vmx_code()
|
| /linux/tools/testing/selftests/kvm/include/x86/ ! |
| H A D | vmx.h | 229 GUEST_IDTR_LIMIT = 0x00004812, enumerator
|
| H A D | evmcs.h | 534 case GUEST_IDTR_LIMIT: in evmcs_vmread() 1018 case GUEST_IDTR_LIMIT: in evmcs_vmwrite()
|
| /linux/arch/x86/kvm/vmx/ ! |
| H A D | hyperv_evmcs.c | 226 EVMCS1_FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit,
|
| H A D | vmcs12.c | 102 FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit),
|
| H A D | nested.c | 2582 vmcs_write32(GUEST_IDTR_LIMIT, vmcs12->guest_idtr_limit); in prepare_vmcs02_rare() 4527 case GUEST_IDTR_LIMIT: in is_vmcs12_ext_field() 4576 vmcs12->guest_idtr_limit = vmcs_read32(GUEST_IDTR_LIMIT); in sync_vmcs02_to_vmcs12_rare() 4824 vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF); in load_vmcs12_host_state()
|
| H A D | vmx.c | 3850 dt->size = vmcs_read32(GUEST_IDTR_LIMIT); in vmx_get_idt() 3856 vmcs_write32(GUEST_IDTR_LIMIT, dt->size); in vmx_set_idt() 5130 vmcs_write32(GUEST_IDTR_LIMIT, 0xffff); in vmx_vcpu_reset() 6636 vmx_dump_dtsel("IDTR:", GUEST_IDTR_LIMIT); in dump_vmcs()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ ! |
| H A D | vmx.c | 329 vmwrite(GUEST_IDTR_LIMIT, 0xffff); in init_vmcs_guest_state()
|
| /linux/arch/x86/include/asm/ ! |
| H A D | vmx.h | 332 GUEST_IDTR_LIMIT = 0x00004812, enumerator
|