Searched refs:PPC_INST_NOP (Results 1 – 12 of 12) sorted by relevance
163 pop = PPC_INST_NOP; in __ftrace_make_nop()277 op = PPC_INST_NOP; in __ftrace_make_nop()419 if (patch_instruction((unsigned int *)ip, PPC_INST_NOP)) { in __ftrace_make_nop_kernel()441 new = PPC_INST_NOP; in ftrace_make_nop()504 if (op0 != PPC_INST_NOP) in expected_nop_sequence()585 if (op != PPC_INST_NOP) {642 if (op != PPC_INST_NOP) {673 old = PPC_INST_NOP;
18 patch_instruction(addr, PPC_INST_NOP); in arch_jump_label_transform()
47 patch_instruction(p, PPC_INST_NOP); in create_trampoline()
86 patch_instruction_site(&patch__memcpy_nocache, PPC_INST_NOP); in machine_init()
383 patch_instruction_site(&patch__call_flush_count_cache, PPC_INST_NOP); in toggle_count_cache_flush()
484 stub->jump[2] = PPC_INST_NOP; in squash_toc_save_inst()512 if (*instruction != PPC_INST_NOP) { in restore_r2()
550 if (*nip == PPC_INST_NOP) in check_io_access()
91 raw_patch_instruction(dest, PPC_INST_NOP); in patch_feature_section()327 instr[0] = PPC_INST_NOP; in do_barrier_nospec_fixups_range()328 instr[1] = PPC_INST_NOP; in do_barrier_nospec_fixups_range()355 patch_instruction(start, PPC_INST_NOP); in patch_btb_flush_section()
474 .instr = PPC_INST_NOP,
114 patch_instruction_site(&patch__dtlbmiss_immr_jmp, PPC_INST_NOP); in mmu_mapin_ram()
35 #define PPC_NOP() EMIT(PPC_INST_NOP)
234 #define PPC_INST_NOP 0x60000000 macro