Searched refs:interrupt_type (Results 1 – 1 of 1) sorted by relevance
63 let interrupt_type = InterruptType::INTERRUPT_TYPE_HARDWARE_EXCEPTION as u32; in vmexit_vmx_instruction_executed() localVariable65 let interrupt_info = valid << 31 | interrupt_type << 8 | deliver_code << 11 | vector; in vmexit_vmx_instruction_executed()