Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powernv/
Didle.c197 PPC_INST_NOP); in store_fastsleep_workaround_applyonce()
216 PPC_INST_NOP); in store_fastsleep_workaround_applyonce()
273 PPC_INST_NOP); in pnv_init_idle_states()
276 PPC_INST_NOP); in pnv_init_idle_states()
/arch/powerpc/kernel/
Djump_label.c23 patch_instruction(addr, PPC_INST_NOP); in arch_jump_label_transform()
Dftrace.c231 op = PPC_INST_NOP; in __ftrace_make_nop()
255 new = PPC_INST_NOP; in ftrace_make_nop()
345 if (op != PPC_INST_NOP) { in __ftrace_make_call()
386 old = PPC_INST_NOP; in ftrace_make_call()
Dsetup_32.c122 patch_instruction((unsigned int *)&memcpy, PPC_INST_NOP); in machine_init()
123 patch_instruction(&memset_nocache_branch, PPC_INST_NOP); in machine_init()
Dcrash_dump.c49 patch_instruction(p, PPC_INST_NOP); in create_trampoline()
Dsecurity.c394 patch_instruction_site(&patch__call_flush_count_cache, PPC_INST_NOP); in toggle_count_cache_flush()
396 patch_instruction_site(&patch__call_kvm_flush_link_stack, PPC_INST_NOP); in toggle_count_cache_flush()
Dmodule_64.c483 if (*instruction != PPC_INST_NOP) { in restore_r2()
/arch/powerpc/lib/
Dfeature-fixups.c93 patch_instruction(dest, PPC_INST_NOP); in patch_feature_section()
447 instr[0] = PPC_INST_NOP; in do_barrier_nospec_fixups_range()
448 instr[1] = PPC_INST_NOP; in do_barrier_nospec_fixups_range()
475 patch_instruction(start, PPC_INST_NOP); in patch_btb_flush_section()
/arch/powerpc/include/asm/
Dppc-opcode.h161 #define PPC_INST_NOP 0x60000000 macro
/arch/powerpc/net/
Dbpf_jit.h93 #define PPC_NOP() EMIT(PPC_INST_NOP)