Searched refs:nhmex_mbox_put_shared_reg (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/events/intel/ |
H A D | uncore_nhmex.c | 615 static void nhmex_mbox_put_shared_reg(struct intel_uncore_box *box, int idx) in nhmex_mbox_put_shared_reg() function 733 nhmex_mbox_put_shared_reg(box, idx[0]); in nhmex_mbox_get_constraint() 735 nhmex_mbox_put_shared_reg(box, idx[1]); in nhmex_mbox_get_constraint() 748 nhmex_mbox_put_shared_reg(box, __BITS_VALUE(reg1->idx, 0, 8)); in nhmex_mbox_put_constraint() 750 nhmex_mbox_put_shared_reg(box, __BITS_VALUE(reg1->idx, 1, 8)); in nhmex_mbox_put_constraint() 754 nhmex_mbox_put_shared_reg(box, reg2->idx); in nhmex_mbox_put_constraint()
|