Searched refs:S_CPL_OPCODE (Results 1 – 2 of 2) sorted by relevance
243 #define S_CPL_OPCODE 24 macro244 #define V_CPL_OPCODE(x) ((x) << S_CPL_OPCODE)245 #define G_CPL_OPCODE(x) (((x) >> S_CPL_OPCODE) & 0xFF)
1272 #define S_CPL_OPCODE 0 macro1274 #define V_CPL_OPCODE(x) ((x) << S_CPL_OPCODE)1275 #define G_CPL_OPCODE(x) (((x) >> S_CPL_OPCODE) & M_CPL_OPCODE)