Lines Matching refs:exception

556 	ctxt->exception.vector = vec;  in emulate_exception()
557 ctxt->exception.error_code = error; in emulate_exception()
558 ctxt->exception.error_code_valid = valid; in emulate_exception()
779 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception); in segmented_read_std()
823 size, &ctxt->exception); in __do_insn_fetch_bytes()
1349 &ctxt->exception); in read_emulated()
1387 &ctxt->exception); in segmented_write()
1402 size, &ctxt->exception); in segmented_cmpxchg()
1453 &ctxt->exception); in read_interrupt_descriptor()
1517 &ctxt->exception); in read_segment_descriptor()
1532 &ctxt->exception); in write_segment_descriptor()
1578 goto exception; in __load_segment_descriptor()
1582 goto exception; in __load_segment_descriptor()
1599 goto exception; in __load_segment_descriptor()
1604 goto exception; in __load_segment_descriptor()
1616 goto exception; in __load_segment_descriptor()
1620 goto exception; in __load_segment_descriptor()
1625 goto exception; in __load_segment_descriptor()
1629 goto exception; in __load_segment_descriptor()
1637 goto exception; in __load_segment_descriptor()
1645 goto exception; in __load_segment_descriptor()
1649 sizeof(seg_desc), &ctxt->exception); in __load_segment_descriptor()
1655 goto exception; in __load_segment_descriptor()
1666 goto exception; in __load_segment_descriptor()
1681 sizeof(base3), &ctxt->exception); in __load_segment_descriptor()
1693 exception: in __load_segment_descriptor()
1979 rc = ops->read_std(ctxt, cs_addr, &cs, 2, &ctxt->exception); in __emulate_int_real()
1983 rc = ops->read_std(ctxt, eip_addr, &eip, 2, &ctxt->exception); in __emulate_int_real()
2962 &ctxt->exception); in task_switch_16()
2969 &ctxt->exception); in task_switch_16()
2974 &ctxt->exception); in task_switch_16()
2984 &ctxt->exception); in task_switch_16()
3108 &ctxt->exception); in task_switch_32()
3116 ldt_sel_offset - eip_offset, &ctxt->exception); in task_switch_32()
3121 &ctxt->exception); in task_switch_32()
3131 &ctxt->exception); in task_switch_32()
5248 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()
5249 ctxt->exception.error_code |= PFERR_WRITE_MASK; in x86_emulate_insn()
5410 WARN_ON(ctxt->exception.vector > 0x1f); in x86_emulate_insn()