Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcache.c189 cmd_list_delete(&cpu->cpu_Lxcaches, Lxcache); in cmd_Lxcache_free()
205 for (Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); Lxcache != NULL; in cmd_Lxcache_lookup_by_type_index_way_bit()
294 cmd_list_append(&cpu->cpu_Lxcaches, Lxcache); in cmd_Lxcache_create()
306 for (cache = cmd_list_next(&cpu->cpu_Lxcaches); cache != NULL; in cmd_Lxcache_lookup_by_index_way()
382 for (Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); Lxcache != NULL; in cmd_Lxcache_restore()
416 cmd_list_append(&cpu->cpu_Lxcaches, Lxcache); in cmd_Lxcache_restore()
439 for (Lxcache = cmd_list_next(&cpu->cpu_Lxcaches); in cmd_Lxcache_validate()
467 while ((Lxcache = cmd_list_next(&cpu->cpu_Lxcaches)) != NULL) in cmd_Lxcache_fini()
516 for (cache = cmd_list_next(&cpu->cpu_Lxcaches); cache != NULL; in cmd_Lx_index_count_type2_ways()
536 for (cache = cmd_list_next(&cpu->cpu_Lxcaches); cache != NULL; in cmd_Lx_index_count_type1_ways()
[all …]
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.h408 cmd_list_t cpu_Lxcaches; /* List of Lxcache state structures */ member
H A Dcmd_cpu.c1539 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()