Home
last modified time | relevance | path

Searched refs:NOP (Results 1 – 25 of 26) sorted by relevance

12

/arch/c6x/kernel/
Dvectors.S26 NOP 4
27 NOP
28 NOP
32 NOP
33 NOP
34 NOP
35 NOP
36 NOP
37 NOP
38 NOP
[all …]
Dhead.S34 NOP 3
38 NOP 4
80 NOP 5
Dentry.S53 NOP 3
182 NOP 4
235 NOP
312 NOP 2
357 NOP 2
Dswitch_to.S62 NOP
/arch/c6x/lib/
Dcsum_64plus.S45 NOP 4
51 NOP
66 NOP 3
68 NOP
90 NOP 3
101 NOP 3
118 NOP 4
195 NOP 3
199 NOP 3
200 NOP
[all …]
Dmemcpy_64plus.S35 NOP 3
37 NOP
/arch/sparc/lib/
DNG2patch.S8 #define NOP 0x01000000 macro
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
DU3patch.S8 #define NOP 0x01000000 macro
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
DGENpatch.S8 #define NOP 0x01000000 macro
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
DNGpatch.S8 #define NOP 0x01000000 macro
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
DM7patch.S10 #define NOP 0x01000000 macro
23 sethi %hi(NOP), %g3; \
24 or %g3, %lo(NOP), %g3; \
DNG4patch.S10 #define NOP 0x01000000 macro
23 sethi %hi(NOP), %g3; \
24 or %g3, %lo(NOP), %g3; \
DGENpage.S52 #define NOP 0x01000000 macro
65 sethi %hi(NOP), %g3; \
66 or %g3, %lo(NOP), %g3; \
DNGpage.S112 #define NOP 0x01000000 macro
125 sethi %hi(NOP), %g3; \
126 or %g3, %lo(NOP), %g3; \
DGENbzero.S131 #define NOP 0x01000000 macro
144 sethi %hi(NOP), %g3; \
145 or %g3, %lo(NOP), %g3; \
DNGbzero.S134 #define NOP 0x01000000 macro
147 sethi %hi(NOP), %g3; \
148 or %g3, %lo(NOP), %g3; \
Dcopy_page.S246 sethi %hi(0x01000000), %o1 ! NOP
/arch/csky/kernel/
Dftrace.c11 #define NOP 0x4000 macro
46 call[0] = nolr ? NOP : PUSH_LR; in make_jbsr()
68 static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO,
/arch/x86/include/asm/
Dxor.h50 #define NOP(x) macro
122 BLK64(NOP, ST, i) \ in xor_sse_2_pf64()
217 BLK64(NOP, ST, i) \ in xor_sse_3_pf64()
321 BLK64(NOP, ST, i) \ in xor_sse_4_pf64()
434 BLK64(NOP, ST, i) \ in xor_sse_5_pf64()
473 #undef NOP
/arch/x86/kernel/
Dstatic_call.c9 NOP = 1, /* site cond-call */ enumerator
34 case NOP: in __static_call_transform()
/arch/arm/kernel/
Dftrace.c28 #define NOP 0xf85deb04 /* pop.w {lr} */ macro
30 #define NOP 0xe8bd4000 /* pop {lr} */ macro
51 return NOP; in ftrace_nop_replace()
/arch/arm/boot/compressed/
Defi-header.S18 @ This is a two-instruction NOP, which happens to bear the
/arch/sparc/kernel/
Dsun4v_tlb_miss.S399 #define NOP 0x01000000 macro
412 sethi %hi(NOP), %g3; \
413 or %g3, %lo(NOP), %g3; \
/arch/powerpc/xmon/
Dspu-insns.h201 APUOP(M_NOP, RR, 0x201, "nop", _A1(A_T), 00000, NOP) /* XNOP no_operation */
202 APUOP(M_NOP2, RR, 0x201, "nop", _A0(), 00000, NOP) /* XNOP no_operation */
/arch/x86/lib/
Dx86-opcode-map.txt194 90: NOP | PAUSE (F3) | XCHG r8,rAX
370 1f: NOP Ev

12