Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h260 GUEST_CS_BASE = 0x00006808, enumerator
/linux-4.1.27/arch/x86/kvm/
Dvmx.c610 GUEST_CS_BASE,
741 FIELD(GUEST_CS_BASE, guest_cs_base),
4750 vmcs_write32(GUEST_CS_BASE, 0xffff0000); in vmx_vcpu_reset()
5176 kvm_run->debug.arch.pc = vmcs_readl(GUEST_CS_BASE) + rip; in handle_exception()
9100 vmcs_writel(GUEST_CS_BASE, vmcs12->guest_cs_base); in prepare_vmcs02()
9760 vmcs12->guest_cs_base = vmcs_readl(GUEST_CS_BASE); in prepare_vmcs12()