Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs12.h152 u32 guest_tr_limit; member
327 CHECK_OFFSET(guest_tr_limit, 868); in vmx_check_vmcs12_offsets()
Dvmcs12.c99 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
Devmcs.c204 EVMCS1_FIELD(GUEST_TR_LIMIT, guest_tr_limit,
Dnested.c1690 vmcs12->guest_tr_limit = evmcs->guest_tr_limit; in copy_enlightened_to_vmcs12()
1889 evmcs->guest_tr_limit = vmcs12->guest_tr_limit; in copy_vmcs12_to_enlightened()
2387 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02_rare()
4092 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/arch/x86/include/asm/
Dhyperv-tlfs.h414 u32 guest_tr_limit; member