Home
last modified time | relevance | path

Searched refs:PPC_INST_NOP (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace.c149 pop = PPC_INST_NOP; in __ftrace_make_nop()
263 op = PPC_INST_NOP; in __ftrace_make_nop()
287 new = PPC_INST_NOP; in ftrace_make_nop()
349 if (op0 != PPC_INST_NOP) in expected_nop_sequence()
430 if (op != PPC_INST_NOP) {
471 old = PPC_INST_NOP;
/Linux-v4.19/arch/powerpc/kernel/
Djump_label.c23 patch_instruction(addr, PPC_INST_NOP); in arch_jump_label_transform()
Dcrash_dump.c49 patch_instruction(p, PPC_INST_NOP); in create_trampoline()
Dsetup_32.c114 patch_instruction_site(&patch__memcpy_nocache, PPC_INST_NOP); in machine_init()
Dsecurity.c354 patch_instruction_site(&patch__call_flush_count_cache, PPC_INST_NOP); in toggle_count_cache_flush()
Dmodule_64.c501 stub->jump[2] = PPC_INST_NOP; in squash_toc_save_inst()
529 if (*instruction != PPC_INST_NOP) { in restore_r2()
Dtraps.c471 if (*nip == PPC_INST_NOP) in check_io_access()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Didle.c282 PPC_INST_NOP); in store_fastsleep_workaround_applyonce()
301 PPC_INST_NOP); in store_fastsleep_workaround_applyonce()
848 PPC_INST_NOP); in pnv_init_idle_states()
851 PPC_INST_NOP); in pnv_init_idle_states()
/Linux-v4.19/arch/powerpc/lib/
Dfeature-fixups.c95 raw_patch_instruction(dest, PPC_INST_NOP); in patch_feature_section()
331 instr[0] = PPC_INST_NOP; in do_barrier_nospec_fixups_range()
332 instr[1] = PPC_INST_NOP; in do_barrier_nospec_fixups_range()
/Linux-v4.19/arch/powerpc/mm/
D8xx_mmu.c127 patch_instruction(&DTLBMiss_jmp, PPC_INST_NOP); in mmu_mapin_ram()
/Linux-v4.19/arch/powerpc/net/
Dbpf_jit.h39 #define PPC_NOP() EMIT(PPC_INST_NOP)
/Linux-v4.19/arch/powerpc/include/asm/
Dppc-opcode.h237 #define PPC_INST_NOP 0x60000000 macro