Lines Matching full:asi
105 decode_pc_ro(probes_opcode_t insn, struct arch_probes_insn *asi, in decode_pc_ro() argument
108 struct arch_uprobe *auprobe = container_of(asi, struct arch_uprobe, in decode_pc_ro()
109 asi); in decode_pc_ro()
129 decode_wb_pc(probes_opcode_t insn, struct arch_probes_insn *asi, in decode_wb_pc() argument
132 struct arch_uprobe *auprobe = container_of(asi, struct arch_uprobe, in decode_wb_pc()
133 asi); in decode_wb_pc()
134 enum probes_insn ret = decode_pc_ro(insn, asi, d); in decode_wb_pc()
145 struct arch_probes_insn *asi, in decode_rd12rn16rm0rs8_rwflags() argument
148 return decode_wb_pc(insn, asi, d, true); in decode_rd12rn16rm0rs8_rwflags()
152 decode_ldr(probes_opcode_t insn, struct arch_probes_insn *asi, in decode_ldr() argument
155 return decode_wb_pc(insn, asi, d, false); in decode_ldr()
160 struct arch_probes_insn *asi, in uprobe_decode_ldmstm() argument
163 struct arch_uprobe *auprobe = container_of(asi, struct arch_uprobe, in uprobe_decode_ldmstm()
164 asi); in uprobe_decode_ldmstm()