Symbol: INSN_NOP
arch/loongarch/kernel/alternative.c
51
insn->word = INSN_NOP;
arch/loongarch/kernel/inst.c
300
return INSN_NOP;
arch/loongarch/net/bpf_jit.c
1401
u32 old_insns[LOONGARCH_LONG_JUMP_NINSNS] = {[0 ... 4] = INSN_NOP};
arch/loongarch/net/bpf_jit.c
1402
u32 new_insns[LOONGARCH_LONG_JUMP_NINSNS] = {[0 ... 4] = INSN_NOP};
arch/loongarch/net/bpf_jit.h
35
insn->word = INSN_NOP;
arch/mips/kernel/ftrace.c
182
new = core_kernel_text(ip) ? INSN_NOP : INSN_B_1F;
arch/mips/kernel/ftrace.c
193
return ftrace_modify_code_2(ip, new, INSN_NOP);
arch/mips/kernel/ftrace.c
215
INSN_NOP : insn_la_mcount[1]);
arch/mips/kernel/ftrace.c
236
ftrace_modify_code(MCOUNT_ADDR, INSN_NOP);
arch/mips/kernel/ftrace.c
257
return ftrace_modify_code(FTRACE_GRAPH_CALL_IP, INSN_NOP);
arch/parisc/include/asm/barrier.h
12
ALTERNATIVE(ALT_COND_NO_SMP, INSN_NOP) \
arch/parisc/include/asm/cache.h
57
ALTERNATIVE(ALT_COND_NO_SPLIT_TLB, INSN_NOP) \
arch/parisc/include/asm/cache.h
61
ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \
arch/parisc/include/asm/cache.h
62
ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) \
arch/parisc/include/asm/cache.h
65
ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \
arch/parisc/include/asm/cache.h
66
ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) :::"memory")
arch/parisc/kernel/alternative.c
80
if (replacement == INSN_NOP && len > 1)
arch/parisc/kernel/ftrace.c
176
if (insn[i] != INSN_NOP)
arch/parisc/kernel/ftrace.c
191
insn[i] = INSN_NOP;
arch/parisc/kernel/ftrace.c
193
__patch_text((void *)rec->ip, INSN_NOP);
arch/parisc/kernel/jump_label.c
40
insn = INSN_NOP;
arch/parisc/kernel/signal.c
436
if (opcode == INSN_NOP)
arch/x86/tools/insn_sanity.c
230
memset(insn_buff + MAX_INSN_SIZE, INSN_NOP, MAX_INSN_SIZE);
tools/objtool/arch/loongarch/decode.c
185
insn->type = INSN_NOP;
tools/objtool/arch/loongarch/decode.c
348
insn->type = INSN_NOP;
tools/objtool/arch/x86/decode.c
551
insn->type = INSN_NOP;
tools/objtool/arch/x86/decode.c
611
insn->type = INSN_NOP;
tools/objtool/check.c
1418
insn->type = sibling ? INSN_RETURN : INSN_NOP;
tools/objtool/check.c
1446
insn->type = INSN_NOP;
tools/objtool/check.c
1833
nop->type = INSN_NOP;
tools/objtool/check.c
1916
orig_insn->type != INSN_NOP) {
tools/objtool/check.c
1934
orig_insn->type = INSN_NOP;
tools/objtool/check.c
1937
if (orig_insn->type == INSN_NOP) {
tools/objtool/check.c
2463
insn->type != INSN_NOP) {
tools/objtool/check.c
2613
if (!in_hole && insn->type == INSN_NOP)
tools/objtool/check.c
4219
case INSN_NOP:
tools/objtool/check.c
4343
if (insn->type == INSN_NOP || insn->type == INSN_TRAP ||
tools/objtool/check.c
4460
if (prev->type != INSN_NOP)
tools/objtool/check.c
4711
case INSN_NOP:
tools/objtool/disas.c
524
fake_nop = (!insn->sec && insn->type == INSN_NOP);
tools/objtool/disas.c
572
if (insn->type == INSN_NOP) {
tools/objtool/disas.c
767
if (orig_insn->type == INSN_NOP) {
tools/objtool/disas.c
833
nops = insn->type == INSN_NOP ? insn->len : 0;
tools/objtool/disas.c
866
nops = dalt->orig_insn->type == INSN_NOP ? dalt->orig_insn->len : 0;
tools/objtool/trace.c
185
if (orig_insn->type == INSN_NOP) {
tools/objtool/trace.c
200
if (alt->type == ALT_TYPE_JUMP_TABLE && orig_insn->type == INSN_NOP)