Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.c100 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
H A Dhyperv.c229 EVMCS1_FIELD(GUEST_TR_LIMIT, guest_tr_limit,
H A Dnested.c2440 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02_rare()
4272 case GUEST_TR_LIMIT: in is_vmcs12_ext_field()
4321 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
H A Dvmx.c3104 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode()
4892 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h229 GUEST_TR_LIMIT = 0x0000480e, enumerator
H A Devmcs.h531 case GUEST_TR_LIMIT: in evmcs_vmread()
1013 case GUEST_TR_LIMIT: in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h302 GUEST_TR_LIMIT = 0x0000480e, enumerator
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c318 vmwrite(GUEST_TR_LIMIT, 0x67); in init_vmcs_guest_state()