PPC_INST_NOP       47 arch/powerpc/kernel/crash_dump.c 	patch_instruction(p, PPC_INST_NOP);
PPC_INST_NOP       18 arch/powerpc/kernel/jump_label.c 		patch_instruction(addr, PPC_INST_NOP);
PPC_INST_NOP      484 arch/powerpc/kernel/module_64.c 	stub->jump[2] = PPC_INST_NOP;
PPC_INST_NOP      512 arch/powerpc/kernel/module_64.c 	if (*instruction != PPC_INST_NOP) {
PPC_INST_NOP      403 arch/powerpc/kernel/security.c 		patch_instruction_site(&patch__call_flush_count_cache, PPC_INST_NOP);
PPC_INST_NOP      405 arch/powerpc/kernel/security.c 		patch_instruction_site(&patch__call_kvm_flush_link_stack, PPC_INST_NOP);
PPC_INST_NOP       86 arch/powerpc/kernel/setup_32.c 	patch_instruction_site(&patch__memcpy_nocache, PPC_INST_NOP);
PPC_INST_NOP      163 arch/powerpc/kernel/trace/ftrace.c 	pop = PPC_INST_NOP;
PPC_INST_NOP      277 arch/powerpc/kernel/trace/ftrace.c 	op = PPC_INST_NOP;
PPC_INST_NOP      419 arch/powerpc/kernel/trace/ftrace.c 	if (patch_instruction((unsigned int *)ip, PPC_INST_NOP)) {
PPC_INST_NOP      441 arch/powerpc/kernel/trace/ftrace.c 		new = PPC_INST_NOP;
PPC_INST_NOP      504 arch/powerpc/kernel/trace/ftrace.c 	if (op0 != PPC_INST_NOP)
PPC_INST_NOP      585 arch/powerpc/kernel/trace/ftrace.c 	if (op != PPC_INST_NOP) {
PPC_INST_NOP      642 arch/powerpc/kernel/trace/ftrace.c 	if (op != PPC_INST_NOP) {
PPC_INST_NOP      673 arch/powerpc/kernel/trace/ftrace.c 		old = PPC_INST_NOP;
PPC_INST_NOP      557 arch/powerpc/kernel/traps.c 		if (*nip == PPC_INST_NOP)
PPC_INST_NOP       91 arch/powerpc/lib/feature-fixups.c 		raw_patch_instruction(dest, PPC_INST_NOP);
PPC_INST_NOP      327 arch/powerpc/lib/feature-fixups.c 	instr[0] = PPC_INST_NOP;
PPC_INST_NOP      328 arch/powerpc/lib/feature-fixups.c 	instr[1] = PPC_INST_NOP;
PPC_INST_NOP      355 arch/powerpc/lib/feature-fixups.c 		patch_instruction(start, PPC_INST_NOP);
PPC_INST_NOP      474 arch/powerpc/lib/test_emulate_step.c 				.instr = PPC_INST_NOP,
PPC_INST_NOP      114 arch/powerpc/mm/nohash/8xx.c 			patch_instruction_site(&patch__dtlbmiss_immr_jmp, PPC_INST_NOP);
PPC_INST_NOP       35 arch/powerpc/net/bpf_jit.h #define PPC_NOP()		EMIT(PPC_INST_NOP)