Searched refs:Lxcache (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_Lxcache.c | 63 cmd_Lxcache_write(fmd_hdl_t *hdl, cmd_Lxcache_t *Lxcache) in cmd_Lxcache_write() argument 65 fmd_buf_write(hdl, NULL, Lxcache->Lxcache_bufname, Lxcache, in cmd_Lxcache_write() 130 cmd_pretty_print_Lxcache(fmd_hdl_t *hdl, cmd_Lxcache_t *Lxcache) in cmd_pretty_print_Lxcache() argument 141 Lxcache->Lxcache_cpu_bufname, in cmd_pretty_print_Lxcache() 142 cmd_type_to_str(Lxcache->Lxcache_type), in cmd_pretty_print_Lxcache() 143 Lxcache->Lxcache_index, in cmd_pretty_print_Lxcache() 144 Lxcache->Lxcache_way, in cmd_pretty_print_Lxcache() 145 Lxcache->Lxcache_bit, in cmd_pretty_print_Lxcache() 146 cmd_reason_to_str(Lxcache->Lxcache_reason), in cmd_pretty_print_Lxcache() 147 cmd_flags_to_str(Lxcache->Lxcache_flags)); in cmd_pretty_print_Lxcache() [all …]
|
H A D | cmd_Lxcacheerr.c | 606 cmd_Lxcache_t *Lxcache) in cmd_create_and_destroy_Lxcache() argument 611 fltnm = cmd_type_to_str(Lxcache->Lxcache_type); in cmd_create_and_destroy_Lxcache() 618 new_Lxcache = cmd_Lxcache_create(hdl, Lxcache->xr, cpu, in cmd_create_and_destroy_Lxcache() 620 Lxcache->Lxcache_type, in cmd_create_and_destroy_Lxcache() 621 Lxcache->Lxcache_index, Lxcache->Lxcache_way, Lxcache->Lxcache_bit); in cmd_create_and_destroy_Lxcache() 626 fltnm, cpu->cpu_cpuid, Lxcache->Lxcache_index, in cmd_create_and_destroy_Lxcache() 627 Lxcache->Lxcache_way, Lxcache->Lxcache_bit); in cmd_create_and_destroy_Lxcache() 631 cmd_Lxcache_destroy(hdl, cpu, Lxcache); in cmd_create_and_destroy_Lxcache() 637 cmd_Lxcache_t *Lxcache, const char *fltnm, int32_t reason) in cmd_Lxcache_retire_as_reason() argument 648 Lxcache->Lxcache_bit &= CLEAR_MSB_BIT; in cmd_Lxcache_retire_as_reason() [all …]
|
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_Lxcache.h | 62 #define CMD_LxCACHE_VERSIONED(Lxcache) ((Lxcache)->Lxcache_version & 1) argument
|
H A D | cmd_cpu.c | 1517 cmd_Lxcache_t *Lxcache; in cmd_cpu_free() local 1539 for (Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); Lxcache != NULL; in cmd_cpu_free() 1540 Lxcache = cmd_list_next(&cpu->cpu_Lxcaches)) { in cmd_cpu_free() 1541 (void) cmd_Lxcache_free(hdl, cpu, Lxcache, destroy); in cmd_cpu_free()
|