CATU_PAGE_SIZE     88 drivers/hwtracing/coresight/coresight-catu.c #define CATU_PAGES_PER_SYSPAGE	(PAGE_SIZE / CATU_PAGE_SIZE)
CATU_PAGE_SIZE     91 drivers/hwtracing/coresight/coresight-catu.c #define CATU_PTRS_PER_PAGE	((CATU_PAGE_SIZE >> 1) / sizeof(cate_t))
CATU_PAGE_SIZE     93 drivers/hwtracing/coresight/coresight-catu.c #define CATU_LINK_PREV		((CATU_PAGE_SIZE / sizeof(cate_t)) - 2)
CATU_PAGE_SIZE     94 drivers/hwtracing/coresight/coresight-catu.c #define CATU_LINK_NEXT		((CATU_PAGE_SIZE / sizeof(cate_t)) - 1)
CATU_PAGE_SIZE    133 drivers/hwtracing/coresight/coresight-catu.c 	pg_offset = (table_nr % CATU_PAGES_PER_SYSPAGE) * CATU_PAGE_SIZE;
CATU_PAGE_SIZE    156 drivers/hwtracing/coresight/coresight-catu.c 		for (i = 0; offset < table_end; i++, offset += CATU_PAGE_SIZE)
CATU_PAGE_SIZE    212 drivers/hwtracing/coresight/coresight-catu.c 		     i++, offset += CATU_PAGE_SIZE) {
CATU_PAGE_SIZE    215 drivers/hwtracing/coresight/coresight-catu.c 				     catu_pidx * CATU_PAGE_SIZE;