Searched refs:nhmex_mbox_put_shared_reg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_nhmex.c | 607 static void nhmex_mbox_put_shared_reg(struct intel_uncore_box *box, int idx) in nhmex_mbox_put_shared_reg() function 725 nhmex_mbox_put_shared_reg(box, idx[0]); in nhmex_mbox_get_constraint() 727 nhmex_mbox_put_shared_reg(box, idx[1]); in nhmex_mbox_get_constraint() 740 nhmex_mbox_put_shared_reg(box, __BITS_VALUE(reg1->idx, 0, 8)); in nhmex_mbox_put_constraint() 742 nhmex_mbox_put_shared_reg(box, __BITS_VALUE(reg1->idx, 1, 8)); in nhmex_mbox_put_constraint() 746 nhmex_mbox_put_shared_reg(box, reg2->idx); in nhmex_mbox_put_constraint()
|