Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/trace/
Dftrace.c165 pop = ppc_inst(PPC_INST_NOP); in __ftrace_make_nop()
281 op = ppc_inst(PPC_INST_NOP); in __ftrace_make_nop()
427 if (patch_instruction((struct ppc_inst *)ip, ppc_inst(PPC_INST_NOP))) { in __ftrace_make_nop_kernel()
449 new = ppc_inst(PPC_INST_NOP); in ftrace_make_nop()
513 if (!ppc_inst_equal(op0, ppc_inst(PPC_INST_NOP))) in expected_nop_sequence()
599 if (!ppc_inst_equal(op, ppc_inst(PPC_INST_NOP))) {
656 if (!ppc_inst_equal(op, ppc_inst(PPC_INST_NOP))) {
687 old = ppc_inst(PPC_INST_NOP);
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dpkey_exec_prot.c20 #define PPC_INST_NOP 0x60000000 macro
137 insns[i] = PPC_INST_NOP; in test()
237 *fault_addr = PPC_INST_NOP; in test()
Dpkey_siginfo.c24 #define PPC_INST_NOP 0x60000000 macro
190 FAIL_IF_EXIT(*fault_addr != PPC_INST_NOP && in protect_access()
266 r.base[i] = PPC_INST_NOP; in test()
/Linux-v5.10/arch/powerpc/kernel/
Dsecurity.c439 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
448 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
450 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
452 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
Djump_label.c19 patch_instruction(addr, ppc_inst(PPC_INST_NOP)); in arch_jump_label_transform()
Dcrash_dump.c48 patch_instruction(p, ppc_inst(PPC_INST_NOP)); in create_trampoline()
Dsetup_32.c88 patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_INST_NOP)); in machine_init()
Dmodule_64.c510 if (*instruction != PPC_INST_NOP) { in restore_r2()
Dtraps.c551 if (*nip == PPC_INST_NOP) in check_io_access()
/Linux-v5.10/arch/powerpc/lib/
Dfeature-fixups.c93 nop = ppc_inst(PPC_INST_NOP); in patch_feature_section()
437 instr[0] = PPC_INST_NOP; in do_barrier_nospec_fixups_range()
438 instr[1] = PPC_INST_NOP; in do_barrier_nospec_fixups_range()
465 patch_instruction((struct ppc_inst *)start, ppc_inst(PPC_INST_NOP)); in patch_btb_flush_section()
Dtest_emulate_step.c655 .instr = ppc_inst(PPC_INST_NOP),
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h228 #define PPC_INST_NOP 0x60000000 macro
432 #define PPC_RAW_NOP() (PPC_INST_NOP)