DEVMAP_ALIGN
#define DEVMAP_ALIGN(x) L3_TRUNC_BLOCK((x))
#define DEVMAP_ALIGN(a) ((a) & ~L1_S_OFFSET)
#define DEVMAP_ALIGN(x) MEGAPAGE_TRUNC((x))