Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/events/intel/
Duncore_discovery.h89 ctl_offset : 8, member
118 u8 ctl_offset; /* Counter Control 0 offset */ member
Duncore_discovery.c143 if (WARN_ON_ONCE(!unit->ctl || !unit->ctl_offset || !unit->ctr_offset)) in uncore_insert_box_info()
174 type->ctl_offset = unit->ctl_offset; in uncore_insert_box_info()
551 uncore->event_ctl = (unsigned int)type->box_ctrl + type->ctl_offset; in uncore_update_uncore_type()
558 …uncore->event_ctl = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctl_offset; in uncore_update_uncore_type()
566 uncore->event_ctl = (unsigned int)type->ctl_offset; in uncore_update_uncore_type()