Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcacheinfo.h62 #define CACHE_WRITE_BACK BIT(1) macro
64 (CACHE_WRITE_THROUGH | CACHE_WRITE_BACK)
/linux-6.15/arch/openrisc/kernel/
H A Dcacheinfo.c94 CACHE_WRITE_BACK : CACHE_WRITE_THROUGH; in populate_cache_leaves()
/linux-6.15/drivers/acpi/
H A Dpptt.c384 this_leaf->attributes = CACHE_WRITE_BACK; in update_cache_properties()
/linux-6.15/drivers/base/
H A Dcacheinfo.c689 else if (ci_attr & CACHE_WRITE_BACK) in write_policy_show()