Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dhmat.c204 int i, hierarchy, type, cache_level, total_levels; in hmat_build_table_structs() local
256 for (cache_level = 1; cache_level < HMAT_LB_LEVELS; cache_level++) { in hmat_build_table_structs()
257 if (numa_state->hmat_cache[i][cache_level]) { in hmat_build_table_structs()
261 for (cache_level = 0; cache_level <= total_levels; cache_level++) { in hmat_build_table_structs()
262 hmat_cache = numa_state->hmat_cache[i][cache_level]; in hmat_build_table_structs()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2611 …self.add_field('cache_level', bitfields.getbits(self.cache_configuration, 2, 0), "cache_configurat…