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

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_xscale.h55 #define XSCALE_EVTSEL_EVT2_MASK 0x00ff0000 macro
H A Dhwpmc_xscale.c394 evtsel &= ~XSCALE_EVTSEL_EVT2_MASK;
395 evtsel |= (config << 16) & XSCALE_EVTSEL_EVT2_MASK;
467 evtsel |= XSCALE_EVTSEL_EVT2_MASK;
593 XSCALE_EVTSEL_EVT2_MASK | XSCALE_EVTSEL_EVT1_MASK |

Completed in 80 milliseconds