Searched refs:__cpc_reg_to_name (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libcpc/common/ |
H A D | libcpc_impl.h | 114 extern const char *__cpc_reg_to_name(int cpuver, int regno, uint8_t bits);
|
/titanic_50/usr/src/lib/libcpc/i386/ |
H A D | conf_pentium.c | 394 __cpc_reg_to_name(int cpuver, int regno, uint8_t bits) in __cpc_reg_to_name() function
|
H A D | event_pentium.c | 531 if ((sname = __cpc_reg_to_name(cpuver, regno, bits)) != NULL) in regtostr()
|
/titanic_50/usr/src/lib/libcpc/sparc/ |
H A D | conf_ultra.c | 467 __cpc_reg_to_name(int cpuver, int regno, uint8_t bits) in __cpc_reg_to_name() function
|
H A D | event_ultra.c | 343 if ((sname = __cpc_reg_to_name(cpuver, regno, bits)) != NULL) in regtostr()
|