Searched refs:PPC_RAW_NOP (Results 1 – 15 of 15) sorted by relevance
/linux/arch/powerpc/lib/ |
A D | feature-fixups.c | 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() 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() 187 instrs[5] = PPC_RAW_NOP(); in do_stf_exit_barrier_fixups() 284 instrs[0] = PPC_RAW_NOP(); in do_uaccess_flush_fixups() [all …]
|
A D | test_emulate_step.c | 925 .instr = ppc_inst(PPC_RAW_NOP()),
|
/linux/arch/powerpc/kernel/trace/ |
A D | ftrace.c | 165 pop = ppc_inst(PPC_RAW_NOP()); in __ftrace_make_nop() 281 op = ppc_inst(PPC_RAW_NOP()); in __ftrace_make_nop() 427 if (patch_instruction((u32 *)ip, ppc_inst(PPC_RAW_NOP()))) { in __ftrace_make_nop_kernel() 449 new = ppc_inst(PPC_RAW_NOP()); in ftrace_make_nop() 513 if (!ppc_inst_equal(op0, ppc_inst(PPC_RAW_NOP()))) in expected_nop_sequence() 599 if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_NOP()))) { 655 if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_NOP()))) { 686 old = ppc_inst(PPC_RAW_NOP());
|
/linux/arch/powerpc/kernel/ |
A D | security.c | 444 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 445 patch_instruction_site(site2, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 455 patch_instruction_site(site, 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()
|
A D | jump_label.c | 19 patch_instruction(addr, ppc_inst(PPC_RAW_NOP())); in arch_jump_label_transform()
|
A D | static_call.c | 30 err = patch_instruction(tramp, ppc_inst(PPC_RAW_NOP())); in arch_static_call_transform()
|
A D | crash_dump.c | 48 patch_instruction(p, ppc_inst(PPC_RAW_NOP())); in create_trampoline()
|
A D | setup_32.c | 88 patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_RAW_NOP())); in machine_init()
|
A D | module_64.c | 513 if (*instruction != PPC_RAW_NOP()) { in restore_r2()
|
A D | traps.c | 546 if (*nip == PPC_RAW_NOP()) in check_io_access()
|
/linux/arch/powerpc/mm/nohash/ |
A D | 44x.c | 251 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()
|
/linux/arch/powerpc/net/ |
A D | bpf_jit.h | 105 EMIT(PPC_RAW_NOP()); \
|
A D | bpf_jit_comp64.c | 86 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()
|
A D | bpf_jit_comp32.c | 124 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 477 #define PPC_RAW_NOP() PPC_RAW_ORI(0, 0, 0) macro
|
Completed in 35 milliseconds