Home
last modified time | relevance | path

Searched refs:ibs_op_data2_low (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/daemon/
Dopd_ibs_macro.h301 #define IBS_OP_NB_IBS_CACHE_HIT_ST(x) ((x->ibs_op_data2_low & NB_MASK_L3_STATE) != 0)
304 #define IBS_OP_NB_IBS_REQ_DST_PROC(x) ((x->ibs_op_data2_low & NB_MASK_REQ_DST_PROC) != 0)
307 #define IBS_OP_NB_IBS_REQ_SRC(x) ((unsigned char)(x->ibs_op_data2_low & NB_MASK_REQ_…
Dopd_ibs_trans.c535 trans_op->ibs_op_data2_low &= ~NB_MASK_REQ_DST_PROC; in trans_ibs_op_mask_reserved()
537 trans_op->ibs_op_data2_low &= ~NB_MASK_L3_STATE; in trans_ibs_op_mask_reserved()
541 trans_op->ibs_op_data2_low &= ~NB_MASK_REQ_DST_PROC; in trans_ibs_op_mask_reserved()
543 trans_op->ibs_op_data2_low &= ~NB_MASK_L3_STATE; in trans_ibs_op_mask_reserved()
Dopd_ibs.h68 unsigned int ibs_op_data2_low; member
Dopd_ibs.c290 trans_op->ibs_op_data2_low = pop_buffer_value(trans); in code_ibs_op_sample()
308 trans_op->ibs_op_data2_low, in code_ibs_op_sample()