Home
last modified time | relevance | path

Searched refs:__BITS_VALUE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/events/intel/
A Duncore_nhmex.c590 if (__BITS_VALUE(atomic_read(&er->ref), idx, 8)) { in nhmex_mbox_get_shared_reg()
633 u64 idx, orig_idx = __BITS_VALUE(reg1->idx, 0, 8); in nhmex_mbox_alter_er()
676 idx[0] = __BITS_VALUE(reg1->idx, 0, 8); in nhmex_mbox_get_constraint()
677 idx[1] = __BITS_VALUE(reg1->idx, 1, 8); in nhmex_mbox_get_constraint()
687 __BITS_VALUE(config1, i, 32))) in nhmex_mbox_get_constraint()
721 BUG_ON(__BITS_VALUE(reg1->idx, 1, 8) != 0xff); in nhmex_mbox_get_constraint()
725 if (idx[0] != __BITS_VALUE(reg1->idx, 0, 8)) { in nhmex_mbox_get_constraint()
842 idx = __BITS_VALUE(reg1->idx, 0, 8); in nhmex_mbox_msr_enable_event()
844 wrmsrl(__BITS_VALUE(reg1->reg, 0, 16), in nhmex_mbox_msr_enable_event()
846 idx = __BITS_VALUE(reg1->idx, 1, 8); in nhmex_mbox_msr_enable_event()
[all …]
A Duncore_snbep.c166 #define __BITS_VALUE(x, i, n) ((typeof(x))(((x) >> ((i) * (n))) & \ macro
964 if (!__BITS_VALUE(atomic_read(&er->ref), i, 6) || in __snbep_cbox_get_constraint()
1091 if (!__BITS_VALUE(atomic_read(&er->ref), idx, 8) || in snbep_pcu_get_constraint()

Completed in 21 milliseconds