Lines Matching refs:attributes
124 (acpi_pptt_match_type(cache->attributes, ACPI_PPTT_CACHE_TYPE_DATA) || in acpi_pptt_walk_cache()
125 acpi_pptt_match_type(cache->attributes, ACPI_PPTT_CACHE_TYPE_INSTR))) in acpi_pptt_walk_cache()
129 acpi_pptt_match_type(cache->attributes, type)) { in acpi_pptt_walk_cache()
379 switch (found_cache->attributes & ACPI_PPTT_MASK_WRITE_POLICY) { in update_cache_properties()
381 this_leaf->attributes = CACHE_WRITE_THROUGH; in update_cache_properties()
384 this_leaf->attributes = CACHE_WRITE_BACK; in update_cache_properties()
389 switch (found_cache->attributes & ACPI_PPTT_MASK_ALLOCATION_TYPE) { in update_cache_properties()
391 this_leaf->attributes |= CACHE_READ_ALLOCATE; in update_cache_properties()
394 this_leaf->attributes |= CACHE_WRITE_ALLOCATE; in update_cache_properties()
398 this_leaf->attributes |= in update_cache_properties()
421 this_leaf->attributes |= CACHE_ID; in update_cache_properties()