Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcacheinfo.h62 #define CACHE_WRITE_BACK BIT(1) macro
64 (CACHE_WRITE_THROUGH | CACHE_WRITE_BACK)
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dcacheinfo.c23 this_leaf->attributes = CACHE_WRITE_BACK; in ci_leaf_init()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpptt.c376 this_leaf->attributes = CACHE_WRITE_BACK; in update_cache_properties()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcacheinfo.c452 else if (ci_attr & CACHE_WRITE_BACK) in write_policy_show()