Searched refs:PPC_RAW_NOP (Results 1 – 7 of 7) 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()364 fixup[0] = PPC_RAW_NOP(); in bpf_add_extable_entry()557 EMIT(PPC_RAW_NOP()); in invoke_bpf_prog()627 EMIT(PPC_RAW_NOP()); in invoke_bpf_mod_ret()978 EMIT(PPC_RAW_NOP()); in __arch_prepare_bpf_trampoline()1197 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()1201 new_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()1225 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()1234 new_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()1268 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()[all …]
135 EMIT(PPC_RAW_NOP()); \
202 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()412 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()415 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()435 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()447 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()
131 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()137 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()1020 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
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