Searched refs:IBS_OP_BASE (Results 1 – 2 of 2) sorted by relevance
134 #define IBS_OP_BASE 0xf100 macro136 #define IBS_OP_MAX (IBS_OP_END - IBS_OP_BASE + 1)137 #define IS_IBS_OP(x) (IBS_OP_BASE <= x && x <= IBS_OP_END)138 #define IBS_OP_OFFSET(x) (x - IBS_OP_BASE)
333 ret = (x - IBS_OP_BASE + IBS_FETCH_MAX); in ibs_event_to_counter()