Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h54 SHADOW_FIELD_RW(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len)
H A Dvmcs12.h134 u32 vm_entry_instruction_len; member
310 CHECK_OFFSET(vm_entry_instruction_len, 796); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c82 FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len),
H A Dhyperv_evmcs.c198 EVMCS1_FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len,
H A Dnested.c1706 vmcs12->vm_entry_instruction_len = in copy_enlightened_to_vmcs12()
1707 evmcs->vm_entry_instruction_len; in copy_enlightened_to_vmcs12()
2068 evmcs->vm_entry_instruction_len = vmcs12->vm_entry_instruction_len; in copy_vmcs12_to_enlightened()
2497 vmcs12->vm_entry_instruction_len); in prepare_vmcs02_early()
2973 if (CC(vmcs12->vm_entry_instruction_len > 15) || in nested_check_vm_entry_controls()
2974 CC(vmcs12->vm_entry_instruction_len == 0 && in nested_check_vm_entry_controls()
3884 vmcs12->vm_entry_instruction_len = in vmcs12_save_pending_event()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst170 u32 vm_entry_instruction_len;