Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/trace/
Dftrace.c163 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;
/Linux-v5.4/arch/powerpc/kernel/
Djump_label.c18 patch_instruction(addr, PPC_INST_NOP); in arch_jump_label_transform()
Dcrash_dump.c47 patch_instruction(p, PPC_INST_NOP); in create_trampoline()
Dsetup_32.c86 patch_instruction_site(&patch__memcpy_nocache, PPC_INST_NOP); in machine_init()
Dsecurity.c383 patch_instruction_site(&patch__call_flush_count_cache, PPC_INST_NOP); in toggle_count_cache_flush()
Dmodule_64.c484 stub->jump[2] = PPC_INST_NOP; in squash_toc_save_inst()
512 if (*instruction != PPC_INST_NOP) { in restore_r2()
Dtraps.c550 if (*nip == PPC_INST_NOP) in check_io_access()
/Linux-v5.4/arch/powerpc/lib/
Dfeature-fixups.c91 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()
Dtest_emulate_step.c474 .instr = PPC_INST_NOP,
/Linux-v5.4/arch/powerpc/mm/nohash/
D8xx.c114 patch_instruction_site(&patch__dtlbmiss_immr_jmp, PPC_INST_NOP); in mmu_mapin_ram()
/Linux-v5.4/arch/powerpc/net/
Dbpf_jit.h35 #define PPC_NOP() EMIT(PPC_INST_NOP)
/Linux-v5.4/arch/powerpc/include/asm/
Dppc-opcode.h234 #define PPC_INST_NOP 0x60000000 macro