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

/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_e500.c259 mtpmr(PMR_PMC0, val);
262 mtpmr(PMR_PMC1, val);
265 mtpmr(PMR_PMC2, val);
268 mtpmr(PMR_PMC3, val);
293 mtpmr(PMR_PMLCa0, config);
296 mtpmr(PMR_PMLCa1, config);
299 mtpmr(PMR_PMLCa2, config);
302 mtpmr(PMR_PMLCa3, config);
311 mtpmr(PMR_PMLCa0, pmc_pmlc);
316 mtpmr(PMR_PMLCa
[all...]
/freebsd-13-stable/sys/powerpc/include/
H A Dpmc_mdep.h25 #define mtpmr(reg, val) \ macro
26 __asm __volatile("mtpmr %0,%1" : : "K"(reg), "r"(val))

Completed in 194 milliseconds