Lines Matching refs:fetch
646 bool write, bool fetch, in __linearize() argument
676 if (!fetch && (desc.type & 8) && !(desc.type & 2)) in __linearize()
794 int cur_size = ctxt->fetch.end - ctxt->fetch.data; in __do_insn_fetch_bytes()
825 rc = ctxt->ops->fetch(ctxt, linear, ctxt->fetch.end, in __do_insn_fetch_bytes()
829 ctxt->fetch.end += size; in __do_insn_fetch_bytes()
836 unsigned done_size = ctxt->fetch.end - ctxt->fetch.ptr; in do_insn_fetch_bytes()
852 _x = *(_type __aligned(1) *) ctxt->fetch.ptr; \
853 ctxt->fetch.ptr += sizeof(_type); \
863 memcpy(_arr, ctxt->fetch.ptr, _size); \
864 ctxt->fetch.ptr += (_size); \
4486 ctxt->fetch.ptr = ctxt->fetch.data; in x86_decode_insn()
4487 ctxt->fetch.end = ctxt->fetch.data + insn_len; in x86_decode_insn()
4490 memcpy(ctxt->fetch.data, insn, insn_len); in x86_decode_insn()