Lines Matching refs:dest

58 		   void *dest, void *base);
61 fetch_store_string(unsigned long addr, void *dest, void *base);
64 fetch_store_string_user(unsigned long addr, void *dest, void *base);
66 probe_mem_read(void *dest, void *src, size_t size);
68 probe_mem_read_user(void *dest, void *src, size_t size);
88 fetch_store_symstring(unsigned long addr, void *dest, void *base) in fetch_store_symstring() argument
90 int maxlen = get_loc_len(*(u32 *)dest); in fetch_store_symstring()
96 __dest = get_loc_data(dest, base); in fetch_store_symstring()
124 void *dest, void *base) in process_fetch_insn_bottom() argument
152 if (unlikely(!dest)) { in process_fetch_insn_bottom()
173 fetch_store_raw(val, code, dest); in process_fetch_insn_bottom()
176 probe_mem_read(dest, (void *)val + code->offset, code->size); in process_fetch_insn_bottom()
179 probe_mem_read_user(dest, (void *)val + code->offset, code->size); in process_fetch_insn_bottom()
182 loc = *(u32 *)dest; in process_fetch_insn_bottom()
183 ret = fetch_store_string(val + code->offset, dest, base); in process_fetch_insn_bottom()
186 loc = *(u32 *)dest; in process_fetch_insn_bottom()
187 ret = fetch_store_string_user(val + code->offset, dest, base); in process_fetch_insn_bottom()
190 loc = *(u32 *)dest; in process_fetch_insn_bottom()
191 ret = fetch_store_symstring(val + code->offset, dest, base); in process_fetch_insn_bottom()
200 fetch_apply_bitfield(code, dest); in process_fetch_insn_bottom()
214 dest += s3->size; in process_fetch_insn_bottom()
220 if (dest) { in process_fetch_insn_bottom()
221 dest += sizeof(u32); in process_fetch_insn_bottom()
222 *(u32 *)dest = update_data_loc(loc, ret); in process_fetch_insn_bottom()