Lines Matching full:ma
86 struct mem_access *ma) in handle_unaligned_ins() argument
121 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
134 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
145 if (ma->to(dstu, src, 4)) in handle_unaligned_ins()
158 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
169 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
184 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
200 if (ma->to(dstu, src, 2)) in handle_unaligned_ins()
214 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
233 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
246 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
267 struct mem_access *ma) in handle_delayslot() argument
283 return handle_unaligned_ins(instruction, regs, ma); in handle_delayslot()
303 struct mem_access *ma, int expected, in handle_unaligned_access() argument
336 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
342 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
348 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
369 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
375 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
403 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
417 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
434 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
440 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
454 ret = handle_unaligned_ins(instruction, regs, ma); in handle_unaligned_access()