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

  /external/oprofile/daemon/
opd_ibs.h 46 unsigned int ibs_fetch_ctl_high; member in struct:ibs_fetch_sample
opd_ibs_macro.h 218 #define IBS_FETCH_FETCH_LATENCY(x) ((unsigned short)(x->ibs_fetch_ctl_high & FETCH_MASK_LATENCY))
221 #define IBS_FETCH_FETCH_COMPLETION(x) ((x->ibs_fetch_ctl_high & FETCH_MASK_COMPLETE) != 0)
224 #define IBS_FETCH_INST_CACHE_MISS(x) ((x->ibs_fetch_ctl_high & FETCH_MASK_IC_MISS) != 0)
227 #define IBS_FETCH_PHYS_ADDR_VALID(x) ((x->ibs_fetch_ctl_high & FETCH_MASK_PHY_ADDR) != 0)
237 #define IBS_FETCH_TLB_PAGE_SIZE(x) ((unsigned short)((x->ibs_fetch_ctl_high >> 21) & 0x3))
243 #define IBS_FETCH_M_L1_TLB_MISS(x) ((x->ibs_fetch_ctl_high & FETCH_MASK_L1_MISS) != 0)
246 #define IBS_FETCH_L2_TLB_MISS(x) ((x->ibs_fetch_ctl_high & FETCH_MASK_L2_MISS) != 0)
249 #define IBS_FETCH_KILLED(x) ((x->ibs_fetch_ctl_high & FETCH_MASK_KILLED) == 0)
opd_ibs.c 215 trans_fetch->ibs_fetch_ctl_high = pop_buffer_value(trans);
224 (trans_fetch->ibs_fetch_ctl_high >> 16) & 0x3ff,
225 (trans_fetch->ibs_fetch_ctl_high) & 0xffff,

Completed in 490 milliseconds