Searched refs:TENTS_PER_PAGE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_pt.c255 #define TENTS_PER_PAGE (((PAGE_SIZE - 40) / sizeof(struct topa_entry)) - 1) macro
267 struct topa_entry table[TENTS_PER_PAGE];
346 BUG_ON(last->last != TENTS_PER_PAGE - 1); topa_insert_table()
362 return topa->last == TENTS_PER_PAGE - 1; topa_table_full()
421 for (i = 0; i < TENTS_PER_PAGE; i++) { pt_topa_dump()

Completed in 56 milliseconds