Searched refs:PPC_INST_NOP (Results 1 – 12 of 12) sorted by relevance
149 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;
23 patch_instruction(addr, PPC_INST_NOP); in arch_jump_label_transform()
49 patch_instruction(p, PPC_INST_NOP); in create_trampoline()
114 patch_instruction_site(&patch__memcpy_nocache, PPC_INST_NOP); in machine_init()
354 patch_instruction_site(&patch__call_flush_count_cache, PPC_INST_NOP); in toggle_count_cache_flush()
501 stub->jump[2] = PPC_INST_NOP; in squash_toc_save_inst()529 if (*instruction != PPC_INST_NOP) { in restore_r2()
471 if (*nip == PPC_INST_NOP) in check_io_access()
282 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()
95 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()
127 patch_instruction(&DTLBMiss_jmp, PPC_INST_NOP); in mmu_mapin_ram()
39 #define PPC_NOP() EMIT(PPC_INST_NOP)
237 #define PPC_INST_NOP 0x60000000 macro