• Home
  • Raw
  • Download

Lines Matching refs:ma

89 				struct mem_access *ma)  in handle_unaligned_ins()  argument
124 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
137 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
148 if (ma->to(dstu, src, 4)) in handle_unaligned_ins()
161 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
172 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
187 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
203 if (ma->to(dstu, src, 2)) in handle_unaligned_ins()
217 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
236 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
249 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
270 struct mem_access *ma) in handle_delayslot() argument
286 return handle_unaligned_ins(instruction, regs, ma); in handle_delayslot()
306 struct mem_access *ma, int expected, in handle_unaligned_access() argument
339 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
345 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
351 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
372 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
378 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
406 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
420 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
437 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
443 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
457 ret = handle_unaligned_ins(instruction, regs, ma); in handle_unaligned_access()