nop_insn          187 arch/nds32/kernel/ftrace.c 	unsigned long nop_insn[3] = {INSN_NOP, INSN_NOP, INSN_NOP};
nop_insn          192 arch/nds32/kernel/ftrace.c 	return ftrace_modify_code(pc, nop_insn, call_insn, true);
nop_insn          199 arch/nds32/kernel/ftrace.c 	unsigned long nop_insn[3] = {INSN_NOP, INSN_NOP, INSN_NOP};
nop_insn          204 arch/nds32/kernel/ftrace.c 	return ftrace_modify_code(pc, call_insn, nop_insn, true);
nop_insn          260 arch/nds32/kernel/ftrace.c 	unsigned long nop_insn[3] = {INSN_NOP, INSN_NOP, INSN_NOP};
nop_insn          266 arch/nds32/kernel/ftrace.c 		return ftrace_modify_code(pc, nop_insn, call_insn, true);
nop_insn          268 arch/nds32/kernel/ftrace.c 		return ftrace_modify_code(pc, call_insn, nop_insn, true);