Lines Matching refs:exception
559 ctxt->exception.vector = vec; in emulate_exception()
560 ctxt->exception.error_code = error; in emulate_exception()
561 ctxt->exception.error_code_valid = valid; in emulate_exception()
782 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception); in segmented_read_std()
826 size, &ctxt->exception); in __do_insn_fetch_bytes()
1352 &ctxt->exception); in read_emulated()
1390 &ctxt->exception); in segmented_write()
1405 size, &ctxt->exception); in segmented_cmpxchg()
1456 &ctxt->exception); in read_interrupt_descriptor()
1520 &ctxt->exception); in read_segment_descriptor()
1535 &ctxt->exception); in write_segment_descriptor()
1581 goto exception; in __load_segment_descriptor()
1585 goto exception; in __load_segment_descriptor()
1602 goto exception; in __load_segment_descriptor()
1607 goto exception; in __load_segment_descriptor()
1619 goto exception; in __load_segment_descriptor()
1623 goto exception; in __load_segment_descriptor()
1628 goto exception; in __load_segment_descriptor()
1632 goto exception; in __load_segment_descriptor()
1640 goto exception; in __load_segment_descriptor()
1648 goto exception; in __load_segment_descriptor()
1652 sizeof(seg_desc), &ctxt->exception); in __load_segment_descriptor()
1658 goto exception; in __load_segment_descriptor()
1669 goto exception; in __load_segment_descriptor()
1684 sizeof(base3), &ctxt->exception); in __load_segment_descriptor()
1696 exception: in __load_segment_descriptor()
1982 rc = ops->read_std(ctxt, cs_addr, &cs, 2, &ctxt->exception); in __emulate_int_real()
1986 rc = ops->read_std(ctxt, eip_addr, &eip, 2, &ctxt->exception); in __emulate_int_real()
2664 &ctxt->exception); in task_switch_16()
2671 &ctxt->exception); in task_switch_16()
2676 &ctxt->exception); in task_switch_16()
2686 &ctxt->exception); in task_switch_16()
2810 &ctxt->exception); in task_switch_32()
2818 ldt_sel_offset - eip_offset, &ctxt->exception); in task_switch_32()
2823 &ctxt->exception); in task_switch_32()
2833 &ctxt->exception); in task_switch_32()
4946 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()
4947 ctxt->exception.error_code |= PFERR_WRITE_MASK; in x86_emulate_insn()
5108 WARN_ON(ctxt->exception.vector > 0x1f); in x86_emulate_insn()