Home
last modified time | relevance | path

Searched refs:CATU_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-catu.c85 #define CATU_PAGE_SIZE (1UL << CATU_PAGE_SHIFT) macro
86 #define CATU_PAGES_PER_SYSPAGE (PAGE_SIZE / CATU_PAGE_SIZE)
89 #define CATU_PTRS_PER_PAGE ((CATU_PAGE_SIZE >> 1) / sizeof(cate_t))
91 #define CATU_LINK_PREV ((CATU_PAGE_SIZE / sizeof(cate_t)) - 2)
92 #define CATU_LINK_NEXT ((CATU_PAGE_SIZE / sizeof(cate_t)) - 1)
131 pg_offset = (table_nr % CATU_PAGES_PER_SYSPAGE) * CATU_PAGE_SIZE; in catu_get_table()
154 for (i = 0; offset < table_end; i++, offset += CATU_PAGE_SIZE) in catu_dump_table()
210 i++, offset += CATU_PAGE_SIZE) { in catu_populate_table()
213 catu_pidx * CATU_PAGE_SIZE; in catu_populate_table()