| /linux/arch/sparc/lib/ |
| H A D | NGpatch.S | 8 #define NOP 0x01000000 macro 21 sethi %hi(NOP), %g3; \ 22 or %g3, %lo(NOP), %g3; \
|
| H A D | GENpatch.S | 8 #define NOP 0x01000000 macro 21 sethi %hi(NOP), %g3; \ 22 or %g3, %lo(NOP), %g3; \
|
| H A D | U3patch.S | 8 #define NOP 0x01000000 macro 21 sethi %hi(NOP), %g3; \ 22 or %g3, %lo(NOP), %g3; \
|
| H A D | NG2patch.S | 8 #define NOP 0x01000000 macro 21 sethi %hi(NOP), %g3; \ 22 or %g3, %lo(NOP), %g3; \
|
| H A D | M7patch.S | 10 #define NOP 0x01000000 macro 23 sethi %hi(NOP), %g3; \ 24 or %g3, %lo(NOP), %g3; \
|
| H A D | NG4patch.S | 10 #define NOP 0x01000000 macro 23 sethi %hi(NOP), %g3; \ 24 or %g3, %lo(NOP), %g3; \
|
| H A D | GENpage.S | 52 #define NOP 0x01000000 macro 65 sethi %hi(NOP), %g3; \ 66 or %g3, %lo(NOP), %g3; \
|
| H A D | GENbzero.S | 131 #define NOP 0x01000000 macro 144 sethi %hi(NOP), %g3; \ 145 or %g3, %lo(NOP), %g3; \
|
| H A D | NGpage.S | 112 #define NOP 0x01000000 macro 125 sethi %hi(NOP), %g3; \ 126 or %g3, %lo(NOP), %g3; \
|
| H A D | NGbzero.S | 134 #define NOP 0x01000000 macro 147 sethi %hi(NOP), %g3; \ 148 or %g3, %lo(NOP), %g3; \
|
| /linux/arch/x86/include/asm/ |
| H A D | xor.h | 50 #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 D | ftrace.c | 11 #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 D | xe_pci.c | 51 #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 D | static_call.c | 9 NOP = 1, /* site cond-call */ enumerator 83 case NOP: in __static_call_transform()
|
| /linux/include/scsi/ |
| H A D | scsi_status.h | 19 NOP = 0x08, enumerator
|
| /linux/Documentation/translations/zh_CN/driver-api/phy/ |
| H A D | phy.rst | 128 者调用都将成为 NOP。也就是说释放调用,当应用于 NULL phy 时,release 130 调用都是 NOP。NULL phy 在处理可选的 phy 设备中很有用。
|
| /linux/sound/pci/aw2/ |
| H A D | saa7146.h | 155 #define NOP 0 macro
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134-i2c.c | 76 NOP = 0, // no operation on I2C bus enumerator 181 i2c_set_attr(dev,NOP); in i2c_reset()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-etm4x.h | 469 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 D | sun4v_tlb_miss.S | 399 #define NOP 0x01000000 macro 412 sethi %hi(NOP), %g3; \ 413 or %g3, %lo(NOP), %g3; \
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810_accel.c | 208 PUT_RING(NOP); in color_blit() 263 PUT_RING(NOP); in load_front()
|
| H A D | i810.h | 67 #define NOP 0x00 /* No operation, padding */ macro
|
| /linux/drivers/usb/phy/ |
| H A D | Kconfig | 41 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 D | efi-header.S | 18 @ This is a two-instruction NOP, which happens to bear the
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | diskonchip.c | 224 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()
|