Home
last modified time | relevance | path

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

/external/oprofile/module/x86/
Dop_model_ppro.c27 #define CTRL_SET_INACTIVE(n) (n &= ~(1 << 22)) macro
110 CTRL_SET_INACTIVE(low); in ppro_stop()
Dop_model_athlon.c27 #define CTRL_SET_INACTIVE(n) (n &= ~(1 << 22)) macro
124 CTRL_SET_INACTIVE(low); in athlon_stop()