Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.c134 FIELD(GUEST_IDTR_BASE, guest_idtr_base),
H A Dhyperv_evmcs.c63 EVMCS1_FIELD(GUEST_IDTR_BASE, guest_idtr_base,
H A Dnested.c2549 vmcs_writel(GUEST_IDTR_BASE, vmcs12->guest_idtr_base); in prepare_vmcs02_rare()
4453 case GUEST_IDTR_BASE: in is_vmcs12_ext_field()
4502 vmcs12->guest_idtr_base = vmcs_readl(GUEST_IDTR_BASE); in sync_vmcs02_to_vmcs12_rare()
4722 vmcs_writel(GUEST_IDTR_BASE, vmcs12->host_idtr_base); in load_vmcs12_host_state()
H A Dvmx.c3669 dt->address = vmcs_readl(GUEST_IDTR_BASE); in vmx_get_idt()
3675 vmcs_writel(GUEST_IDTR_BASE, dt->address); in vmx_set_idt()
4921 vmcs_writel(GUEST_IDTR_BASE, 0); in vmx_vcpu_reset()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
H A Devmcs.h
/linux/arch/x86/include/asm/
H A Dvmx.h363 GUEST_IDTR_BASE = 0x00006818, enumerator