Searched refs:GUEST_IDTR_LIMIT (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | nested_exceptions_test.c |
|
/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 | 2531 vmcs_write32(GUEST_IDTR_LIMIT, vmcs12->guest_idtr_limit); in prepare_vmcs02_rare() 4437 case GUEST_IDTR_LIMIT: in is_vmcs12_ext_field() 4486 vmcs12->guest_idtr_limit = vmcs_read32(GUEST_IDTR_LIMIT); in sync_vmcs02_to_vmcs12_rare() 4724 vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF); in load_vmcs12_host_state()
|
H A D | vmx.c | 3668 dt->size = vmcs_read32(GUEST_IDTR_LIMIT); in vmx_get_idt() 3674 vmcs_write32(GUEST_IDTR_LIMIT, dt->size); in vmx_set_idt() 4922 vmcs_write32(GUEST_IDTR_LIMIT, 0xffff); in vmx_vcpu_reset() 6342 vmx_dump_dtsel("IDTR:", GUEST_IDTR_LIMIT); in dump_vmcs()
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h |
|
H A D | evmcs.h |
|
/linux/arch/x86/include/asm/ |
H A D | vmx.h | 327 GUEST_IDTR_LIMIT = 0x00004812, enumerator
|