HomeSort by relevance Sort by last modified time
    Searched refs:IBS_OP_NB_BASE (Results 1 - 3 of 3) sorted by null

  /external/oprofile/daemon/
opd_ibs_macro.h 189 #define IBS_OP_NB_BASE 0xf240
191 #define IBS_OP_NB_MAX (IBS_OP_NB_END - IBS_OP_NB_BASE + 1)
192 #define IS_IBS_OP_NB(x) (IBS_OP_NB_BASE <= x && x <= IBS_OP_NB_END)
193 #define IBS_OP_NB_OFFSET(x) (x - IBS_OP_NB_BASE)
opd_ibs_trans.c 461 for (i = IBS_OP_NB_BASE, j =0 ; i <= IBS_OP_NB_END && j < size ; i++, mask = mask << 1) {
opd_ibs.c 272 ret = (x - IBS_OP_NB_BASE + IBS_OP_LS_MAX + IBS_OP_MAX + IBS_FETCH_MAX);

Completed in 1478 milliseconds