Searched refs:cpu_Lxcaches (Results 1 – 3 of 3) sorted by relevance
189 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 …]
408 cmd_list_t cpu_Lxcaches; /* List of Lxcache state structures */ member
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()