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()
112 run->debug.arch.exception == BP_VECTOR && in main()
114 "INT3: exit %d exception %d rip 0x%llx (should be 0x%llx)", in main()
115 run->exit_reason, run->debug.arch.exception, in main()
129 run->debug.arch.exception == DB_VECTOR && in main()
132 "INS_HW_BP (DR%d): exit %d exception %d rip 0x%llx " in main()
134 i, run->exit_reason, run->debug.arch.exception, in main()
152 run->debug.arch.exception == DB_VECTOR && in main()
155 "DATA_HW_BP (DR%d): exit %d exception %d rip 0x%llx " in main()
157 i, run->exit_reason, run->debug.arch.exception, in main()
178 run->debug.arch.exception == DB_VECTOR && in main()
181 "SINGLE_STEP[%d]: exit %d exception %d rip 0x%llx " in main()
183 i, run->exit_reason, run->debug.arch.exception, in main()
196 run->debug.arch.exception == DB_VECTOR && in main()
199 "DR7.GD: exit %d exception %d rip 0x%llx " in main()
201 run->exit_reason, run->debug.arch.exception, in main()