Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dperf_event_p4.h83 #define p4_config_unpack_escr(v) (((u64)(v)) >> 32) macro
88 u32 t = p4_config_unpack_escr((v)); \
96 u32 t = p4_config_unpack_escr((v)); \
/linux-6.1.9/arch/x86/events/intel/
Dp4.c785 emask = p4_config_unpack_escr(event->attr.config) & P4_ESCR_EVENTMASK_MASK; in p4_validate_raw_event()
954 u64 escr_conf = p4_config_unpack_escr(p4_clear_ht_bit(hwc->config)); in __p4_pmu_enable_event()
1115 escr = p4_config_unpack_escr(hwc->config); in p4_pmu_swap_config_ts()