OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NB_MASK_REQ_DST_PROC
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/daemon/
opd_ibs_macro.h
51
#define
NB_MASK_REQ_DST_PROC
0x00000010
304
#define IBS_OP_NB_IBS_REQ_DST_PROC(x) ((x->ibs_op_data2_low &
NB_MASK_REQ_DST_PROC
) != 0)
opd_ibs_trans.c
535
trans_op->ibs_op_data2_low &= ~
NB_MASK_REQ_DST_PROC
;
541
trans_op->ibs_op_data2_low &= ~
NB_MASK_REQ_DST_PROC
;
Completed in 39 milliseconds