page_boundary_map_length   46 drivers/acpi/acpica/exregion.c 	acpi_size page_boundary_map_length;
page_boundary_map_length  134 drivers/acpi/acpica/exregion.c 		page_boundary_map_length = (acpi_size)
page_boundary_map_length  136 drivers/acpi/acpica/exregion.c 		if (page_boundary_map_length == 0) {
page_boundary_map_length  137 drivers/acpi/acpica/exregion.c 			page_boundary_map_length = ACPI_DEFAULT_PAGE_SIZE;
page_boundary_map_length  140 drivers/acpi/acpica/exregion.c 		if (map_length > page_boundary_map_length) {
page_boundary_map_length  141 drivers/acpi/acpica/exregion.c 			map_length = page_boundary_map_length;