Searched refs:INSN_NOP (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/arch/parisc/include/asm/ |
D | cache.h | 47 ALTERNATIVE(ALT_COND_NO_SPLIT_TLB, INSN_NOP) \ 51 ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \ 52 ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) \ 55 ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \ 56 ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) :::"memory")
|
D | alternative.h | 14 #define INSN_NOP 0x08000240 /* nop */ macro
|
D | barrier.h | 12 ALTERNATIVE(ALT_COND_NO_SMP, INSN_NOP) \
|
/linux-6.1.9/arch/mips/kernel/ |
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()
|
/linux-6.1.9/arch/parisc/kernel/ |
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()
|
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) 919 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_DCACHE, INSN_NOP) 955 89: ALTERNATIVE(88b, 89b, ALT_COND_NO_DCACHE, INSN_NOP) [all …]
|
D | jump_label.c | 40 insn = INSN_NOP; in arch_jump_label_transform()
|
D | alternative.c | 80 if (replacement == INSN_NOP && len > 1) in apply_alternatives()
|
D | signal.c | 436 if (opcode == INSN_NOP) in check_syscallno_in_delay_branch()
|
D | entry.S | 410 99: ALTERNATIVE(98b, 99b, ALT_COND_NO_SMP, INSN_NOP) 427 99: ALTERNATIVE(98b, 99b, ALT_COND_NO_SMP, INSN_NOP) 436 99: ALTERNATIVE(98b, 99b, ALT_COND_NO_SMP, INSN_NOP)
|
/linux-6.1.9/arch/x86/tools/ |
D | insn_sanity.c | 28 #define INSN_NOP 0x90 macro 230 memset(insn_buff + MAX_INSN_SIZE, INSN_NOP, MAX_INSN_SIZE); in main()
|
/linux-6.1.9/tools/objtool/include/objtool/ |
D | arch.h | 24 INSN_NOP, enumerator
|
/linux-6.1.9/tools/objtool/ |
D | check.c | 1249 insn->type = sibling ? INSN_RETURN : INSN_NOP; in annotate_call_site() 1277 insn->type = INSN_NOP; in annotate_call_site() 1625 nop->type = INSN_NOP; in handle_group_alt() 1710 orig_insn->type != INSN_NOP) { in handle_jump_alt() 1727 orig_insn->type = INSN_NOP; in handle_jump_alt() 1730 if (orig_insn->type == INSN_NOP) { in handle_jump_alt() 2171 insn->type != INSN_NOP) { in read_retpoline_hints() 3704 case INSN_NOP: in validate_entry() 3806 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn() 4016 case INSN_NOP: in validate_ibt_insn()
|
/linux-6.1.9/tools/objtool/arch/x86/ |
D | decode.c | 461 *type = INSN_NOP; in arch_decode_instruction() 507 *type = INSN_NOP; in arch_decode_instruction()
|