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

  /external/oprofile/module/x86/
op_model_athlon.c 28 #define CTRL_CLEAR(x) (x &= (1 << 21))
58 CTRL_CLEAR(low);
73 CTRL_CLEAR(low);
op_model_ppro.c 28 #define CTRL_CLEAR(x) (x &= (1 << 21))
54 CTRL_CLEAR(low);
69 CTRL_CLEAR(low);

Completed in 23 milliseconds