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

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_e500.c271 mtpmr(PMR_PMC0, val);
274 mtpmr(PMR_PMC1, val);
277 mtpmr(PMR_PMC2, val);
280 mtpmr(PMR_PMC3, val);
375 mtpmr(PMR_PMLCa0, config);
378 mtpmr(PMR_PMLCa1, config);
381 mtpmr(PMR_PMLCa2, config);
384 mtpmr(PMR_PMLCa3, config);
410 mtpmr(PMR_PMLCa0, pmc_pmlc);
415 mtpmr(PMR_PMLCa
[all...]
/freebsd-12-stable/sys/powerpc/include/
H A Dpmc_mdep.h20 #define mtpmr(reg, val) \ macro
21 __asm __volatile("mtpmr %0,%1" : : "K"(reg), "r"(val))

Completed in 62 milliseconds