PID_BITS
#define PID_MASK ((1UL << PID_BITS) - 1)
#define VERSION_BITS (32 - PID_BITS)
#define VERSION_SHIFT (PID_SHIFT + PID_BITS)