Searched refs:PPC_RAW_NOP (Results 1 – 6 of 6) 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 …]
65 EMIT(PPC_RAW_NOP()); in bpf_jit_build_fentry_stubs()424 fixup[0] = PPC_RAW_NOP(); in bpf_add_extable_entry()642 EMIT(PPC_RAW_NOP()); in invoke_bpf_prog()712 EMIT(PPC_RAW_NOP()); in invoke_bpf_mod_ret()1092 EMIT(PPC_RAW_NOP()); in __arch_prepare_bpf_trampoline()1326 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()1330 new_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()1354 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()1363 new_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()1397 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()[all …]
135 EMIT(PPC_RAW_NOP()); \
245 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()462 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()465 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()485 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()497 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()
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