Searched refs:ppc_inst_next (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | uprobes.c | 122 regs_set_return_ip(regs, (unsigned long)ppc_inst_next((void *)utask->vaddr, auprobe->insn)); in arch_uprobe_post_xol()
|
| /Linux-v5.15/arch/powerpc/lib/ |
| D | feature-fixups.c | 88 for (; src < alt_end; src = ppc_inst_next(src, src), in patch_feature_section() 89 dest = ppc_inst_next(dest, dest)) { in patch_feature_section() 629 src = ppc_inst_next(src, src); in do_final_fixups() 630 dest = ppc_inst_next(dest, dest); in do_final_fixups()
|
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | inst.h | 119 static inline u32 *ppc_inst_next(u32 *location, u32 *value) in ppc_inst_next() function
|
| /Linux-v5.15/arch/powerpc/xmon/ |
| D | xmon.c | 954 patch_instruction(ppc_inst_next(bp->instr, bp->instr), in insert_bpts()
|