Home
last modified time | relevance | path

Searched refs:POWERPC_PERFCTR_VALUE_TO_RELOAD_COUNT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h45 #define POWERPC_PERFCTR_VALUE_TO_RELOAD_COUNT(P) (0x80000000-(P)) macro
H A Dhwpmc_powerpc.c396 tmp = POWERPC_PERFCTR_VALUE_TO_RELOAD_COUNT(p); in powerpc_read_pmc()