Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcacheinfo.h61 #define CACHE_WRITE_THROUGH BIT(0) macro
64 (CACHE_WRITE_THROUGH | CACHE_WRITE_BACK)
/linux/arch/openrisc/kernel/
H A Dcacheinfo.c94 CACHE_WRITE_BACK : CACHE_WRITE_THROUGH; in populate_cache_leaves()
/linux/drivers/base/
H A Dcacheinfo.c737 if (ci_attr & CACHE_WRITE_THROUGH) in write_policy_show()