Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dop_model_ppro.c49 #define CTR_OVERFLOWED(n) (!((n) & (1ULL<<(counter_width-1)))) macro
146 if (CTR_OVERFLOWED(val)) { in ppro_check_ctrs()
A Dop_model_athlon.c38 #define CTR_OVERFLOWED(n) (!((n) & (1ULL<<31))) macro
336 if (CTR_OVERFLOWED(msr_content)) { in athlon_check_ctrs()

Completed in 4 milliseconds