Searched refs:PPC_RAW_NOP (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/arch/powerpc/lib/ |
| H A D | feature-fixups.c | 198 instrs[0] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups() 199 instrs[1] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups() 200 instrs[2] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups() 235 instrs[0] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 236 instrs[1] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 237 instrs[2] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 238 instrs[3] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 239 instrs[4] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 240 instrs[5] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 518 instr = PPC_RAW_NOP(); in do_barrier_nospec_fixups_range() [all …]
|
| H A D | test-code-patching.c | 357 u32 inst32 = PPC_RAW_NOP(); in test_multi_instruction_patching()
|
| H A D | test_emulate_step.c | 922 .instr = ppc_inst(PPC_RAW_NOP()),
|
| /linux-6.15/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 193 PPC_RAW_NOP(), /* bl ftrace_caller */ in ftrace_init_ool_stub() 195 PPC_RAW_NOP() /* b rec->ip + 4 */ in ftrace_init_ool_stub() 338 old = ppc_inst(PPC_RAW_NOP()); in ftrace_make_call() 354 ret = ftrace_modify_code(rec->ip, ppc_inst(PPC_RAW_NOP()), in ftrace_make_call() 373 ppc_inst_t nop_inst = ppc_inst(PPC_RAW_NOP()); in ftrace_replace_code() 430 nop_inst = ppc_inst(PPC_RAW_NOP()); in ftrace_replace_code() 464 ret = ftrace_validate_inst(ip, ppc_inst(PPC_RAW_NOP())); in ftrace_init_nop() 471 ppc_inst(PPC_RAW_NOP())); in ftrace_init_nop() 481 ppc_inst(PPC_RAW_NOP())); in ftrace_init_nop() 495 new = ppc_inst(PPC_RAW_NOP()); in ftrace_init_nop() [all …]
|
| H A D | ftrace_64_pg.c | 222 pop = ppc_inst(PPC_RAW_NOP()); in __ftrace_make_nop() 357 if (patch_instruction((u32 *)ip, ppc_inst(PPC_RAW_NOP()))) { in __ftrace_make_nop_kernel() 379 new = ppc_inst(PPC_RAW_NOP()); in ftrace_make_nop() 399 return ppc_inst_equal(op0, ppc_inst(PPC_RAW_NOP())); in expected_nop_sequence() 494 if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_NOP()))) { in __ftrace_make_call_kernel() 526 old = ppc_inst(PPC_RAW_NOP()); in ftrace_make_call()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | static_call.c | 31 err = patch_instruction(site, ppc_inst(PPC_RAW_NOP())); in arch_static_call_transform() 54 err = patch_instruction(tramp, ppc_inst(PPC_RAW_NOP())); in arch_static_call_transform()
|
| H A D | security.c | 446 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 447 patch_instruction_site(site2, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 457 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 459 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 461 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
|
| H A D | jump_label.c | 19 patch_instruction(addr, ppc_inst(PPC_RAW_NOP())); in arch_jump_label_transform()
|
| H A D | crash_dump.c | 49 patch_instruction(p, ppc_inst(PPC_RAW_NOP())); in create_trampoline()
|
| H A D | setup_32.c | 89 patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_RAW_NOP())); in machine_init()
|
| H A D | module_64.c | 503 PPC_RAW_NOP(), /* align the prefix insn */ 783 if (insn_val != PPC_RAW_NOP()) { in restore_r2() 1142 if (patch_u32((void *)&stub->funcdata, PPC_RAW_NOP())) in setup_ftrace_ool_stubs()
|
| H A D | traps.c | 548 if (*nip == PPC_RAW_NOP()) in check_io_access()
|
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 65 EMIT(PPC_RAW_NOP()); in bpf_jit_build_fentry_stubs() 501 EMIT(PPC_RAW_NOP()); in invoke_bpf_prog() 570 EMIT(PPC_RAW_NOP()); in invoke_bpf_mod_ret() 893 EMIT(PPC_RAW_NOP()); in __arch_prepare_bpf_trampoline() 1127 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke() 1131 new_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke() 1155 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke() 1163 new_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke() 1196 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke() 1199 new_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()
|
| H A D | bpf_jit_comp64.c | 130 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue() 147 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue() 148 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue() 218 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel() 221 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel() 234 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel() 246 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel() 1054 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
|
| H A D | bpf_jit.h | 112 EMIT(PPC_RAW_NOP()); \
|
| H A D | bpf_jit_comp32.c | 131 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue() 137 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue() 1021 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body() 1108 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 492 #define PPC_RAW_NOP() PPC_RAW_ORI(0, 0, 0) macro
|