Home
last modified time | relevance | path

Searched refs:PPC_RAW_NOP (Results 1 – 15 of 15) sorted by relevance

/linux-6.6.21/arch/powerpc/lib/
Dfeature-fixups.c96 raw_patch_instruction(dest, ppc_inst(PPC_RAW_NOP())); in patch_feature_section_mask()
191 instrs[0] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups()
192 instrs[1] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups()
193 instrs[2] = PPC_RAW_NOP(); in do_stf_entry_barrier_fixups()
198 instrs[i++] = PPC_RAW_NOP(); /* branch patched below */ in do_stf_entry_barrier_fixups()
228 instrs[0] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups()
229 instrs[1] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups()
230 instrs[2] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups()
231 instrs[3] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups()
232 instrs[4] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups()
[all …]
Dtest_emulate_step.c922 .instr = ppc_inst(PPC_RAW_NOP()),
/linux-6.6.21/arch/powerpc/kernel/trace/
Dftrace.c144 old = ppc_inst(PPC_RAW_NOP()); in ftrace_make_call()
165 ppc_inst_t nop_inst = ppc_inst(PPC_RAW_NOP()); in ftrace_replace_code()
225 ret = ftrace_validate_inst(ip - 4, ppc_inst(PPC_RAW_NOP())); in ftrace_init_nop()
227 ret = ftrace_validate_inst(ip, ppc_inst(PPC_RAW_NOP())); in ftrace_init_nop()
256 new = ppc_inst(PPC_RAW_NOP()); in ftrace_init_nop()
260 old = ppc_inst(PPC_RAW_NOP()); in ftrace_init_nop()
Dftrace_64_pg.c199 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-6.6.21/arch/powerpc/kernel/
Dsecurity.c446 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()
Djump_label.c19 patch_instruction(addr, ppc_inst(PPC_RAW_NOP())); in arch_jump_label_transform()
Dstatic_call.c30 err = patch_instruction(tramp, ppc_inst(PPC_RAW_NOP())); in arch_static_call_transform()
Dcrash_dump.c48 patch_instruction(p, ppc_inst(PPC_RAW_NOP())); in create_trampoline()
Dsetup_32.c89 patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_RAW_NOP())); in machine_init()
Dmodule_64.c473 PPC_RAW_NOP(), /* align the prefix insn */
754 if (insn_val != PPC_RAW_NOP()) { in restore_r2()
Dtraps.c549 if (*nip == PPC_RAW_NOP()) in check_io_access()
/linux-6.6.21/arch/powerpc/net/
Dbpf_jit.h99 EMIT(PPC_RAW_NOP()); \
Dbpf_jit_comp64.c144 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()
145 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()
268 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()
962 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
Dbpf_jit_comp32.c134 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()
949 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
1018 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h491 #define PPC_RAW_NOP() PPC_RAW_ORI(0, 0, 0) macro