Lines Matching refs:exit_qual

543 	u32 exit_qual;  in cr_shadowing_exit_handler()  local
547 exit_qual = vmcs_read(EXI_QUALIFICATION); in cr_shadowing_exit_handler()
613 if (exit_qual == 0x600) in cr_shadowing_exit_handler()
619 if (exit_qual == 0x604) in cr_shadowing_exit_handler()
705 ulong exit_qual; in iobmp_exit_handler() local
709 exit_qual = vmcs_read(EXI_QUALIFICATION); in iobmp_exit_handler()
719 report((exit_qual & VMX_IO_SIZE_MASK) == _VMX_IO_BYTE, in iobmp_exit_handler()
721 report(exit_qual & VMX_IO_IN, in iobmp_exit_handler()
726 report((exit_qual & VMX_IO_SIZE_MASK) == _VMX_IO_WORD, in iobmp_exit_handler()
728 report(!(exit_qual & VMX_IO_IN), in iobmp_exit_handler()
733 report((exit_qual & VMX_IO_SIZE_MASK) == _VMX_IO_LONG, in iobmp_exit_handler()
738 if (((exit_qual & VMX_IO_PORT_MASK) >> VMX_IO_PORT_SHIFT) == 0x5000) in iobmp_exit_handler()
742 if (((exit_qual & VMX_IO_PORT_MASK) >> VMX_IO_PORT_SHIFT) == 0x9000) in iobmp_exit_handler()
746 if (((exit_qual & VMX_IO_PORT_MASK) >> VMX_IO_PORT_SHIFT) == 0x4FFF) in iobmp_exit_handler()
750 if (((exit_qual & VMX_IO_PORT_MASK) >> VMX_IO_PORT_SHIFT) == 0xFFFF) in iobmp_exit_handler()
869 ulong exit_qual; member
991 ulong exit_qual; in insn_intercept_exit_handler() local
997 exit_qual = vmcs_read(EXI_QUALIFICATION); in insn_intercept_exit_handler()
1022 insn_table[cur_insn].exit_qual != exit_qual) in insn_intercept_exit_handler()
1333 u32 exit_qual; in ept_exit_handler_common() local
1340 exit_qual = vmcs_read(EXI_QUALIFICATION); in ept_exit_handler_common()
1438 exit_qual &= ~EPT_VLT_GUEST_MASK; in ept_exit_handler_common()
1445 if (exit_qual == (EPT_VLT_WR | EPT_VLT_LADDR_VLD | in ept_exit_handler_common()
1456 if (exit_qual == (EPT_VLT_RD | in ept_exit_handler_common()
1465 if (exit_qual & EPT_VLT_RD) in ept_exit_handler_common()
1473 if (exit_qual & EPT_VLT_WR) in ept_exit_handler_common()
9247 u64 exit_qual = vmcs_read(EXI_QUALIFICATION); in check_db_exit() local
9261 report_xfail(xfail_qual, expected_exit_qual == exit_qual, in check_db_exit()
9263 expected_exit_qual, exit_qual); in check_db_exit()
10537 u32 exit_qual; in atomic_switch_msrs_test() local
10542 exit_qual = vmcs_read(EXI_QUALIFICATION); in atomic_switch_msrs_test()
10543 report(exit_qual == max_allowed + 1, "exit_qual, %u, is %u.", in atomic_switch_msrs_test()
10544 exit_qual, max_allowed + 1); in atomic_switch_msrs_test()