Searched refs:INSN_NOP (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dcache.h48 ALTERNATIVE(ALT_COND_NO_SPLIT_TLB, INSN_NOP) \
52 ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \
53 ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) \
56 ALTERNATIVE(ALT_COND_NO_DCACHE, INSN_NOP) \
57 ALTERNATIVE(ALT_COND_NO_IOC_FDC, INSN_NOP) :::"memory")
H A Dbarrier.h12 ALTERNATIVE(ALT_COND_NO_SMP, INSN_NOP) \
H A Dalternative.h14 #define INSN_NOP 0x08000240 /* nop */ macro
/linux-master/arch/parisc/kernel/
H A Djump_label.c40 insn = INSN_NOP;
H A Dftrace.c176 if (insn[i] != INSN_NOP)
191 insn[i] = INSN_NOP;
193 __patch_text((void *)rec->ip, INSN_NOP);
H A Dalternative.c80 if (replacement == INSN_NOP && len > 1)
H A Dpacache.S106 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 Dsignal.c436 if (opcode == INSN_NOP)
H A Dentry.S429 99: ALTERNATIVE(98b, 99b, ALT_COND_NO_SMP, INSN_NOP)
446 99: ALTERNATIVE(98b, 99b, ALT_COND_NO_SMP, INSN_NOP)
/linux-master/arch/mips/kernel/
H A Dftrace.c44 #define INSN_NOP 0x00000000 /* nop */ macro
172 new = core_kernel_text(ip) ? INSN_NOP : INSN_B_1F;
183 return ftrace_modify_code_2(ip, new, INSN_NOP);
198 INSN_NOP : insn_la_mcount[1]);
219 ftrace_modify_code(MCOUNT_ADDR, INSN_NOP);
240 return ftrace_modify_code(FTRACE_GRAPH_CALL_IP, INSN_NOP);
/linux-master/tools/objtool/include/objtool/
H A Darch.h24 INSN_NOP, enumerator in enum:insn_type
/linux-master/arch/x86/tools/
H A Dinsn_sanity.c28 #define INSN_NOP 0x90 macro
230 memset(insn_buff + MAX_INSN_SIZE, INSN_NOP, MAX_INSN_SIZE);
/linux-master/tools/objtool/arch/loongarch/
H A Ddecode.c167 insn->type = INSN_NOP;
308 insn->type = INSN_NOP;
/linux-master/arch/loongarch/kernel/
H A Dalternative.c50 insn->word = INSN_NOP;
H A Dinst.c223 return INSN_NOP;
/linux-master/tools/objtool/arch/x86/
H A Ddecode.c489 insn->type = INSN_NOP;
544 insn->type = INSN_NOP;
/linux-master/tools/objtool/
H A Dcheck.c1394 insn->type = sibling ? INSN_RETURN : INSN_NOP;
1420 insn->type = INSN_NOP;
1818 nop->type = INSN_NOP;
1900 orig_insn->type != INSN_NOP) {
1914 orig_insn->type = INSN_NOP;
1917 if (orig_insn->type == INSN_NOP) {
2373 insn->type != INSN_NOP) {
3949 case INSN_NOP:
4043 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP)
4162 if (prev->type != INSN_NOP)
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dinst.h13 #define INSN_NOP 0x03400000 macro

Completed in 205 milliseconds