Home
last modified time | relevance | path

Searched refs:ACPI_DEFAULT_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dexregion.c140 if (map_length > ACPI_DEFAULT_PAGE_SIZE) in acpi_ex_system_memory_space_handler()
141 map_length = ACPI_DEFAULT_PAGE_SIZE; in acpi_ex_system_memory_space_handler()
/linux/include/acpi/
H A Dacconfig.h95 #define ACPI_DEFAULT_PAGE_SIZE 4096 /* Must be power of 2 */ macro