Searched refs:CTRL_CLEAR (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/module/x86/
H A Dop_model_athlon.c28 #define CTRL_CLEAR(x) (x &= (1 << 21)) macro
58 CTRL_CLEAR(low);
73 CTRL_CLEAR(low);
H A Dop_model_ppro.c28 #define CTRL_CLEAR(x) (x &= (1 << 21)) macro
54 CTRL_CLEAR(low);
69 CTRL_CLEAR(low);

Completed in 56 milliseconds