Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Duncore_discovery.c166 type->box_ctrl = unit->ctl; in uncore_insert_box_info()
188 box_offset[i] = unit->ctl - type->box_ctrl; in uncore_insert_box_info()
570 uncore->perf_ctr = (unsigned int)type->box_ctrl + type->ctr_offset; in uncore_update_uncore_type()
571 uncore->event_ctl = (unsigned int)type->box_ctrl + type->ctl_offset; in uncore_update_uncore_type()
572 uncore->box_ctl = (unsigned int)type->box_ctrl; in uncore_update_uncore_type()
577 uncore->perf_ctr = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctr_offset; in uncore_update_uncore_type()
578 …uncore->event_ctl = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctl_offset; in uncore_update_uncore_type()
579 uncore->box_ctl = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl); in uncore_update_uncore_type()
587 uncore->box_ctl = (unsigned int)type->box_ctrl; in uncore_update_uncore_type()
H A Duncore_discovery.h119 u64 box_ctrl; /* Unit ctrl addr of the first box */ member