Searched refs:NOP (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/arch/sparc/lib/
H A DGENpatch.S8 #define NOP 0x01000000 define
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
H A DM7patch.S10 #define NOP 0x01000000 define
23 sethi %hi(NOP), %g3; \
24 or %g3, %lo(NOP), %g3; \
H A DNGpatch.S8 #define NOP 0x01000000 define
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
H A DNG2patch.S8 #define NOP 0x01000000 define
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
H A DU3patch.S8 #define NOP 0x01000000 define
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
H A DNG4patch.S10 #define NOP 0x01000000 define
23 sethi %hi(NOP), %g3; \
24 or %g3, %lo(NOP), %g3; \
H A DGENpage.S52 #define NOP 0x01000000 define
65 sethi %hi(NOP), %g3; \
66 or %g3, %lo(NOP), %g3; \
H A DNGbzero.S134 #define NOP 0x01000000 define
147 sethi %hi(NOP), %g3; \
148 or %g3, %lo(NOP), %g3; \
H A DNGpage.S112 #define NOP 0x01000000 define
125 sethi %hi(NOP), %g3; \
126 or %g3, %lo(NOP), %g3; \
H A DGENbzero.S131 #define NOP 0x01000000 define
144 sethi %hi(NOP), %g3; \
145 or %g3, %lo(NOP), %g3; \
/linux-master/drivers/s390/char/
H A Dtape_std.c64 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL);
109 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL);
143 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL);
166 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL);
279 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
304 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
336 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
366 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
391 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
416 ccw = tape_ccw_end(ccw, NOP,
[all...]
H A Dtape_std.h33 #define NOP 0x03 /* No operation */ macro
44 #define DIAG_MODE_SET 0x0B /* 3420 NOP, 3480 REJECT */
46 #define LOCATE 0x4F /* 3420 REJ, 3480 NOP */
56 #define RELEASE 0xD4 /* 3420 NOP, 3480 REJECT */
57 #define REQ_TRK_IN_ERROR 0x1B /* 3420 NOP, 3480 REJECT */
58 #define RESERVE 0xF4 /* 3420 NOP, 3480 REJECT */
62 #define SET_DIAGNOSE 0x4B /* 3420 NOP, 3480 REJECT */
65 #define SUSPEND 0x5B /* 3420 REJ, 3480 NOP */
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.c51 #define NOP(x) (BIT(7) | (x)) macro
107 NOP(1),
121 NOP(9),
133 NOP(13),
142 NOP(1),
159 NOP(3),
171 NOP(13),
175 NOP(13),
226 NOP(1),
242 NOP(
680 #undef NOP macro
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_lrc.c92 #define NOP(x) (BIT(7) | (x)) macro
142 NOP(1),
158 NOP(5),
174 NOP(1),
192 NOP(1),
208 NOP(1),
224 NOP(5),
241 NOP(6),
244 NOP(3 + 9 + 1),
298 NOP(
496 #undef NOP macro
[all...]
H A Dxe_pci.c80 #define NOP(x) x macro
233 static const u16 adls_rpls_ids[] = { XE_RPLS_IDS(NOP), 0 };
248 static const u16 adlp_rplu_ids[] = { XE_RPLU_IDS(NOP), 0 };
285 static const u16 dg2_g10_ids[] = { XE_DG2_G10_IDS(NOP), XE_ATS_M150_IDS(NOP), 0 };
286 static const u16 dg2_g11_ids[] = { XE_DG2_G11_IDS(NOP), XE_ATS_M75_IDS(NOP), 0 };
287 static const u16 dg2_g12_ids[] = { XE_DG2_G12_IDS(NOP), 0 };
/linux-master/arch/csky/kernel/
H A Dftrace.c11 #define NOP 0x4000 macro
46 call[0] = nolr ? NOP : PUSH_LR;
68 static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO,
/linux-master/include/scsi/
H A Dscsi_status.h19 NOP = 0x08, enumerator in enum:scsi_msg_byte
/linux-master/arch/x86/include/asm/
H A Dxor.h50 #define NOP(x) macro
124 BLK64(NOP, ST, i) \
221 BLK64(NOP, ST, i) \
329 BLK64(NOP, ST, i) \
448 BLK64(NOP, ST, i) \
487 #undef NOP macro
/linux-master/arch/x86/kernel/
H A Dstatic_call.c9 NOP = 1, /* site cond-call */ enumerator in enum:insn_type
75 case NOP:
150 * 0 | 1 | NOP
/linux-master/arch/arm/kernel/
H A Dftrace.c11 * mcount call-sites get patched with NOP till they are enabled.
34 * To turn this combined sequence into a NOP, we need to restore the value of
40 #define NOP 0xf10d0d04 /* add.w sp, sp, #4 */ macro
42 #define NOP 0xe28dd004 /* add sp, sp, #4 */ macro
63 return NOP;
/linux-master/sound/pci/aw2/
H A Dsaa7146.h155 #define NOP 0 macro
/linux-master/arch/arm/boot/compressed/
H A Defi-header.S18 @ This is a two-instruction NOP, which happens to bear the
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c72 "NOP", "STOP", "CONTINUE", "START"
76 NOP = 0, // no operation on I2C bus enumerator in enum:i2c_attr
181 i2c_set_attr(dev,NOP);
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h492 ETM_COMMON_SYSREG_LIST(NOP, __unused)
495 ETM4x_ONLY_SYSREG_LIST(NOP, __unused)
499 ETM4x_ONLY_SYSREG_LIST(NOP, __unused)
501 #define ETM4x_MMAP_LIST_CASES ETM_MMAP_LIST(NOP, __unused)
513 ETE_ONLY_SYSREG_LIST(NOP, __unused)
/linux-master/arch/sparc/kernel/
H A Dsun4v_tlb_miss.S399 #define NOP 0x01000000 define
412 sethi %hi(NOP), %g3; \
413 or %g3, %lo(NOP), %g3; \

Completed in 260 milliseconds

123