Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c4477 const unsigned long *pmmio = ppmt->domains[domain_id].pcounter; in pmt_read_counter() local
4478 const unsigned long value = pmmio ? *pmmio : 0; in pmt_read_counter()
8798 struct pmt_mmio *pmmio = pmt_mmios; in pmt_mmio_find() local
8800 while (pmmio) { in pmt_mmio_find()
8801 if (pmmio->guid == guid) in pmt_mmio_find()
8802 return pmmio; in pmt_mmio_find()
8804 pmmio = pmmio->next; in pmt_mmio_find()
8810 void *pmt_get_counter_pointer(struct pmt_mmio *pmmio, unsigned long counter_offset) in pmt_get_counter_pointer() argument
8815 ret = (char *)pmmio->mmio_base; in pmt_get_counter_pointer()
8822 ret += pmmio->pmt_offset; in pmt_get_counter_pointer()
[all …]