Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/intel/
Duncore_discovery.h95 ctl_offset : 8, member
124 u8 ctl_offset; /* Counter Control 0 offset */ member
Duncore_discovery.c131 if (!unit->ctl || !unit->ctl_offset || !unit->ctr_offset) { in uncore_insert_box_info()
170 type->ctl_offset = unit->ctl_offset; in uncore_insert_box_info()
571 uncore->event_ctl = (unsigned int)type->box_ctrl + type->ctl_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()
586 uncore->event_ctl = (unsigned int)type->ctl_offset; in uncore_update_uncore_type()