Lines Matching refs:asi
108 decode_pc_ro(probes_opcode_t insn, struct arch_probes_insn *asi, in decode_pc_ro() argument
111 struct arch_uprobe *auprobe = container_of(asi, struct arch_uprobe, in decode_pc_ro()
112 asi); in decode_pc_ro()
132 decode_wb_pc(probes_opcode_t insn, struct arch_probes_insn *asi, in decode_wb_pc() argument
135 struct arch_uprobe *auprobe = container_of(asi, struct arch_uprobe, in decode_wb_pc()
136 asi); in decode_wb_pc()
137 enum probes_insn ret = decode_pc_ro(insn, asi, d); in decode_wb_pc()
148 struct arch_probes_insn *asi, in decode_rd12rn16rm0rs8_rwflags() argument
151 return decode_wb_pc(insn, asi, d, true); in decode_rd12rn16rm0rs8_rwflags()
155 decode_ldr(probes_opcode_t insn, struct arch_probes_insn *asi, in decode_ldr() argument
158 return decode_wb_pc(insn, asi, d, false); in decode_ldr()
163 struct arch_probes_insn *asi, in uprobe_decode_ldmstm() argument
166 struct arch_uprobe *auprobe = container_of(asi, struct arch_uprobe, in uprobe_decode_ldmstm()
167 asi); in uprobe_decode_ldmstm()