Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h230 GUEST_TR_LIMIT = 0x0000480e, enumerator
/linux-4.1.27/arch/x86/kvm/
Dvmx.c711 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
3395 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode()
4760 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()
9088 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02()
9748 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in prepare_vmcs12()