Symbol: PPC_RAW_NOP
arch/powerpc/kernel/crash_dump.c
49
patch_instruction(p, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/jump_label.c
19
patch_instruction(addr, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/module_64.c
502
PPC_RAW_NOP(), /* align the prefix insn */
arch/powerpc/kernel/module_64.c
783
if (insn_val != PPC_RAW_NOP()) {
arch/powerpc/kernel/security.c
446
patch_instruction_site(site, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/security.c
447
patch_instruction_site(site2, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/security.c
457
patch_instruction_site(site, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/security.c
459
patch_instruction_site(site, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/security.c
461
patch_instruction_site(site, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/setup_32.c
89
patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/static_call.c
31
err = patch_instruction(site, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/static_call.c
54
err = patch_instruction(tramp, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/trace/ftrace.c
211
PPC_RAW_NOP(), /* bl ftrace_caller */
arch/powerpc/kernel/trace/ftrace.c
213
PPC_RAW_NOP() /* b rec->ip + 4 */
arch/powerpc/kernel/trace/ftrace.c
356
old = ppc_inst(PPC_RAW_NOP());
arch/powerpc/kernel/trace/ftrace.c
372
ret = ftrace_modify_code(rec->ip, ppc_inst(PPC_RAW_NOP()),
arch/powerpc/kernel/trace/ftrace.c
391
ppc_inst_t nop_inst = ppc_inst(PPC_RAW_NOP());
arch/powerpc/kernel/trace/ftrace.c
448
nop_inst = ppc_inst(PPC_RAW_NOP());
arch/powerpc/kernel/trace/ftrace.c
480
ret = ftrace_validate_inst(ip - 4, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/trace/ftrace.c
482
ret = ftrace_validate_inst(ip, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/trace/ftrace.c
489
ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/trace/ftrace.c
499
ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/trace/ftrace.c
515
new = ppc_inst(PPC_RAW_NOP());
arch/powerpc/kernel/trace/ftrace.c
519
old = ppc_inst(PPC_RAW_NOP());
arch/powerpc/kernel/trace/ftrace_64_pg.c
222
pop = ppc_inst(PPC_RAW_NOP());
arch/powerpc/kernel/trace/ftrace_64_pg.c
357
if (patch_instruction((u32 *)ip, ppc_inst(PPC_RAW_NOP()))) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
379
new = ppc_inst(PPC_RAW_NOP());
arch/powerpc/kernel/trace/ftrace_64_pg.c
399
return ppc_inst_equal(op0, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/kernel/trace/ftrace_64_pg.c
494
if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_NOP()))) {
arch/powerpc/kernel/trace/ftrace_64_pg.c
526
old = ppc_inst(PPC_RAW_NOP());
arch/powerpc/kernel/traps.c
548
if (*nip == PPC_RAW_NOP())
arch/powerpc/lib/feature-fixups.c
103
raw_patch_instruction(dest, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/lib/feature-fixups.c
198
instrs[0] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
199
instrs[1] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
200
instrs[2] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
205
instrs[i++] = PPC_RAW_NOP(); /* branch patched below */
arch/powerpc/lib/feature-fixups.c
235
instrs[0] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
236
instrs[1] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
237
instrs[2] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
238
instrs[3] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
239
instrs[4] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
240
instrs[5] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
327
instrs[0] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
328
instrs[1] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
329
instrs[2] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
334
instrs[3] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
365
instrs[0] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
366
instrs[1] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
367
instrs[2] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
372
instrs[i++] = PPC_RAW_NOP(); /* branch patched below */
arch/powerpc/lib/feature-fixups.c
452
instrs[0] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
453
instrs[1] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
454
instrs[2] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
518
instr = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
554
instr[0] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
555
instr[1] = PPC_RAW_NOP();
arch/powerpc/lib/feature-fixups.c
576
patch_instruction(start, ppc_inst(PPC_RAW_NOP()));
arch/powerpc/lib/test-code-patching.c
357
u32 inst32 = PPC_RAW_NOP();
arch/powerpc/lib/test_emulate_step.c
922
.instr = ppc_inst(PPC_RAW_NOP()),
arch/powerpc/net/bpf_jit.h
135
EMIT(PPC_RAW_NOP()); \
arch/powerpc/net/bpf_jit_comp.c
1197
old_inst = ppc_inst(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp.c
1201
new_inst = ppc_inst(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp.c
1225
old_inst = ppc_inst(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp.c
1234
new_inst = ppc_inst(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp.c
1268
old_inst = ppc_inst(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp.c
1271
new_inst = ppc_inst(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp.c
364
fixup[0] = PPC_RAW_NOP();
arch/powerpc/net/bpf_jit_comp.c
557
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp.c
627
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp.c
65
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp.c
978
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp32.c
1020
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp32.c
131
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp32.c
137
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp64.c
202
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp64.c
412
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp64.c
415
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp64.c
435
EMIT(PPC_RAW_NOP());
arch/powerpc/net/bpf_jit_comp64.c
447
EMIT(PPC_RAW_NOP());