Home
last modified time | relevance | path

Searched defs:PERFEVTSEL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/tprof/
H A Dtprof_x86_intel.c84 #define PERFEVTSEL(i) (MSR_EVNTSEL0 + (i)) macro
H A Dtprof_x86_amd.c85 #define PERFEVTSEL(i) (0xc0010000 + (i)) macro