Searched refs:gas (Results 1 – 11 of 11) sorted by relevance
160 static void __init acpi_request_region (struct acpi_generic_address *gas, in acpi_request_region() argument166 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_request_region()171 if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_IO) in acpi_request_region()173 else if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_request_region()456 int acpi_os_map_generic_address(struct acpi_generic_address *gas) in acpi_os_map_generic_address() argument461 if (gas->space_id != ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_os_map_generic_address()465 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_os_map_generic_address()466 if (!addr || !gas->bit_width) in acpi_os_map_generic_address()469 virt = acpi_os_map_memory(addr, gas->bit_width / 8); in acpi_os_map_generic_address()477 void acpi_os_unmap_generic_address(struct acpi_generic_address *gas) in acpi_os_unmap_generic_address() argument[all …]
7 $CC -c $dir/check-gas-asm.S -o $out
33 GAS_STATUS = $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)")41 ftp://ftp.hpl.hp.com/pub/linux-ia64/gas-030124.tar.gz)
94 tristate "DS2782/DS2786 standalone gas-gauge"98 gas-gauge.134 tristate "SBS Compliant gas gauge"138 gas gauges.
21 monitor (gas gauge) integrated circuits.
37 02 Y-Axis lsb, or gas pedal for a wheel
65 Linux on IA-32 has recently switched from using as86 to using gas for
1519 unexpectedly. For more information please refer to the gas
1056 sourced by gas to generate a device-tree "blob". That file can
1655 bool "Work around buggy Thumb-2 short branch relocations in gas"
756 To look at the assembly emitted by gcc just before it is about to call gas ( the gnu assembler )