Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dvmx.h272 GUEST_IDTR_BASE = 0x00006818, enumerator
/linux-4.4.14/arch/x86/kvm/
Dvmx.c804 FIELD(GUEST_IDTR_BASE, guest_idtr_base),
3966 dt->address = vmcs_readl(GUEST_IDTR_BASE); in vmx_get_idt()
3972 vmcs_writel(GUEST_IDTR_BASE, dt->address); in vmx_set_idt()
4929 vmcs_writel(GUEST_IDTR_BASE, 0); in vmx_vcpu_reset()
9508 vmcs_writel(GUEST_IDTR_BASE, vmcs12->guest_idtr_base); in prepare_vmcs02()
10180 vmcs12->guest_idtr_base = vmcs_readl(GUEST_IDTR_BASE); in prepare_vmcs12()
10346 vmcs_writel(GUEST_IDTR_BASE, vmcs12->host_idtr_base); in load_vmcs12_host_state()