Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dvmx.h180 GUEST_TR_LIMIT = 0x0000480e, enumerator
/linux-2.6.39/arch/x86/kvm/
Dvmx.c1694 vmcs_write32(GUEST_TR_LIMIT, vmx->rmode.tr.limit); in enter_pmode()
1782 vmx->rmode.tr.limit = vmcs_read32(GUEST_TR_LIMIT); in enter_rmode()
1783 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode()
2799 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()