Searched refs:PPC_INST_NOP (Results 1 – 9 of 9) sorted by relevance
197 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()
231 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()
23 patch_instruction(addr, PPC_INST_NOP); in arch_jump_label_transform()
122 patch_instruction((unsigned int *)&memcpy, PPC_INST_NOP); in machine_init()123 patch_instruction(&memset_nocache_branch, PPC_INST_NOP); in machine_init()
49 patch_instruction(p, PPC_INST_NOP); in create_trampoline()
477 if (*instruction != PPC_INST_NOP) { in restore_r2()
91 patch_instruction(dest, PPC_INST_NOP); in patch_feature_section()
160 #define PPC_INST_NOP 0x60000000 macro
93 #define PPC_NOP() EMIT(PPC_INST_NOP)