Home
last modified time | relevance | path

Searched refs:guest_tr_limit (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h152 u32 guest_tr_limit; member
326 CHECK_OFFSET(guest_tr_limit, 868); in vmx_check_vmcs12_offsets()
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.c1704 vmcs12->guest_tr_limit = evmcs->guest_tr_limit; in copy_enlightened_to_vmcs12()
1923 evmcs->guest_tr_limit = vmcs12->guest_tr_limit; in copy_vmcs12_to_enlightened()
2440 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02_rare()
4321 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h74 u32 guest_tr_limit; member
532 *value = current_evmcs->guest_tr_limit; in evmcs_vmread()
1014 current_evmcs->guest_tr_limit = value; in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h474 u32 guest_tr_limit; member
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst188 u32 guest_tr_limit;