Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.h95 #define vmexit_instruction_length() vmcs_read(VMCS_EXIT_INSTRUCTION_LENGTH) macro
H A Dvmx.c3203 vmexit->inst_length = vmexit_instruction_length(); in vmx_run()