Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c53 static int first_reg_of_type[MAX_REG_TYPES]; variable
114 first_reg_of_type[i] = in fpc_perfcnt_module_init()
115 first_reg_of_type[i-1] + counters_per_type[i-1]; in fpc_perfcnt_module_init()
188 FPC_DBG1("returning: %d\n", first_reg_of_type[regtype] + counter); in fpc_get_counter_reg_index()
189 return (first_reg_of_type[regtype] + counter); in fpc_get_counter_reg_index()