Lines Matching defs:regs

42 t32_simulate_table_branch(struct kprobe *p, struct pt_regs *regs)  in t32_simulate_table_branch()
62 t32_simulate_mrs(struct kprobe *p, struct pt_regs *regs) in t32_simulate_mrs()
71 t32_simulate_cond_branch(struct kprobe *p, struct pt_regs *regs) in t32_simulate_cond_branch()
95 t32_simulate_branch(struct kprobe *p, struct pt_regs *regs) in t32_simulate_branch()
123 t32_simulate_ldr_literal(struct kprobe *p, struct pt_regs *regs) in t32_simulate_ldr_literal()
174 t32_emulate_ldrdstrd(struct kprobe *p, struct pt_regs *regs) in t32_emulate_ldrdstrd()
201 t32_emulate_ldrstr(struct kprobe *p, struct pt_regs *regs) in t32_emulate_ldrstr()
227 t32_emulate_rd8rn16rm0_rwflags(struct kprobe *p, struct pt_regs *regs) in t32_emulate_rd8rn16rm0_rwflags()
254 t32_emulate_rd8pc16_noflags(struct kprobe *p, struct pt_regs *regs) in t32_emulate_rd8pc16_noflags()
274 t32_emulate_rd8rn16_noflags(struct kprobe *p, struct pt_regs *regs) in t32_emulate_rd8rn16_noflags()
294 t32_emulate_rdlo12rdhi8rn16rm0_noflags(struct kprobe *p, struct pt_regs *regs) in t32_emulate_rdlo12rdhi8rn16rm0_noflags()
952 t16_simulate_bxblx(struct kprobe *p, struct pt_regs *regs) in t16_simulate_bxblx()
966 t16_simulate_ldr_literal(struct kprobe *p, struct pt_regs *regs) in t16_simulate_ldr_literal()
976 t16_simulate_ldrstr_sp_relative(struct kprobe *p, struct pt_regs *regs) in t16_simulate_ldrstr_sp_relative()
989 t16_simulate_reladr(struct kprobe *p, struct pt_regs *regs) in t16_simulate_reladr()
1000 t16_simulate_add_sp_imm(struct kprobe *p, struct pt_regs *regs) in t16_simulate_add_sp_imm()
1011 t16_simulate_cbz(struct kprobe *p, struct pt_regs *regs) in t16_simulate_cbz()
1025 t16_simulate_it(struct kprobe *p, struct pt_regs *regs) in t16_simulate_it()
1042 t16_singlestep_it(struct kprobe *p, struct pt_regs *regs) in t16_singlestep_it()
1056 t16_simulate_cond_branch(struct kprobe *p, struct pt_regs *regs) in t16_simulate_cond_branch()
1075 t16_simulate_branch(struct kprobe *p, struct pt_regs *regs) in t16_simulate_branch()
1085 t16_emulate_loregs(struct kprobe *p, struct pt_regs *regs) in t16_emulate_loregs()
1107 t16_emulate_loregs_rwflags(struct kprobe *p, struct pt_regs *regs) in t16_emulate_loregs_rwflags()
1113 t16_emulate_loregs_noitrwflags(struct kprobe *p, struct pt_regs *regs) in t16_emulate_loregs_noitrwflags()
1121 t16_emulate_hiregs(struct kprobe *p, struct pt_regs *regs) in t16_emulate_hiregs()
1162 t16_emulate_push(struct kprobe *p, struct pt_regs *regs) in t16_emulate_push()
1192 t16_emulate_pop_nopc(struct kprobe *p, struct pt_regs *regs) in t16_emulate_pop_nopc()
1208 t16_emulate_pop_pc(struct kprobe *p, struct pt_regs *regs) in t16_emulate_pop_pc()
1441 static void __kprobes thumb16_singlestep(struct kprobe *p, struct pt_regs *regs) in thumb16_singlestep()
1448 static void __kprobes thumb32_singlestep(struct kprobe *p, struct pt_regs *regs) in thumb32_singlestep()