ID32_DECODE
#define ID32_DECODE(x) (P2ALIGN((x), (uintptr_t)ID32_ALIGN) + \
#define ID32_DECODE(x) P2ALIGN((x), ID32_ALIGN)