Lines Matching refs:attributes
124 (acpi_pptt_match_type(cache->attributes, ACPI_PPTT_CACHE_TYPE_DATA) ||
125 acpi_pptt_match_type(cache->attributes, ACPI_PPTT_CACHE_TYPE_INSTR)))
129 acpi_pptt_match_type(cache->attributes, type)) {
374 switch (found_cache->attributes & ACPI_PPTT_MASK_WRITE_POLICY) {
376 this_leaf->attributes = CACHE_WRITE_THROUGH;
379 this_leaf->attributes = CACHE_WRITE_BACK;
384 switch (found_cache->attributes & ACPI_PPTT_MASK_ALLOCATION_TYPE) {
386 this_leaf->attributes |= CACHE_READ_ALLOCATE;
389 this_leaf->attributes |= CACHE_WRITE_ALLOCATE;
393 this_leaf->attributes |=
416 this_leaf->attributes |= CACHE_ID;