Searched refs:IS_IBS_FETCH (Results 1 – 2 of 2) sorted by relevance
330 if (IS_IBS_FETCH(x)) in ibs_event_to_counter()405 if (IS_IBS_FETCH(event->val)) { in ibs_parse_and_set_events()625 if (IS_IBS_FETCH(ibs_vc[i].value)) { in ibs_init()
114 #define IS_IBS_FETCH(x) (IBS_FETCH_BASE <= x && x <= IBS_FETCH_END) macro