Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dvmx.h234 GUEST_TR_LIMIT = 0x0000480e, enumerator
/linux-4.4.14/arch/x86/kvm/
Dvmx.c766 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
3532 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode()
4908 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()
9488 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02()
10160 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in prepare_vmcs12()