/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 51 #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 D | tape_std.c | 64 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 D | tape_std.h | 33 #define NOP 0x03 /* No operation */ macro
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | bti-1.c | 13 #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 D | bti-2.c | 22 #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 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 | GENpatch.S | 8 #define NOP 0x01000000 macro 21 sethi %hi(NOP), %g3; \ 22 or %g3, %lo(NOP), %g3; \
|
H A D | NGpatch.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; \
|
/openbmc/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
|
/openbmc/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,
|
/openbmc/linux/arch/arm/kernel/ |
H A D | ftrace.c | 40 #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 D | static_call.c | 9 NOP = 1, /* site cond-call */ enumerator 75 case NOP: in __static_call_transform()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | t32.decode | 381 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 D | scsi_status.h | 19 NOP = 0x08, enumerator
|
/openbmc/u-boot/doc/device-tree-bindings/phy/ |
H A D | no-op.txt | 1 NOP PHY driver
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | keystone-usb-phy.txt | 11 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | asm.h | 49 #define NOP __asm__ __volatile__ ("nop"); macro
|
/openbmc/linux/sound/pci/aw2/ |
H A D | saa7146.h | 155 #define NOP 0 macro
|