Home
last modified time | relevance | path

Searched refs:CACHE_WRITE_THROUGH (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Dcacheinfo.h60 #define CACHE_WRITE_THROUGH BIT(0) macro
63 (CACHE_WRITE_THROUGH | CACHE_WRITE_BACK)
/linux-5.19.10/drivers/acpi/
Dpptt.c377 this_leaf->attributes = CACHE_WRITE_THROUGH; in update_cache_properties()
/linux-5.19.10/drivers/base/
Dcacheinfo.c451 if (ci_attr & CACHE_WRITE_THROUGH) in write_policy_show()