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

/linux-master/drivers/base/
H A Dcacheinfo.c683 unsigned int ci_attr = this_leaf->attributes; local
686 if ((ci_attr & CACHE_READ_ALLOCATE) && (ci_attr & CACHE_WRITE_ALLOCATE))
688 else if (ci_attr & CACHE_READ_ALLOCATE)
690 else if (ci_attr & CACHE_WRITE_ALLOCATE)
702 unsigned int ci_attr = this_leaf->attributes; local
705 if (ci_attr & CACHE_WRITE_THROUGH)
707 else if (ci_attr & CACHE_WRITE_BACK)

Completed in 125 milliseconds