Lines Matching full:exception
36 * exception rather than a normal trap for KVM_SET_GUEST_DEBUG (we in guest_code()
37 * capture it using the vcpu exception bitmap). in guest_code()
113 run->debug.arch.exception == BP_VECTOR && in main()
115 "INT3: exit %d exception %d rip 0x%llx (should be 0x%llx)", in main()
116 run->exit_reason, run->debug.arch.exception, in main()
130 run->debug.arch.exception == DB_VECTOR && in main()
133 "INS_HW_BP (DR%d): exit %d exception %d rip 0x%llx " in main()
135 i, run->exit_reason, run->debug.arch.exception, in main()
153 run->debug.arch.exception == DB_VECTOR && in main()
156 "DATA_HW_BP (DR%d): exit %d exception %d rip 0x%llx " in main()
158 i, run->exit_reason, run->debug.arch.exception, in main()
180 run->debug.arch.exception == DB_VECTOR && in main()
183 "SINGLE_STEP[%d]: exit %d exception %d rip 0x%llx " in main()
185 i, run->exit_reason, run->debug.arch.exception, in main()
198 run->debug.arch.exception == DB_VECTOR && in main()
201 "DR7.GD: exit %d exception %d rip 0x%llx " in main()
203 run->exit_reason, run->debug.arch.exception, in main()