Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h234 GUEST_TR_LIMIT = 0x0000480e, enumerator
/arch/x86/kvm/
Dvmx.c781 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
3680 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode()
5147 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()
9682 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02()
10370 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in prepare_vmcs12()