Searched refs:VM_ENTRY_INSTRUCTION_LEN (Results 1 – 8 of 8) sorted by relevance
/linux/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.c | 82 FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len),
|
H A D | hyperv_evmcs.c | 198 EVMCS1_FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len,
|
H A D | vmx.c | 1866 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in vmx_inject_exception() 4977 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in vmx_inject_irq() 6421 vmcs_read32(VM_ENTRY_INSTRUCTION_LEN)); in dump_vmcs() 7189 VM_ENTRY_INSTRUCTION_LEN, in vmx_cancel_injection()
|
H A D | nested.c | 2496 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in prepare_vmcs02_early()
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h |
|
H A D | evmcs.h |
|
/linux/arch/x86/include/asm/ |
H A D | vmx.h | 304 VM_ENTRY_INSTRUCTION_LEN = 0x0000401a, enumerator
|