Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dvmx.h264 GUEST_CS_BASE = 0x00006808, enumerator
/linux-4.4.14/arch/x86/kvm/
Dvmx.c665 GUEST_CS_BASE,
796 FIELD(GUEST_CS_BASE, guest_cs_base),
4898 vmcs_write32(GUEST_CS_BASE, 0xffff0000); in vmx_vcpu_reset()
5320 kvm_run->debug.arch.pc = vmcs_readl(GUEST_CS_BASE) + rip; in handle_exception()
9500 vmcs_writel(GUEST_CS_BASE, vmcs12->guest_cs_base); in prepare_vmcs02()
10172 vmcs12->guest_cs_base = vmcs_readl(GUEST_CS_BASE); in prepare_vmcs12()