Home
last modified time | relevance | path

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

12345

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.c51 #define NOP(x) (BIT(7) | (x)) in set_offsets() 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(5),
[all …]
/openbmc/linux/drivers/s390/char/
H A Dtape_std.c64 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL); in tape_std_assign()
109 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL); in tape_std_unassign()
143 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL); in tape_std_display()
166 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL); in tape_std_read_block_id()
279 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtfsf()
304 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtfsr()
336 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtbsr()
366 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtweof()
391 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtbsfm()
416 ccw = tape_ccw_end(ccw, NOP, 0, NULL); in tape_std_mtbsf()
[all …]
H A Dtape_std.h33 #define NOP 0x03 /* No operation */ macro
/openbmc/qemu/tests/tcg/aarch64/
H A Dbti-1.c13 #define NOP "nop" macro
43 TEST(BTYPE_1, NOP, 1); in main()
49 TEST(BTYPE_2, NOP, 1); in main()
55 TEST(BTYPE_3, NOP, 1); in main()
H A Dbti-2.c22 #define NOP "nop" macro
62 TEST(BTYPE_1, NOP, 1)
68 TEST(BTYPE_2, NOP, 1)
74 TEST(BTYPE_3, NOP, 1)
/openbmc/linux/arch/sparc/lib/
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 DGENpatch.S8 #define NOP 0x01000000 macro
21 sethi %hi(NOP), %g3; \
22 or %g3, %lo(NOP), %g3; \
H A DNGpatch.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; \
/openbmc/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
/openbmc/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,
/openbmc/linux/arch/arm/kernel/
H A Dftrace.c40 #define NOP 0xf10d0d04 /* add.w sp, sp, #4 */ macro
42 #define NOP 0xe28dd004 /* add sp, sp, #4 */ macro
63 return NOP; in ftrace_nop_replace()
/openbmc/linux/arch/x86/kernel/
H A Dstatic_call.c9 NOP = 1, /* site cond-call */ enumerator
75 case NOP: in __static_call_transform()
/openbmc/qemu/target/arm/tcg/
H A Dt32.decode381 NOP 1111 0011 1010 1111 1000 0000 ---- ----
527 # NOPs here are unallocated memory hints, treated as NOP.
530 NOP 1111 1001 -011 1111 1111 ------------
534 NOP 1111 1001 1011 ---- 1111 ------------
539 NOP 1111 1001 0011 ---- 1111 1100 --------
544 NOP 1111 1001 0011 ---- 1111 000000 -- ----
728 # All these BF insns have boff != 0b0000; we NOP them all
/openbmc/linux/include/scsi/
H A Dscsi_status.h19 NOP = 0x08, enumerator
/openbmc/u-boot/doc/device-tree-bindings/phy/
H A Dno-op.txt1 NOP PHY driver
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dkeystone-usb-phy.txt11 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dasm.h49 #define NOP __asm__ __volatile__ ("nop"); macro
/openbmc/linux/sound/pci/aw2/
H A Dsaa7146.h155 #define NOP 0 macro

12345