Lines Matching refs:read_segment

1115         if ( ops->read_segment &&  in put_fpu()
1116 ops->read_segment(x86_seg_cs, &sreg, ctxt) == X86EMUL_OKAY ) in put_fpu()
1121 if ( ops->read_segment && in put_fpu()
1122 ops->read_segment(state->ea.mem.seg, &sreg, in put_fpu()
1432 if ( (ops->read_segment == NULL) || in get_cpl()
1433 ops->read_segment(x86_seg_ss, &reg, ctxt) ) in get_cpl()
1483 fail_if(ops->read_segment == NULL); in ioport_access_check()
1488 if ( (rc = ops->read_segment(x86_seg_tr, &tr, ctxt)) != 0 ) in ioport_access_check()
1662 if ( !ops->read_segment ) in realmode_load_seg()
1665 if ( (rc = ops->read_segment(seg, sreg, ctxt)) == X86EMUL_OKAY ) in realmode_load_seg()
1711 if ( ctxt->vendor != X86_VENDOR_AMD || !ops->read_segment || in protmode_load_seg()
1712 ops->read_segment(seg, sreg, ctxt) != X86EMUL_OKAY ) in protmode_load_seg()
1990 if ( !ops->read_segment ) in is_aligned()
1993 if ( ops->read_segment(seg, &reg, ctxt) != X86EMUL_OKAY ) in is_aligned()
3258 fail_if(ops->read_segment == NULL); in x86_emulate()
3259 if ( (rc = ops->read_segment((b >> 3) & 7, &sreg, in x86_emulate()
3602 fail_if(ops->read_segment == NULL); in x86_emulate()
3603 if ( (rc = ops->read_segment(seg, &sreg, ctxt)) != 0 ) in x86_emulate()
3673 fail_if(!ops->read_segment || !ops->write); in x86_emulate()
3675 if ( (rc = ops->read_segment(x86_seg_cs, &sreg, ctxt)) || in x86_emulate()
5134 fail_if(!ops->read_segment || !ops->write); in x86_emulate()
5135 if ( (rc = ops->read_segment(seg, &sreg, ctxt)) ) in x86_emulate()
6560 fail_if(!ops->read_segment); in x86_emulate()
6561 if ( (rc = ops->read_segment(seg, &sreg, ctxt)) != X86EMUL_OKAY ) in x86_emulate()