Searched refs:PPC_RAW_NOP (Results 1 – 4 of 4) sorted by relevance
211 PPC_RAW_NOP(), /* bl ftrace_caller */ in ftrace_init_ool_stub()213 PPC_RAW_NOP() /* b rec->ip + 4 */ in ftrace_init_ool_stub()356 old = ppc_inst(PPC_RAW_NOP()); in ftrace_make_call()372 ret = ftrace_modify_code(rec->ip, ppc_inst(PPC_RAW_NOP()), in ftrace_make_call()391 ppc_inst_t nop_inst = ppc_inst(PPC_RAW_NOP()); in ftrace_replace_code()448 nop_inst = ppc_inst(PPC_RAW_NOP()); in ftrace_replace_code()480 ret = ftrace_validate_inst(ip - 4, ppc_inst(PPC_RAW_NOP())); in ftrace_init_nop()482 ret = ftrace_validate_inst(ip, ppc_inst(PPC_RAW_NOP())); in ftrace_init_nop()489 ppc_inst(PPC_RAW_NOP())); in ftrace_init_nop()499 ppc_inst(PPC_RAW_NOP())); in ftrace_init_nop()[all …]
135 EMIT(PPC_RAW_NOP()); \
502 PPC_RAW_NOP(), /* align the prefix insn */783 if (insn_val != PPC_RAW_NOP()) { in restore_r2()
493 #define PPC_RAW_NOP() PPC_RAW_ORI(0, 0, 0) macro