Searched refs:CT_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #define CT_PAGE_SIZE 4096 macro31 #define CT_PAGE_ALIGN(addr) ALIGN(addr, CT_PAGE_SIZE)
22 #define CT_PTES_PER_PAGE (CT_PAGE_SIZE / sizeof(void *))23 #define CT_ADDRS_PER_PAGE (CT_PTES_PER_PAGE * CT_PAGE_SIZE)