Searched refs:PPC_INST_NOP (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/trace/ |
D | ftrace.c | 165 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/ |
D | pkey_exec_prot.c | 20 #define PPC_INST_NOP 0x60000000 macro 137 insns[i] = PPC_INST_NOP; in test() 237 *fault_addr = PPC_INST_NOP; in test()
|
D | pkey_siginfo.c | 24 #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/ |
D | security.c | 439 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()
|
D | jump_label.c | 19 patch_instruction(addr, ppc_inst(PPC_INST_NOP)); in arch_jump_label_transform()
|
D | crash_dump.c | 48 patch_instruction(p, ppc_inst(PPC_INST_NOP)); in create_trampoline()
|
D | setup_32.c | 88 patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_INST_NOP)); in machine_init()
|
D | module_64.c | 510 if (*instruction != PPC_INST_NOP) { in restore_r2()
|
D | traps.c | 551 if (*nip == PPC_INST_NOP) in check_io_access()
|
/Linux-v5.10/arch/powerpc/lib/ |
D | feature-fixups.c | 93 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()
|
D | test_emulate_step.c | 655 .instr = ppc_inst(PPC_INST_NOP),
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 228 #define PPC_INST_NOP 0x60000000 macro 432 #define PPC_RAW_NOP() (PPC_INST_NOP)
|