Home
last modified time | relevance | path

Searched refs:cache_attribute (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/acpi/resources/
Drsaddr.c152 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()
Drsdump.c515 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()
/linux-2.4.37.9/drivers/hotplug/
Dacpiphp_glue.c242 u16 cache_attribute = 0; in decode_acpi_resource() local
262 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()
Dpciehprm_acpi.c565 switch (data32->attribute.memory.cache_attribute) { in acpi_parse_address16_32()
Dshpchprm_acpi.c566 switch (data32->attribute.memory.cache_attribute) { in acpi_parse_address16_32()
/linux-2.4.37.9/include/acpi/
Dactypes.h1101 u16 cache_attribute; member