CT_PAGE_SIZE
#define CT_PTES_PER_PAGE (CT_PAGE_SIZE / sizeof(void *))
#define CT_ADDRS_PER_PAGE (CT_PTES_PER_PAGE * CT_PAGE_SIZE)
#define CT_PAGE_ALIGN(addr) ALIGN(addr, CT_PAGE_SIZE)