Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dperf_event.h109 #define AMD64_RAW_EVENT_MASK_NB \ macro
/linux/arch/x86/events/amd/
H A Duncore.c661 AMD64_RAW_EVENT_MASK_NB); in amd_uncore_df_event_init()
796 hwc->config = config & AMD64_RAW_EVENT_MASK_NB; in amd_uncore_l3_event_init()
/linux/arch/x86/kvm/
H A Dpmu.c609 return !((pmc->eventsel ^ eventsel) & AMD64_RAW_EVENT_MASK_NB); in pmc_is_event_match()