L1DCACHE_SIZE
#define cpu_dcache_is_aliasing() (L1DCACHE_SIZE > PAGE_SIZE)
#define SHMLBA ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE)