Home
last modified time | relevance | path

Searched refs:GUEST_IDTR_LIMIT (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c138 GUEST_ASSERT_EQ(vmwrite(GUEST_IDTR_LIMIT, 0), 0); in l1_vmx_code()
/linux/arch/x86/kvm/vmx/
H A Dvmcs12.c102 FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit),
H A Dhyperv_evmcs.c226 EVMCS1_FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit,
H A Dnested.c2531 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 Dvmx.c3668 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 Dvmx.h
H A Devmcs.h
/linux/arch/x86/include/asm/
H A Dvmx.h327 GUEST_IDTR_LIMIT = 0x00004812, enumerator