Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc_kstats.c355 if (grp_p->counters_p[counter].zero_regoff == NO_REGISTER) in n2piupc_perfcnt_program()
366 grp_p->counters_p[counter].zero_regoff, in n2piupc_perfcnt_program()
376 grp_p->counters_p[counter].zero_regoff, in n2piupc_perfcnt_program()
H A Dn2piupc_tables.h129 off_t zero_regoff; /* Offset of register used to zero counter. */ member
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.c489 if (grp_p->counters_p[counter].zero_regoff == NO_REGISTER) in iospc_perfcnt_program()
500 grp_p->counters_p[counter].zero_regoff, in iospc_perfcnt_program()
511 IOSPC_REG_WRITE, grp_p->counters_p[counter].zero_regoff, in iospc_perfcnt_program()
H A Diospc.h80 off_t zero_regoff; /* Offset of register used to zero counter. */ member