Home
last modified time | relevance | path

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

/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.c2587 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 Dvmx.c3794 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 Dvmx.h229 GUEST_IDTR_LIMIT = 0x00004812, enumerator
/linux/arch/x86/include/asm/
H A Dvmx.h331 GUEST_IDTR_LIMIT = 0x00004812, enumerator
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c318 vmwrite(GUEST_IDTR_LIMIT, 0xffff); in init_vmcs_guest_state()