Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Duncore.h582 u64 uncore_shared_reg_config(struct intel_uncore_box *box, int idx);
H A Duncore_nhmex.c1131 uncore_shared_reg_config(box, 2 + (idx / 6) * 5)); in nhmex_rbox_msr_enable_event()
H A Duncore_snbep.c645 wrmsrl(reg1->reg, uncore_shared_reg_config(box, 0)); in snbep_uncore_msr_enable_event()
1776 u64 filter = uncore_shared_reg_config(box, 0); in ivbep_cbox_enable_event()
2760 u64 filter = uncore_shared_reg_config(box, 0); in hswep_cbox_enable_event()
H A Duncore.c237 u64 uncore_shared_reg_config(struct intel_uncore_box *box, int idx) in uncore_shared_reg_config() function