Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dhmat.c148 static void build_hmat_cache(GArray *table_data, uint8_t total_levels, in build_hmat_cache() argument
155 uint32_t cache_attr = total_levels; in build_hmat_cache()
200 int i, hierarchy, type, cache_level, total_levels; in hmat_build_table_structs() local
244 total_levels = 0; in hmat_build_table_structs()
247 total_levels++; in hmat_build_table_structs()
250 for (cache_level = 0; cache_level <= total_levels; cache_level++) { in hmat_build_table_structs()
253 build_hmat_cache(table_data, total_levels, hmat_cache); in hmat_build_table_structs()
/openbmc/linux/drivers/acpi/
H A Dpptt.c324 unsigned int total_levels = 0; in acpi_find_cache_node() local
336 &total_levels, NULL, level, acpi_type); in acpi_find_cache_node()