Home
last modified time | relevance | path

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

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