Searched refs:INSN_NOP (Results 1 – 3 of 3) sorted by relevance
61 #define INSN_NOP 0x00000000 /* nop */ macro201 new = in_kernel_space(ip) ? INSN_NOP : INSN_B_1F; in ftrace_make_nop()212 return ftrace_modify_code_2(ip, new, INSN_NOP); in ftrace_make_nop()227 INSN_NOP : insn_la_mcount[1]); in ftrace_make_call()248 ftrace_modify_code(MCOUNT_ADDR, INSN_NOP); in ftrace_dyn_arch_init()269 return ftrace_modify_code(FTRACE_GRAPH_CALL_IP, INSN_NOP); in ftrace_disable_ftrace_graph_caller()
45 #define INSN_NOP 0x90 macro247 memset(insn_buf + MAX_INSN_SIZE, INSN_NOP, MAX_INSN_SIZE); in main()
66 #define INSN_NOP 0x08000240 /* nop */ macro290 err |= __put_user(INSN_NOP, &frame->tramp[SIGRESTARTBLOCK_TRAMP+3]); in setup_rt_frame()