Lines Matching full:exception
34 * exception rather than a normal trap for KVM_SET_GUEST_DEBUG (we in guest_code()
35 * capture it using the vcpu exception bitmap). in guest_code()
109 run->debug.arch.exception == BP_VECTOR && in main()
111 "INT3: exit %d exception %d rip 0x%llx (should be 0x%llx)", in main()
112 run->exit_reason, run->debug.arch.exception, in main()
126 run->debug.arch.exception == DB_VECTOR && in main()
129 "INS_HW_BP (DR%d): exit %d exception %d rip 0x%llx " in main()
131 i, run->exit_reason, run->debug.arch.exception, in main()
149 run->debug.arch.exception == DB_VECTOR && in main()
152 "DATA_HW_BP (DR%d): exit %d exception %d rip 0x%llx " in main()
154 i, run->exit_reason, run->debug.arch.exception, in main()
175 run->debug.arch.exception == DB_VECTOR && in main()
178 "SINGLE_STEP[%d]: exit %d exception %d rip 0x%llx " in main()
180 i, run->exit_reason, run->debug.arch.exception, in main()
193 run->debug.arch.exception == DB_VECTOR && in main()
196 "DR7.GD: exit %d exception %d rip 0x%llx " in main()
198 run->exit_reason, run->debug.arch.exception, in main()