VER_IMPL_SHIFT
#define GETVER_CPU_IMPL() ((getver() & VER_IMPL) >> VER_IMPL_SHIFT)
(unsigned)((ver & VER_IMPL) >> VER_IMPL_SHIFT),