Searched refs:GUEST_LDTR_LIMIT (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs12.c99 FIELD(GUEST_LDTR_LIMIT, guest_ldtr_limit),
H A Dhyperv_evmcs.c220 EVMCS1_FIELD(GUEST_LDTR_LIMIT, guest_ldtr_limit,
H A Dnested.c2461 vmcs_write32(GUEST_LDTR_LIMIT, vmcs12->guest_ldtr_limit);
4268 case GUEST_LDTR_LIMIT:
4317 vmcs12->guest_ldtr_limit = vmcs_read32(GUEST_LDTR_LIMIT);
H A Dvmx.c4885 vmcs_write32(GUEST_LDTR_LIMIT, 0xffff);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h228 GUEST_LDTR_LIMIT = 0x0000480c, enumerator in enum:vmcs_field
H A Devmcs.h528 case GUEST_LDTR_LIMIT:
1009 case GUEST_LDTR_LIMIT:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c317 vmwrite(GUEST_LDTR_LIMIT, -1);
/linux-master/arch/x86/include/asm/
H A Dvmx.h302 GUEST_LDTR_LIMIT = 0x0000480c, enumerator in enum:vmcs_field

Completed in 202 milliseconds