Lines Matching refs:read_cr

1040         fail_if(!ops->read_cr);  in _get_fpu()
1045 rc = ops->read_cr(4, &cr4, ctxt); in _get_fpu()
1053 rc = ops->read_cr(0, &cr0, ctxt); in _get_fpu()
1090 if ( (fic)->exn_raised == EXC_XM && ops->read_cr && \
1091 ops->read_cr(4, &cr4, ctxt) == X86EMUL_OKAY && \
1462 if ( ops->read_cr && get_cpl(ctxt, ops) == 3 ) \
1464 rc = ops->read_cr(4, &cr4, ctxt); \
1537 if ( ops->read_cr == NULL ) in in_realmode()
1540 rc = ops->read_cr(0, &cr0, ctxt); in in_realmode()
2017 ops->read_cr && ops->read_cr(4, &cr4, ctxt) == X86EMUL_OKAY && in umip_active()
3703 if ( op_bytes == 2 && ops->read_cr ) in x86_emulate()
3705 rc = ops->read_cr(4, &cr4, ctxt); in x86_emulate()
3726 if ( op_bytes == 2 && ops->read_cr ) in x86_emulate()
3728 rc = ops->read_cr(4, &cr4, ctxt); in x86_emulate()
5036 if ( !ops->read_cr || ops->read_cr(4, &cr4, ctxt) != X86EMUL_OKAY ) in x86_emulate()
5182 fail_if(ops->read_cr == NULL); in x86_emulate()
5183 if ( (rc = ops->read_cr(0, &dst.val, ctxt)) ) in x86_emulate()
5188 fail_if(ops->read_cr == NULL); in x86_emulate()
5191 if ( (rc = ops->read_cr(0, &cr0, ctxt)) ) in x86_emulate()
5385 fail_if((ops->read_cr == NULL) || (ops->write_cr == NULL)); in x86_emulate()
5386 if ( (rc = ops->read_cr(0, &dst.val, ctxt)) != X86EMUL_OKAY || in x86_emulate()
5574 typeof(ops->read_cr) read = (b & 1) ? ops->read_dr : ops->read_cr; in x86_emulate()
5740 fail_if(ops->read_cr == NULL); in x86_emulate()
5741 if ( (rc = ops->read_cr(4, &cr4, ctxt)) ) in x86_emulate()
6555 fail_if(!ops->read_cr); in x86_emulate()
6556 if ( (rc = ops->read_cr(4, &cr4, ctxt)) != X86EMUL_OKAY ) in x86_emulate()