Home
last modified time | relevance | path

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

/arch/powerpc/lib/
Dfeature-fixups.c95 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 …]
Dtest_emulate_step.c925 .instr = ppc_inst(PPC_RAW_NOP()),
/arch/powerpc/kernel/
Djump_label.c19 patch_instruction(addr, ppc_inst(PPC_RAW_NOP())); in arch_jump_label_transform()
Dsecurity.c445 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()
Dcrash_dump.c48 patch_instruction(p, ppc_inst(PPC_RAW_NOP())); in create_trampoline()
Dsetup_32.c88 patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_RAW_NOP())); in machine_init()
Dmodule_64.c513 if (*instruction != PPC_RAW_NOP()) { in restore_r2()
Dtraps.c546 if (*nip == PPC_RAW_NOP()) in check_io_access()
/arch/powerpc/kernel/trace/
Dftrace.c165 pop = ppc_inst(PPC_RAW_NOP()); in __ftrace_make_nop()
281 op = ppc_inst(PPC_RAW_NOP()); in __ftrace_make_nop()
425 if (patch_instruction((u32 *)ip, ppc_inst(PPC_RAW_NOP()))) { in __ftrace_make_nop_kernel()
447 new = ppc_inst(PPC_RAW_NOP()); in ftrace_make_nop()
511 if (!ppc_inst_equal(op0, ppc_inst(PPC_RAW_NOP()))) in expected_nop_sequence()
597 if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_NOP()))) {
653 if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_NOP()))) {
684 old = ppc_inst(PPC_RAW_NOP());
/arch/powerpc/mm/nohash/
D44x.c251 patch_instruction_site(&patch__tlb_44x_kuep, ppc_inst(PPC_RAW_NOP())); in setup_kuep()
256 patch_instruction_site(&patch__tlb_47x_kuep, ppc_inst(PPC_RAW_NOP())); in setup_kuep()
/arch/powerpc/net/
Dbpf_jit_comp.c76 EMIT(PPC_RAW_NOP()); in bpf_jit_fixup_addresses()
82 EMIT(PPC_RAW_NOP()); in bpf_jit_fixup_addresses()
Dbpf_jit.h105 EMIT(PPC_RAW_NOP()); \
Dbpf_jit_comp32.c124 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()
194 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()
195 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()
196 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()
849 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
Dbpf_jit_comp64.c86 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()
87 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()
192 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()
818 EMIT(PPC_RAW_NOP()); in bpf_jit_build_body()
/arch/powerpc/include/asm/
Dppc-opcode.h478 #define PPC_RAW_NOP() PPC_RAW_ORI(0, 0, 0) macro