Searched refs:PPC_RAW_NOP (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.1/arch/powerpc/lib/ |
D | feature-fixups.c | 95 raw_patch_instruction(dest, ppc_inst(PPC_RAW_NOP())); in patch_feature_section() 130 instrs[0] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups() 131 instrs[1] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups() 132 instrs[2] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups() 137 instrs[i++] = PPC_RAW_NOP(); /* branch patched below */ in do_stf_entry_barrier_fixups() 182 instrs[0] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 183 instrs[1] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 184 instrs[2] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 185 instrs[3] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 186 instrs[4] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() [all …]
|
D | test_emulate_step.c | 922 .instr = ppc_inst(PPC_RAW_NOP()),
|
/Linux-v6.1/arch/powerpc/kernel/trace/ |
D | ftrace.c | 199 pop = ppc_inst(PPC_RAW_NOP()); in __ftrace_make_nop() 334 if (patch_instruction((u32 *)ip, ppc_inst(PPC_RAW_NOP()))) { in __ftrace_make_nop_kernel() 356 new = ppc_inst(PPC_RAW_NOP()); in ftrace_make_nop() 397 return ppc_inst_equal(op0, ppc_inst(PPC_RAW_NOP())); in expected_nop_sequence() 489 if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_NOP()))) { in __ftrace_make_call_kernel() 521 old = ppc_inst(PPC_RAW_NOP()); in ftrace_make_call()
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | security.c | 445 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 446 patch_instruction_site(site2, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 456 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 458 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 460 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
|
D | jump_label.c | 19 patch_instruction(addr, ppc_inst(PPC_RAW_NOP())); in arch_jump_label_transform()
|
D | static_call.c | 30 err = patch_instruction(tramp, ppc_inst(PPC_RAW_NOP())); in arch_static_call_transform()
|
D | crash_dump.c | 48 patch_instruction(p, ppc_inst(PPC_RAW_NOP())); in create_trampoline()
|
D | setup_32.c | 89 patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_RAW_NOP())); in machine_init()
|
D | module_64.c | 507 if (*instruction != PPC_RAW_NOP()) { in restore_r2()
|
D | traps.c | 549 if (*nip == PPC_RAW_NOP()) in check_io_access()
|
/Linux-v6.1/arch/powerpc/net/ |
D | bpf_jit_comp.c | 78 EMIT(PPC_RAW_NOP()); in bpf_jit_fixup_addresses() 84 EMIT(PPC_RAW_NOP()); in bpf_jit_fixup_addresses()
|
D | bpf_jit.h | 97 EMIT(PPC_RAW_NOP()); \
|
D | bpf_jit_comp32.c | 196 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel() 197 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel() 198 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel() 896 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body() 964 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 142 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue() 143 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue() 249 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel() 942 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 481 #define PPC_RAW_NOP() PPC_RAW_ORI(0, 0, 0) macro
|