Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-catu.c87 #define CATU_PAGE_SIZE (1UL << CATU_PAGE_SHIFT) macro
88 #define CATU_PAGES_PER_SYSPAGE (PAGE_SIZE / CATU_PAGE_SIZE)
91 #define CATU_PTRS_PER_PAGE ((CATU_PAGE_SIZE >> 1) / sizeof(cate_t))
93 #define CATU_LINK_PREV ((CATU_PAGE_SIZE / sizeof(cate_t)) - 2)
94 #define CATU_LINK_NEXT ((CATU_PAGE_SIZE / sizeof(cate_t)) - 1)
133 pg_offset = (table_nr % CATU_PAGES_PER_SYSPAGE) * CATU_PAGE_SIZE; in catu_get_table()
156 for (i = 0; offset < table_end; i++, offset += CATU_PAGE_SIZE) in catu_dump_table()
212 i++, offset += CATU_PAGE_SIZE) { in catu_populate_table()
215 catu_pidx * CATU_PAGE_SIZE; in catu_populate_table()