Home
last modified time | relevance | path

Searched refs:VM_EXIT_INSTRUCTION_LEN (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h43 SHADOW_FIELD_RO(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len)
H A Dvmcs12.c91 FIELD(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len),
H A Dhyperv_evmcs.c262 EVMCS1_FIELD(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len,
H A Dvmx.c1730 instr_len = vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in skip_emulated_instruction()
5141 vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in rmode_exception()
5360 vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in handle_exception_nmi()
6425 vmcs_read32(VM_EXIT_INSTRUCTION_LEN)); in dump_vmcs()
7181 VM_EXIT_INSTRUCTION_LEN, in vmx_complete_interrupts()
H A Dnested.c4649 vmcs12->vm_exit_instruction_len = vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in prepare_vmcs12()
/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_preemption_timer_test.c
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
H A Devmcs.h
/linux/arch/x86/include/asm/
H A Dvmx.h316 VM_EXIT_INSTRUCTION_LEN = 0x0000440c, enumerator