Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h152 u32 guest_tr_limit; member
328 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_evmcs.c222 EVMCS1_FIELD(GUEST_TR_LIMIT, guest_tr_limit,
H A Dnested.c1776 vmcs12->guest_tr_limit = evmcs->guest_tr_limit; in copy_enlightened_to_vmcs12()
1999 evmcs->guest_tr_limit = vmcs12->guest_tr_limit; in copy_vmcs12_to_enlightened()
2529 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02_rare()
4484 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst188 u32 guest_tr_limit;