Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs12.c98 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
Devmcs.c205 EVMCS1_FIELD(GUEST_TR_LIMIT, guest_tr_limit,
Dnested.c2419 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02_rare()
3987 case GUEST_TR_LIMIT: in is_vmcs12_ext_field()
4036 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
Dvmx.c2903 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode()
4547 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()
/arch/x86/include/asm/
Dvmx.h285 GUEST_TR_LIMIT = 0x0000480e, enumerator