Searched refs:IBS_OP_NB_BASE (Results 1 – 2 of 2) sorted by relevance
199 #define IBS_OP_NB_BASE 0xf240 macro201 #define IBS_OP_NB_MAX (IBS_OP_NB_END - IBS_OP_NB_BASE + 1)202 #define IS_IBS_OP_NB(x) (IBS_OP_NB_BASE <= x && x <= IBS_OP_NB_END)203 #define IBS_OP_NB_OFFSET(x) (x - IBS_OP_NB_BASE)
337 ret = (x - IBS_OP_NB_BASE + IBS_OP_LS_MAX + IBS_OP_MAX + IBS_FETCH_MAX); in ibs_event_to_counter()