Searched refs:vm_entry_instruction_len (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 54 SHADOW_FIELD_RW(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len)
|
H A D | vmcs12.h | 132 u32 vm_entry_instruction_len; member 311 CHECK_OFFSET(vm_entry_instruction_len, 796); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 80 FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len),
|
H A D | evmcs.c | 181 EVMCS1_FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len,
|
H A D | nested.c | 1655 vmcs12->vm_entry_instruction_len = in copy_enlightened_to_vmcs12() 1656 evmcs->vm_entry_instruction_len; in copy_enlightened_to_vmcs12() 1986 evmcs->vm_entry_instruction_len = vmcs12->vm_entry_instruction_len; in copy_vmcs12_to_enlightened() 2388 vmcs12->vm_entry_instruction_len); in prepare_vmcs02_early() 2846 if (CC(vmcs12->vm_entry_instruction_len > 15) || in nested_check_vm_entry_controls() 2847 CC(vmcs12->vm_entry_instruction_len == 0 && in nested_check_vm_entry_controls() 3723 vmcs12->vm_entry_instruction_len = in vmcs12_save_pending_event()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 54 SHADOW_FIELD_RW(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len)
|
H A D | vmcs12.h | 134 u32 vm_entry_instruction_len; member 308 CHECK_OFFSET(vm_entry_instruction_len, 796); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 82 FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len),
|
H A D | hyperv.c | 310 EVMCS1_FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len,
|
H A D | nested.c | 1630 vmcs12->vm_entry_instruction_len = in copy_enlightened_to_vmcs12() 1631 evmcs->vm_entry_instruction_len; in copy_enlightened_to_vmcs12() 1988 evmcs->vm_entry_instruction_len = vmcs12->vm_entry_instruction_len; in copy_vmcs12_to_enlightened() 2394 vmcs12->vm_entry_instruction_len); in prepare_vmcs02_early() 2870 if (CC(vmcs12->vm_entry_instruction_len > 15) || in nested_check_vm_entry_controls() 2871 CC(vmcs12->vm_entry_instruction_len == 0 && in nested_check_vm_entry_controls() 3782 vmcs12->vm_entry_instruction_len = in vmcs12_save_pending_event()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 192 u32 vm_entry_instruction_len; member 476 *value = current_evmcs->vm_entry_instruction_len; in evmcs_vmread() 863 current_evmcs->vm_entry_instruction_len = value; in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 471 u32 vm_entry_instruction_len; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | evmcs.h | 186 u32 vm_entry_instruction_len; member 496 *value = current_evmcs->vm_entry_instruction_len; in evmcs_vmread() 966 current_evmcs->vm_entry_instruction_len = value; in evmcs_vmwrite()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 586 u32 vm_entry_instruction_len; member
|
Completed in 26 milliseconds