Searched refs:GUEST_IDTR_LIMIT (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | nested_exceptions_test.c | 138 GUEST_ASSERT_EQ(vmwrite(GUEST_IDTR_LIMIT, 0), 0); in l1_vmx_code()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmcs12.c | 102 FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit),
|
| H A D | hyperv_evmcs.c | 226 EVMCS1_FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit,
|
| H A D | nested.c | 2587 vmcs_write32(GUEST_IDTR_LIMIT, vmcs12->guest_idtr_limit); in prepare_vmcs02_rare() 4526 case GUEST_IDTR_LIMIT: in is_vmcs12_ext_field() 4575 vmcs12->guest_idtr_limit = vmcs_read32(GUEST_IDTR_LIMIT); in sync_vmcs02_to_vmcs12_rare() 4823 vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF); in load_vmcs12_host_state()
|
| H A D | vmx.c | 3794 dt->size = vmcs_read32(GUEST_IDTR_LIMIT); in vmx_get_idt() 3800 vmcs_write32(GUEST_IDTR_LIMIT, dt->size); in vmx_set_idt() 5000 vmcs_write32(GUEST_IDTR_LIMIT, 0xffff); in vmx_vcpu_reset() 6467 vmx_dump_dtsel("IDTR:", GUEST_IDTR_LIMIT); in dump_vmcs()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 229 GUEST_IDTR_LIMIT = 0x00004812, enumerator
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 331 GUEST_IDTR_LIMIT = 0x00004812, enumerator
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 318 vmwrite(GUEST_IDTR_LIMIT, 0xffff); in init_vmcs_guest_state()
|