Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcacheinfo.h61 #define CACHE_WRITE_THROUGH BIT(0) macro
64 (CACHE_WRITE_THROUGH | CACHE_WRITE_BACK)
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dcacheinfo.c21 this_leaf->attributes = CACHE_WRITE_THROUGH; in ci_leaf_init()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpptt.c373 this_leaf->attributes = CACHE_WRITE_THROUGH; in update_cache_properties()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcacheinfo.c450 if (ci_attr & CACHE_WRITE_THROUGH) in write_policy_show()