Searched refs:cntr_handle_t (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/sun4v/io/n2piupc/ |
H A D | n2piupc_acc.h | 46 typedef uint64_t cntr_handle_t; typedef 48 extern int n2piupc_get_perfreg(cntr_handle_t handle, int regid, uint64_t *data); 49 extern int n2piupc_set_perfreg(cntr_handle_t handle, int regid, uint64_t data);
|
H A D | n2piupc_asm.s | 43 n2piupc_get_perfreg(cntr_handle_t handle, int regid, uint64_t *data) 48 n2piupc_set_perfreg(cntr_handle_t handle, int regid, uint64_t data)
|
H A D | n2piupc_biterr.c | 76 cntr_handle_t handle = n2piupc_p->n2piupc_handle; in n2piupc_biterr_write() 143 cntr_handle_t handle = n2piupc_p->n2piupc_handle; in n2piupc_biterr_read()
|
H A D | n2piupc.h | 57 cntr_handle_t n2piupc_handle;
|
/titanic_44/usr/src/uts/sun4v/io/iospc/ |
H A D | rfios_acc.h | 44 typedef uint64_t cntr_handle_t; typedef 46 extern int rfiospc_get_perfreg(cntr_handle_t handle, int regid, uint64_t *data); 47 extern int rfiospc_set_perfreg(cntr_handle_t handle, int regid, uint64_t data);
|
H A D | rfios_iospc.c | 83 cntr_handle_t iospc_handle; in rfios_access_init() 112 cntr_handle_t iospc_handle = (cntr_handle_t)arg; in rfios_access_hv()
|
H A D | rfios_asm.s | 41 rfiospc_get_perfreg(cntr_handle_t handle, int regid, uint64_t *data) 46 rfiospc_set_perfreg(cntr_handle_t handle, int regid, uint64_t data)
|
H A D | rfios_tables.h | 448 extern int rfiospc_get_perfreg(cntr_handle_t handle, int regid, uint64_t *data); 449 extern int rfiospc_set_perfreg(cntr_handle_t handle, int regid, uint64_t data);
|