Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h268 GUEST_IDTR_BASE = 0x00006818, enumerator
/linux-4.1.27/arch/x86/kvm/
Dvmx.c749 FIELD(GUEST_IDTR_BASE, guest_idtr_base),
3824 dt->address = vmcs_readl(GUEST_IDTR_BASE); in vmx_get_idt()
3830 vmcs_writel(GUEST_IDTR_BASE, dt->address); in vmx_set_idt()
4778 vmcs_writel(GUEST_IDTR_BASE, 0); in vmx_vcpu_reset()
9108 vmcs_writel(GUEST_IDTR_BASE, vmcs12->guest_idtr_base); in prepare_vmcs02()
9768 vmcs12->guest_idtr_base = vmcs_readl(GUEST_IDTR_BASE); in prepare_vmcs12()
9934 vmcs_writel(GUEST_IDTR_BASE, vmcs12->host_idtr_base); in load_vmcs12_host_state()