Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
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()
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()
Dmodule_64.c477 if (*instruction != PPC_INST_NOP) { in restore_r2()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dsetup.c433 PPC_INST_NOP); in pnv_init_idle_states()
436 PPC_INST_NOP); in pnv_init_idle_states()
/linux-4.1.27/arch/powerpc/lib/
Dfeature-fixups.c91 patch_instruction(dest, PPC_INST_NOP); in patch_feature_section()
/linux-4.1.27/arch/powerpc/include/asm/
Dppc-opcode.h159 #define PPC_INST_NOP 0x60000000 macro
/linux-4.1.27/arch/powerpc/net/
Dbpf_jit.h93 #define PPC_NOP() EMIT(PPC_INST_NOP)