Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcacheinfo.h69 #define CACHE_ID BIT(4) macro
130 if (ci->info_list[i].attributes & CACHE_ID) in get_cpu_cacheinfo_level()
/linux/drivers/base/
H A Dcacheinfo.c50 if ((sib_leaf->attributes & CACHE_ID) && in cache_leaves_are_shared()
51 (this_leaf->attributes & CACHE_ID)) in cache_leaves_are_shared()
66 return (llc->attributes & CACHE_ID) || !!llc->fw_token; in last_level_cache_is_valid()
732 if ((attr == &dev_attr_id.attr) && (this_leaf->attributes & CACHE_ID)) in cache_default_attrs_is_visible()
/linux/drivers/acpi/
H A Dpptt.c416 this_leaf->attributes |= CACHE_ID; in update_cache_properties()
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c979 this_leaf->attributes = CACHE_ID; in ci_leaf_init()