• Home
  • Raw
  • Download

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()
104 void *dest, void *base) in process_fetch_insn_bottom() argument
132 if (unlikely(!dest)) { in process_fetch_insn_bottom()
153 fetch_store_raw(val, code, dest); in process_fetch_insn_bottom()
156 probe_mem_read(dest, (void *)val + code->offset, code->size); in process_fetch_insn_bottom()
159 probe_mem_read_user(dest, (void *)val + code->offset, code->size); in process_fetch_insn_bottom()
162 loc = *(u32 *)dest; in process_fetch_insn_bottom()
163 ret = fetch_store_string(val + code->offset, dest, base); in process_fetch_insn_bottom()
166 loc = *(u32 *)dest; in process_fetch_insn_bottom()
167 ret = fetch_store_string_user(val + code->offset, dest, base); in process_fetch_insn_bottom()
170 loc = *(u32 *)dest; in process_fetch_insn_bottom()
171 ret = fetch_store_symstring(val + code->offset, dest, base); in process_fetch_insn_bottom()
180 fetch_apply_bitfield(code, dest); in process_fetch_insn_bottom()
194 dest += s3->size; in process_fetch_insn_bottom()
200 if (dest) { in process_fetch_insn_bottom()
201 dest += sizeof(u32); in process_fetch_insn_bottom()
202 *(u32 *)dest = update_data_loc(loc, ret); in process_fetch_insn_bottom()