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

/linux-master/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.c2464 vmcs_write32(GUEST_IDTR_LIMIT, vmcs12->guest_idtr_limit);
4271 case GUEST_IDTR_LIMIT:
4320 vmcs12->guest_idtr_limit = vmcs_read32(GUEST_IDTR_LIMIT);
4558 vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF);
H A Dvmx.c3620 dt->size = vmcs_read32(GUEST_IDTR_LIMIT);
3626 vmcs_write32(GUEST_IDTR_LIMIT, dt->size);
4892 vmcs_write32(GUEST_IDTR_LIMIT, 0xffff);
6306 vmx_dump_dtsel("IDTR:", GUEST_IDTR_LIMIT);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c138 GUEST_ASSERT_EQ(vmwrite(GUEST_IDTR_LIMIT, 0), 0);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h231 GUEST_IDTR_LIMIT = 0x00004812, enumerator in enum:vmcs_field
H A Devmcs.h537 case GUEST_IDTR_LIMIT:
1021 case GUEST_IDTR_LIMIT:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c320 vmwrite(GUEST_IDTR_LIMIT, 0xffff);
/linux-master/arch/x86/include/asm/
H A Dvmx.h305 GUEST_IDTR_LIMIT = 0x00004812, enumerator in enum:vmcs_field

Completed in 269 milliseconds