/openbmc/linux/arch/parisc/include/asm/ |
H A D | cache.h | 57 ALTERNATIVE(ALT_COND_NO_SPLIT_TLB, INSN_NOP) \ 61 ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \ 62 ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) \ 65 ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \ 66 ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) :::"memory")
|
H A D | alternative.h | 14 #define INSN_NOP 0x08000240 /* nop */ macro
|
H A D | barrier.h | 12 ALTERNATIVE(ALT_COND_NO_SMP, INSN_NOP) \
|
/openbmc/linux/arch/mips/kernel/ |
H A D | ftrace.c | 44 #define INSN_NOP 0x00000000 /* nop */ macro 172 new = core_kernel_text(ip) ? INSN_NOP : INSN_B_1F; in ftrace_make_nop() 183 return ftrace_modify_code_2(ip, new, INSN_NOP); in ftrace_make_nop() 198 INSN_NOP : insn_la_mcount[1]); in ftrace_make_call() 219 ftrace_modify_code(MCOUNT_ADDR, INSN_NOP); in ftrace_dyn_arch_init() 240 return ftrace_modify_code(FTRACE_GRAPH_CALL_IP, INSN_NOP); in ftrace_disable_ftrace_graph_caller()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | ftrace.c | 176 if (insn[i] != INSN_NOP) in ftrace_make_call() 191 insn[i] = INSN_NOP; in ftrace_make_nop() 193 __patch_text((void *)rec->ip, INSN_NOP); in ftrace_make_nop()
|
H A D | pacache.S | 106 ALTERNATIVE(88b, fitdone, ALT_COND_NO_SPLIT_TLB, INSN_NOP) 244 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_ICACHE, INSN_NOP) 305 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_DCACHE, INSN_NOP) 775 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_DCACHE, INSN_NOP) 824 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_DCACHE, INSN_NOP) 843 ALTERNATIVE(1b, 1b+4, ALT_COND_NO_SPLIT_TLB, INSN_NOP) 849 ALTERNATIVE(1b, 1b+4, ALT_COND_NO_SPLIT_TLB, INSN_NOP) 883 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_ICACHE, INSN_NOP) 920 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_DCACHE, INSN_NOP) 957 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_DCACHE, INSN_NOP) [all …]
|
H A D | jump_label.c | 40 insn = INSN_NOP; in arch_jump_label_transform()
|
H A D | alternative.c | 80 if (replacement == INSN_NOP && len > 1) in apply_alternatives()
|
H A D | signal.c | 436 if (opcode == INSN_NOP) in check_syscallno_in_delay_branch()
|
H A D | entry.S | 429 99: ALTERNATIVE(98b, 99b, ALT_COND_NO_SMP, INSN_NOP) 446 99: ALTERNATIVE(98b, 99b, ALT_COND_NO_SMP, INSN_NOP)
|
/openbmc/linux/arch/x86/tools/ |
H A D | insn_sanity.c | 28 #define INSN_NOP 0x90 macro 230 memset(insn_buff + MAX_INSN_SIZE, INSN_NOP, MAX_INSN_SIZE); in main()
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | arch.h | 24 INSN_NOP, enumerator
|
/openbmc/linux/tools/objtool/ |
H A D | check.c | 1391 insn->type = sibling ? INSN_RETURN : INSN_NOP; in annotate_call_site() 1417 insn->type = INSN_NOP; in annotate_call_site() 1799 nop->type = INSN_NOP; in handle_group_alt() 1881 orig_insn->type != INSN_NOP) { in handle_jump_alt() 1895 orig_insn->type = INSN_NOP; in handle_jump_alt() 1898 if (orig_insn->type == INSN_NOP) { in handle_jump_alt() 2344 insn->type != INSN_NOP) { in read_retpoline_hints() 3920 case INSN_NOP: in validate_unret() 4014 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn() 4133 if (prev->type != INSN_NOP) in add_prefix_symbol() [all …]
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 489 insn->type = INSN_NOP; in arch_decode_instruction() 535 insn->type = INSN_NOP; in arch_decode_instruction()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | alternative.c | 50 insn->word = INSN_NOP; in add_nops()
|
H A D | inst.c | 223 return INSN_NOP; in larch_insn_gen_nop()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 13 #define INSN_NOP 0x03400000 macro
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 238 #define INSN_NOP (use_armv7_instructions ? INSN_NOP_v6k : INSN_NOP_v4) 1759 tcg_out32(s, INSN_NOP); 1795 insn = INSN_NOP; 2942 p[i] = INSN_NOP;
|