Searched refs:cache_attribute (Results 1 – 6 of 6) sorted by relevance
152 output_struct->data.address16.attribute.memory.cache_attribute = in acpi_rs_address16_resource()350 (linked_list->data.address16.attribute.memory.cache_attribute & in acpi_rs_address16_stream()542 output_struct->data.address32.attribute.memory.cache_attribute = in acpi_rs_address32_resource()738 (linked_list->data.address32.attribute.memory.cache_attribute & in acpi_rs_address32_stream()929 output_struct->data.address64.attribute.memory.cache_attribute = in acpi_rs_address64_resource()1127 (linked_list->data.address64.attribute.memory.cache_attribute & in acpi_rs_address64_stream()
515 switch (address16_data->attribute.memory.cache_attribute) { in acpi_rs_dump_address16()662 switch (address32_data->attribute.memory.cache_attribute) { in acpi_rs_dump_address32()809 switch (address64_data->attribute.memory.cache_attribute) { in acpi_rs_dump_address64()
242 u16 cache_attribute = 0; in decode_acpi_resource() local262 cache_attribute = address16_data->attribute.memory.cache_attribute; in decode_acpi_resource()274 cache_attribute = address32_data->attribute.memory.cache_attribute; in decode_acpi_resource()286 cache_attribute = address64_data->attribute.memory.cache_attribute; in decode_acpi_resource()304 if (cache_attribute == ACPI_PREFETCHABLE_MEMORY) { in decode_acpi_resource()
565 switch (data32->attribute.memory.cache_attribute) { in acpi_parse_address16_32()
566 switch (data32->attribute.memory.cache_attribute) { in acpi_parse_address16_32()
1101 u16 cache_attribute; member