Lines Matching full:exception
28 * exception rather than a normal trap for KVM_SET_GUEST_DEBUG (we in guest_code()
29 * capture it using the vcpu exception bitmap). in guest_code()
97 run->debug.arch.exception == BP_VECTOR && in main()
99 "INT3: exit %d exception %d rip 0x%llx (should be 0x%llx)", in main()
100 run->exit_reason, run->debug.arch.exception, in main()
114 run->debug.arch.exception == DB_VECTOR && in main()
117 "INS_HW_BP (DR%d): exit %d exception %d rip 0x%llx " in main()
119 i, run->exit_reason, run->debug.arch.exception, in main()
137 run->debug.arch.exception == DB_VECTOR && in main()
140 "DATA_HW_BP (DR%d): exit %d exception %d rip 0x%llx " in main()
142 i, run->exit_reason, run->debug.arch.exception, in main()
163 run->debug.arch.exception == DB_VECTOR && in main()
166 "SINGLE_STEP[%d]: exit %d exception %d rip 0x%llx " in main()
168 i, run->exit_reason, run->debug.arch.exception, in main()
181 run->debug.arch.exception == DB_VECTOR && in main()
184 "DR7.GD: exit %d exception %d rip 0x%llx " in main()
186 run->exit_reason, run->debug.arch.exception, in main()