Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/
H A Dcacheinfo.c428 unsigned int ci_attr = this_leaf->attributes; in allocation_policy_show() local
431 if ((ci_attr & CACHE_READ_ALLOCATE) && (ci_attr & CACHE_WRITE_ALLOCATE)) in allocation_policy_show()
433 else if (ci_attr & CACHE_READ_ALLOCATE) in allocation_policy_show()
435 else if (ci_attr & CACHE_WRITE_ALLOCATE) in allocation_policy_show()
447 unsigned int ci_attr = this_leaf->attributes; in write_policy_show() local
450 if (ci_attr & CACHE_WRITE_THROUGH) in write_policy_show()
452 else if (ci_attr & CACHE_WRITE_BACK) in write_policy_show()
/kernel/linux/linux-6.6/drivers/base/
H A Dcacheinfo.c683 unsigned int ci_attr = this_leaf->attributes; in allocation_policy_show() local
686 if ((ci_attr & CACHE_READ_ALLOCATE) && (ci_attr & CACHE_WRITE_ALLOCATE)) in allocation_policy_show()
688 else if (ci_attr & CACHE_READ_ALLOCATE) in allocation_policy_show()
690 else if (ci_attr & CACHE_WRITE_ALLOCATE) in allocation_policy_show()
702 unsigned int ci_attr = this_leaf->attributes; in write_policy_show() local
705 if (ci_attr & CACHE_WRITE_THROUGH) in write_policy_show()
707 else if (ci_attr & CACHE_WRITE_BACK) in write_policy_show()

Completed in 3 milliseconds