_CACHE_CC
#define _CACHE_CC (1<<_CACHE_SHIFT) /* Coherent Cached */
#define _CACHE_CC BIT_ULL(_CACHE_SHIFT)