Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcacheinfo.h68 #define CACHE_ID BIT(4) macro
125 if (ci->info_list[i].attributes & CACHE_ID) in get_cpu_cacheinfo_id()
/openbmc/qemu/hw/misc/
H A Darm_l2x0.c30 #define CACHE_ID 0x410000c8 macro
75 return CACHE_ID; in l2x0_priv_read()
/openbmc/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()
750 if ((attr == &dev_attr_id.attr) && (this_leaf->attributes & CACHE_ID)) in cache_default_attrs_is_visible()
/openbmc/linux/drivers/acpi/
H A Dpptt.c416 this_leaf->attributes |= CACHE_ID; in update_cache_properties()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c987 this_leaf->attributes = CACHE_ID; in ci_leaf_init()