Searched refs:guest_idtr_base (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 98 natural_width guest_idtr_base; member 278 CHECK_OFFSET(guest_idtr_base, 520); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 132 FIELD(GUEST_IDTR_BASE, guest_idtr_base),
|
H A D | evmcs.c | 70 EVMCS1_FIELD(GUEST_IDTR_BASE, guest_idtr_base,
|
H A D | nested.c | 1710 vmcs12->guest_idtr_base = evmcs->guest_idtr_base; in copy_enlightened_to_vmcs12() 1939 evmcs->guest_idtr_base = vmcs12->guest_idtr_base; in copy_vmcs12_to_enlightened() 2439 vmcs_writel(GUEST_IDTR_BASE, vmcs12->guest_idtr_base); in prepare_vmcs02_rare() 4054 vmcs12->guest_idtr_base = vmcs_readl(GUEST_IDTR_BASE); in sync_vmcs02_to_vmcs12_rare()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 100 natural_width guest_idtr_base; member 275 CHECK_OFFSET(guest_idtr_base, 520); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 134 FIELD(GUEST_IDTR_BASE, guest_idtr_base),
|
H A D | hyperv.c | 175 EVMCS1_FIELD(GUEST_IDTR_BASE, guest_idtr_base,
|
H A D | nested.c | 1692 vmcs12->guest_idtr_base = evmcs->guest_idtr_base; in copy_enlightened_to_vmcs12() 1941 evmcs->guest_idtr_base = vmcs12->guest_idtr_base; in copy_vmcs12_to_enlightened() 2445 vmcs_writel(GUEST_IDTR_BASE, vmcs12->guest_idtr_base); in prepare_vmcs02_rare() 4292 vmcs12->guest_idtr_base = vmcs_readl(GUEST_IDTR_BASE); in sync_vmcs02_to_vmcs12_rare()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 102 u64 guest_idtr_base; member 332 *value = current_evmcs->guest_idtr_base; in evmcs_vmread() 719 current_evmcs->guest_idtr_base = value; in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 381 u64 guest_idtr_base; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | evmcs.h | 96 u64 guest_idtr_base; member 352 *value = current_evmcs->guest_idtr_base; in evmcs_vmread() 774 current_evmcs->guest_idtr_base = value; in evmcs_vmwrite()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 496 u64 guest_idtr_base; member
|
Completed in 27 milliseconds