Home
last modified time | relevance | path

Searched refs:LBR_INFO_BR_TYPE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h238 #define LBR_INFO_BR_TYPE (0xfull << LBR_INFO_BR_TYPE_OFFSET) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h254 #define LBR_INFO_BR_TYPE (0xfull << LBR_INFO_BR_TYPE_OFFSET) macro
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c842 type = (info & LBR_INFO_BR_TYPE) >> LBR_INFO_BR_TYPE_OFFSET; in get_lbr_br_type()