Home
last modified time | relevance | path

Searched refs:IBS_FETCH_FETCH_COMPLETION (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/daemon/
Dopd_ibs_macro.h221 #define IBS_FETCH_FETCH_COMPLETION(x) ((x->ibs_fetch_ctl_high & FETCH_MASK_COMPLETE) != 0) macro
251 #define IBS_FETCH_INST_CACHE_HIT(x) (IBS_FETCH_FETCH_COMPLETION(x) && !IBS_FETCH_INST_C…
Dopd_ibs_trans.c54 if (IBS_FETCH_FETCH_COMPLETION(trans_fetch)) in trans_ibs_fetch()
60 if (!IBS_FETCH_FETCH_COMPLETION(trans_fetch)) in trans_ibs_fetch()