Searched defs:any (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kernel/cpu/
H A Dperf_event.c104 * Find and validate any extra registers to set up.
191 * Check to see if the BIOS enabled any of the counters, if so
1190 * XXX assumes any ->del() called during a TXN will only be on
1239 * This generic handler doesn't seem to have any issues where the
1487 bool any = (config & ARCH_PERFMON_EVENTSEL_ANY); local
1506 if (any)
1507 ret += sprintf(page + ret, ",any");

Completed in 56 milliseconds