Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Dhmat.c152 static void build_hmat_cache(GArray *table_data, uint8_t total_levels, in build_hmat_cache() argument
159 uint32_t cache_attr = total_levels; in build_hmat_cache()
204 int i, hierarchy, type, cache_level, total_levels; in hmat_build_table_structs() local
255 total_levels = 0; in hmat_build_table_structs()
258 total_levels++; in hmat_build_table_structs()
261 for (cache_level = 0; cache_level <= total_levels; cache_level++) { in hmat_build_table_structs()
264 build_hmat_cache(table_data, total_levels, hmat_cache); in hmat_build_table_structs()