MINOR_PTR
return ((void *)(data & MINOR_PTR));
data = (data & ~MINOR_PTR) | (((long)ptr) & MINOR_PTR);