Searched defs:NOP (Results 1 – 23 of 23) sorted by relevance
10 #define NOP 0x01000000 macro
8 #define NOP 0x01000000 macro
52 #define NOP 0x01000000 macro
112 #define NOP 0x01000000 macro
131 #define NOP 0x01000000 macro
134 #define NOP 0x01000000 macro
399 #define NOP 0x01000000 macro
9 NOP = 1, /* site cond-call */ enumerator
19 NOP = 0x08, enumerator
11 #define NOP 0x4000 macro
33 #define NOP 0x03 /* No operation */ macro
76 NOP = 0, // no operation on I2C bus enumerator
50 #define NOP(x) macro
155 #define NOP 0 macro
110 #define NOP(x) (BIT(7) | (x)) in set_offsets() macro
67 #define NOP 0x00 /* No operation, padding */ macro
366 #define NOP 0 /* No operation */ macro
817 NOP = 0x0, enumerator
19781 static const struct bpf_insn NOP = BPF_JMP_IMM(BPF_JA, 0, 0, 0); variable