Searched refs:PPC_INST_NOP (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.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() 425 if (patch_instruction((struct ppc_inst *)ip, ppc_inst(PPC_INST_NOP))) { in __ftrace_make_nop_kernel() 447 new = ppc_inst(PPC_INST_NOP); in ftrace_make_nop() 511 if (!ppc_inst_equal(op0, ppc_inst(PPC_INST_NOP))) in expected_nop_sequence() 597 if (!ppc_inst_equal(op, ppc_inst(PPC_INST_NOP))) { 654 if (!ppc_inst_equal(op, ppc_inst(PPC_INST_NOP))) { 685 old = ppc_inst(PPC_INST_NOP);
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | security.c | 444 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush() 453 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush() 455 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush() 457 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 | 554 if (*nip == PPC_INST_NOP) in check_io_access()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | feature-fixups.c | 94 nop = ppc_inst(PPC_INST_NOP); in patch_feature_section() 484 instr[0] = PPC_INST_NOP; in do_barrier_nospec_fixups_range() 485 instr[1] = PPC_INST_NOP; in do_barrier_nospec_fixups_range() 512 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),
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 229 #define PPC_INST_NOP 0x60000000 macro 433 #define PPC_RAW_NOP() (PPC_INST_NOP)
|