Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/intel/
Duncore.h549 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.c621 wrmsrl(reg1->reg, uncore_shared_reg_config(box, 0)); in snbep_uncore_msr_enable_event()
1703 u64 filter = uncore_shared_reg_config(box, 0); in ivbep_cbox_enable_event()
2687 u64 filter = uncore_shared_reg_config(box, 0); in hswep_cbox_enable_event()
Duncore.c205 u64 uncore_shared_reg_config(struct intel_uncore_box *box, int idx) in uncore_shared_reg_config() function