Lines Matching refs:fetch
643 bool write, bool fetch, in __linearize() argument
675 if (!fetch && (desc.type & 8) && !(desc.type & 2)) in __linearize()
791 int cur_size = ctxt->fetch.end - ctxt->fetch.data; in __do_insn_fetch_bytes()
822 rc = ctxt->ops->fetch(ctxt, linear, ctxt->fetch.end, in __do_insn_fetch_bytes()
826 ctxt->fetch.end += size; in __do_insn_fetch_bytes()
833 unsigned done_size = ctxt->fetch.end - ctxt->fetch.ptr; in do_insn_fetch_bytes()
849 _x = *(_type __aligned(1) *) ctxt->fetch.ptr; \
850 ctxt->fetch.ptr += sizeof(_type); \
860 memcpy(_arr, ctxt->fetch.ptr, _size); \
861 ctxt->fetch.ptr += (_size); \
4787 ctxt->fetch.ptr = ctxt->fetch.data; in x86_decode_insn()
4788 ctxt->fetch.end = ctxt->fetch.data + insn_len; in x86_decode_insn()
4791 memcpy(ctxt->fetch.data, insn, insn_len); in x86_decode_insn()