Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Dcacheinfo.c424 unsigned int ci_attr = this_leaf->attributes; in allocation_policy_show() local
427 if ((ci_attr & CACHE_READ_ALLOCATE) && (ci_attr & CACHE_WRITE_ALLOCATE)) in allocation_policy_show()
429 else if (ci_attr & CACHE_READ_ALLOCATE) in allocation_policy_show()
431 else if (ci_attr & CACHE_WRITE_ALLOCATE) in allocation_policy_show()
440 unsigned int ci_attr = this_leaf->attributes; in write_policy_show() local
443 if (ci_attr & CACHE_WRITE_THROUGH) in write_policy_show()
445 else if (ci_attr & CACHE_WRITE_BACK) in write_policy_show()