Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dvmcs12.h115 natural_width host_idtr_base; member
292 CHECK_OFFSET(host_idtr_base, 640); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c149 FIELD(HOST_IDTR_BASE, host_idtr_base),
H A Dhyperv_evmcs.c117 EVMCS1_FIELD(HOST_IDTR_BASE, host_idtr_base,
H A Dnested.c1824 vmcs12->host_idtr_base = evmcs->host_idtr_base; in copy_enlightened_to_vmcs12()
3072 CC(is_noncanonical_base_address(vmcs12->host_idtr_base, vcpu)) || in nested_vmx_check_host_state()
4722 vmcs_writel(GUEST_IDTR_BASE, vmcs12->host_idtr_base); in load_vmcs12_host_state()
/linux-6.15/include/hyperv/
H A Dhvgdk.h159 u64 host_idtr_base; member
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h147 u64 host_idtr_base; member
427 *value = current_evmcs->host_idtr_base; in evmcs_vmread()
875 current_evmcs->host_idtr_base = value; in evmcs_vmwrite()
/linux-6.15/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst151 natural_width host_idtr_base;