Searched refs:S_CPL_OPCODE (Results 1 – 1 of 1) sorted by relevance
264 #define S_CPL_OPCODE 24 macro265 #define V_CPL_OPCODE(x) ((x) << S_CPL_OPCODE)266 #define G_CPL_OPCODE(x) (((x) >> S_CPL_OPCODE) & 0xFF)