| /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; \
|
| H A D | copy_page.S | 246 sethi %hi(0x01000000), %o1 ! NOP
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_lrc.c | 187 #define NOP(x) (BIT(7) | (x)) in set_offsets() macro 237 NOP(1), 253 NOP(5), 269 NOP(1), 287 NOP(1), 303 NOP(1), 319 NOP(5), 336 NOP(6), 339 NOP(3 + 9 + 1), 393 NOP(1), [all …]
|
| H A D | xe_pci.c | 51 #define NOP(x) x macro 226 static const u16 adls_rpls_ids[] = { INTEL_RPLS_IDS(NOP), 0 }; 248 static const u16 adlp_rplu_ids[] = { INTEL_RPLU_IDS(NOP), 0 }; 305 static const u16 dg2_g10_ids[] = { INTEL_DG2_G10_IDS(NOP), INTEL_ATS_M150_IDS(NOP), 0 }; 306 static const u16 dg2_g11_ids[] = { INTEL_DG2_G11_IDS(NOP), INTEL_ATS_M75_IDS(NOP), 0 }; 307 static const u16 dg2_g12_ids[] = { INTEL_DG2_G12_IDS(NOP), 0 }; 396 static const u16 bmg_g21_ids[] = { INTEL_BMG_G21_IDS(NOP), 0 };
|
| /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/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/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()
|
| /linux/Documentation/arch/riscv/ |
| H A D | cmodx.rst | 30 setting the first instruction to AUIPC, and the second to NOP. Now, atmoic
|