Home
last modified time | relevance | path

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

123

/linux/arch/sparc/lib/
H A DNGpatch.S8 #define NOP 0x01000000 macro
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
H A DGENpatch.S8 #define NOP 0x01000000 macro
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
H A DU3patch.S8 #define NOP 0x01000000 macro
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
H A DNG2patch.S8 #define NOP 0x01000000 macro
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
H A DM7patch.S10 #define NOP 0x01000000 macro
23 sethi %hi(NOP), %g3; \
24 or %g3, %lo(NOP), %g3; \
H A DNG4patch.S10 #define NOP 0x01000000 macro
23 sethi %hi(NOP), %g3; \
24 or %g3, %lo(NOP), %g3; \
H A DGENpage.S52 #define NOP 0x01000000 macro
65 sethi %hi(NOP), %g3; \
66 or %g3, %lo(NOP), %g3; \
H A DGENbzero.S131 #define NOP 0x01000000 macro
144 sethi %hi(NOP), %g3; \
145 or %g3, %lo(NOP), %g3; \
H A DNGpage.S112 #define NOP 0x01000000 macro
125 sethi %hi(NOP), %g3; \
126 or %g3, %lo(NOP), %g3; \
H A DNGbzero.S134 #define NOP 0x01000000 macro
147 sethi %hi(NOP), %g3; \
148 or %g3, %lo(NOP), %g3; \
/linux/arch/x86/include/asm/
H A Dxor.h50 #define NOP(x) macro
124 BLK64(NOP, ST, i) \ in xor_sse_2_pf64()
221 BLK64(NOP, ST, i) \ in xor_sse_3_pf64()
329 BLK64(NOP, ST, i) \ in xor_sse_4_pf64()
448 BLK64(NOP, ST, i) \ in xor_sse_5_pf64()
487 #undef NOP
/linux/arch/csky/kernel/
H A 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,
/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c51 #define NOP(x) x macro
193 static const u16 adls_rpls_ids[] = { INTEL_RPLS_IDS(NOP), 0 };
213 static const u16 adlp_rplu_ids[] = { INTEL_RPLU_IDS(NOP), 0 };
265 static const u16 dg2_g10_ids[] = { INTEL_DG2_G10_IDS(NOP), INTEL_ATS_M150_IDS(NOP), 0 };
266 static const u16 dg2_g11_ids[] = { INTEL_DG2_G11_IDS(NOP), INTEL_ATS_M75_IDS(NOP), 0 };
267 static const u16 dg2_g12_ids[] = { INTEL_DG2_G12_IDS(NOP), 0 };
352 static const u16 bmg_g21_ids[] = { INTEL_BMG_G21_IDS(NOP), 0 };
/linux/arch/x86/kernel/
H A Dstatic_call.c9 NOP = 1, /* site cond-call */ enumerator
83 case NOP: in __static_call_transform()
/linux/include/scsi/
H A Dscsi_status.h19 NOP = 0x08, enumerator
/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst128 者调用都将成为 NOP。也就是说释放调用,当应用于 NULL phy 时,release
130 调用都是 NOP。NULL phy 在处理可选的 phy 设备中很有用。
/linux/sound/pci/aw2/
H A Dsaa7146.h155 #define NOP 0 macro
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c76 NOP = 0, // no operation on I2C bus enumerator
181 i2c_set_attr(dev,NOP); in i2c_reset()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h469 ETM_COMMON_SYSREG_LIST(NOP, __unused)
472 ETM4x_ONLY_SYSREG_LIST(NOP, __unused)
476 ETM4x_ONLY_SYSREG_LIST(NOP, __unused)
478 #define ETM4x_MMAP_LIST_CASES ETM_MMAP_LIST(NOP, __unused)
490 ETE_ONLY_SYSREG_LIST(NOP, __unused)
/linux/arch/sparc/kernel/
H A Dsun4v_tlb_miss.S399 #define NOP 0x01000000 macro
412 sethi %hi(NOP), %g3; \
413 or %g3, %lo(NOP), %g3; \
/linux/drivers/video/fbdev/i810/
H A Di810_accel.c208 PUT_RING(NOP); in color_blit()
263 PUT_RING(NOP); in load_front()
H A Di810.h67 #define NOP 0x00 /* No operation, padding */ macro
/linux/drivers/usb/phy/
H A DKconfig41 tristate "NOP USB Transceiver Driver"
42 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, NOP can't be built-in
/linux/arch/arm/boot/compressed/
H A Defi-header.S18 @ This is a two-instruction NOP, which happens to bear the
/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c224 dummy = ReadDOC(doc->virtadr, NOP); in DoC_Delay()
720 WriteDOC(0, docptr, NOP); in doc200x_calculate_ecc()
721 WriteDOC(0, docptr, NOP); in doc200x_calculate_ecc()
722 WriteDOC(0, docptr, NOP); in doc200x_calculate_ecc()

123