Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Dpt.c536 static void pt_config_buffer(void *buf, unsigned int topa_idx, in pt_config_buffer() argument
543 reg = 0x7f | ((u64)topa_idx << 7) | ((u64)output_off << 32); in pt_config_buffer()
803 u64 topa_idx, base, old; in pt_update_head() local
809 for (topa_idx = 0; topa_idx < buf->cur_idx; topa_idx++) in pt_update_head()
810 base += TOPA_ENTRY_SIZE(buf->cur, topa_idx); in pt_update_head()