CT_PAGE_SIZE       22 sound/pci/ctxfi/ctvmem.c #define CT_PTES_PER_PAGE (CT_PAGE_SIZE / sizeof(void *))
CT_PAGE_SIZE       23 sound/pci/ctxfi/ctvmem.c #define CT_ADDRS_PER_PAGE (CT_PTES_PER_PAGE * CT_PAGE_SIZE)
CT_PAGE_SIZE       31 sound/pci/ctxfi/ctvmem.h #define CT_PAGE_ALIGN(addr)	ALIGN(addr, CT_PAGE_SIZE)