Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dcache.c91 return CACHE_TYPE_NOCACHE; in get_cache_type()
94 return CACHE_TYPE_NOCACHE; in get_cache_type()
137 if (ctype == CACHE_TYPE_NOCACHE) in init_cache_level()
/openbmc/linux/arch/arm64/kernel/
H A Dcacheinfo.c29 return CACHE_TYPE_NOCACHE; in get_cache_type()
47 if (ctype == CACHE_TYPE_NOCACHE) { in detect_cache_level()
/openbmc/linux/include/linux/
H A Dcacheinfo.h13 CACHE_TYPE_NOCACHE = 0, enumerator
/openbmc/linux/drivers/base/
H A Dcacheinfo.c194 if (this_leaf->type == CACHE_TYPE_NOCACHE && in cache_of_set_props()
884 if (this_leaf->type == CACHE_TYPE_NOCACHE) in cache_add_dev()
/openbmc/linux/drivers/acpi/
H A Dpptt.c408 if (this_leaf->type == CACHE_TYPE_NOCACHE && in update_cache_properties()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c238 [CTYPE_NULL] = CACHE_TYPE_NOCACHE,