Home
last modified time | relevance | path

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

/linux-6.15/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.c2528 vmcs_write32(GUEST_LDTR_LIMIT, vmcs12->guest_ldtr_limit); in prepare_vmcs02_rare()
4434 case GUEST_LDTR_LIMIT: in is_vmcs12_ext_field()
4483 vmcs12->guest_ldtr_limit = vmcs_read32(GUEST_LDTR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
H A Dvmx.c4930 vmcs_write32(GUEST_LDTR_LIMIT, 0xffff); in vmx_vcpu_reset()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h226 GUEST_LDTR_LIMIT = 0x0000480c, enumerator
H A Devmcs.h525 case GUEST_LDTR_LIMIT: in evmcs_vmread()
1006 case GUEST_LDTR_LIMIT: in evmcs_vmwrite()
/linux-6.15/arch/x86/include/asm/
H A Dvmx.h324 GUEST_LDTR_LIMIT = 0x0000480c, enumerator
/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c315 vmwrite(GUEST_LDTR_LIMIT, -1); in init_vmcs_guest_state()