Searched refs:CACHE_WRITE_ALLOCATE (Results 1 – 3 of 3) sorted by relevance
61 #define CACHE_WRITE_ALLOCATE BIT(3) macro63 (CACHE_READ_ALLOCATE | CACHE_WRITE_ALLOCATE)
84 ((tmp & CCSIDR_EL1_WRITE_ALLOCATE) ? CACHE_WRITE_ALLOCATE : 0); in ci_leaf_init()
294 if ((ci_attr & CACHE_READ_ALLOCATE) && (ci_attr & CACHE_WRITE_ALLOCATE)) in allocation_policy_show()298 else if (ci_attr & CACHE_WRITE_ALLOCATE) in allocation_policy_show()