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);
73 void *dest, void *base) in process_fetch_insn_bottom() argument
101 if (unlikely(!dest)) { in process_fetch_insn_bottom()
116 fetch_store_raw(val, code, dest); in process_fetch_insn_bottom()
119 probe_mem_read(dest, (void *)val + code->offset, code->size); in process_fetch_insn_bottom()
122 probe_mem_read_user(dest, (void *)val + code->offset, code->size); in process_fetch_insn_bottom()
125 loc = *(u32 *)dest; in process_fetch_insn_bottom()
126 ret = fetch_store_string(val + code->offset, dest, base); in process_fetch_insn_bottom()
129 loc = *(u32 *)dest; in process_fetch_insn_bottom()
130 ret = fetch_store_string_user(val + code->offset, dest, base); in process_fetch_insn_bottom()
139 fetch_apply_bitfield(code, dest); in process_fetch_insn_bottom()
151 dest += s3->size; in process_fetch_insn_bottom()
157 if (dest) { in process_fetch_insn_bottom()
158 dest += sizeof(u32); in process_fetch_insn_bottom()
159 *(u32 *)dest = update_data_loc(loc, ret); in process_fetch_insn_bottom()