Searched refs:GUEST_IDTR_BASE (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmcs12.c | 134 FIELD(GUEST_IDTR_BASE, guest_idtr_base),
|
| H A D | hyperv_evmcs.c | 63 EVMCS1_FIELD(GUEST_IDTR_BASE, guest_idtr_base,
|
| H A D | nested.c | 2605 vmcs_writel(GUEST_IDTR_BASE, vmcs12->guest_idtr_base); in prepare_vmcs02_rare() 4542 case GUEST_IDTR_BASE: in is_vmcs12_ext_field() 4591 vmcs12->guest_idtr_base = vmcs_readl(GUEST_IDTR_BASE); in sync_vmcs02_to_vmcs12_rare() 4821 vmcs_writel(GUEST_IDTR_BASE, vmcs12->host_idtr_base); in load_vmcs12_host_state()
|
| H A D | vmx.c | 3795 dt->address = vmcs_readl(GUEST_IDTR_BASE); in vmx_get_idt() 3801 vmcs_writel(GUEST_IDTR_BASE, dt->address); in vmx_set_idt() 4999 vmcs_writel(GUEST_IDTR_BASE, 0); in vmx_vcpu_reset()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 265 GUEST_IDTR_BASE = 0x00006818, enumerator
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 367 GUEST_IDTR_BASE = 0x00006818, enumerator
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 348 vmwrite(GUEST_IDTR_BASE, vmreadz(HOST_IDTR_BASE)); in init_vmcs_guest_state()
|