Lines Matching refs:ma
87 struct mem_access *ma) in handle_unaligned_ins() argument
122 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
135 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
146 if (ma->to(dstu, src, 4)) in handle_unaligned_ins()
159 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
170 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
185 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
201 if (ma->to(dstu, src, 2)) in handle_unaligned_ins()
215 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
234 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
247 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
268 struct mem_access *ma) in handle_delayslot() argument
284 return handle_unaligned_ins(instruction, regs, ma); in handle_delayslot()
304 struct mem_access *ma, int expected, in handle_unaligned_access() argument
337 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
343 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
349 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
370 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
376 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
404 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
418 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
435 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
441 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
455 ret = handle_unaligned_ins(instruction, regs, ma); in handle_unaligned_access()