Searched refs:counter_base (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 93 hwaddr intctl_base, counter_base, nvram_base, ms_kb_base; member 965 slavio_timer_init_all(hwdef->counter_base, slavio_irq[19], slavio_cpu_irq, smp_cpus); in sun4m_hw_init() 1137 .counter_base = 0x71d00000, in ss5_class_init() 1171 .counter_base = 0xff1300000ULL, in ss10_class_init() 1205 .counter_base = 0xff1300000ULL, in ss600mp_class_init() 1239 .counter_base = 0xff1300000ULL, in ss20_class_init() 1290 .counter_base = 0x71d00000, in voyager_class_init() 1324 .counter_base = 0x71d00000, in ss_lx_class_init() 1356 .counter_base = 0x71d00000, in ss4_class_init() 1388 .counter_base = 0x71d00000, in scls_class_init() [all …]
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebtables.c | 199 struct ebt_counter *counter_base, *cb_base; in ebt_do_table() local 222 counter_base = cb_base + private->hook_entry[hook]->counter_offset; in ebt_do_table() 237 ADD_COUNTER(*(counter_base + i), skb->len, 1); in ebt_do_table() 274 counter_base = cb_base + in ebt_do_table() 300 counter_base = cb_base + chaininfo->counter_offset; in ebt_do_table() 991 struct ebt_counter *counter_base; in get_counters() local 1001 counter_base = COUNTER_BASE(oldcounters, nentries, cpu); in get_counters() 1003 ADD_COUNTER(counters[i], counter_base[i].bcnt, in get_counters() 1004 counter_base[i].pcnt); in get_counters()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore.h | 176 unsigned int counter_base; member 382 return pmu->type->freerunning[type].counter_base + in uncore_freerunning_counter()
|