Home
last modified time | relevance | path

Searched refs:VMCS_INSTRUCTION_LENGTH (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/amd64/amd64/
Dvmm_machdep.c4072 if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_length)) { in vmx_handle_hlt()
4680 if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_len) || in vmx_handle_np_fault()
4870 if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_length)) { in vmx_handle_inout()
5210 if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_length)) { in vmx_handle_cr()
5315 if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_length)) { in vmx_handle_rdmsr()
5372 if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_length)) { in vmx_handle_xsetbv()
5518 if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_length)) { in vmx_handle_wrmsr()
5741 if (vmread(VMCS_INSTRUCTION_LENGTH, &insn_length)) { in vmm_handle_cpuid()
7273 vmx_dump_vmcs_field(VMCS_INSTRUCTION_LENGTH, "Insn Len"); in vmx_dump_vmcs()
/openbsd/src/sys/arch/amd64/include/
Dspecialreg.h1328 #define VMCS_INSTRUCTION_LENGTH 0x440C macro