Lines Matching +full:64 +full:bit
146 * table_entry_size - sizeof 32 or 64 (RSDT or XSDT)
150 * DESCRIPTION: Get one root table entry. Handles 32-bit and 64-bit cases on
151 * both 32-bit and 64-bit platforms
153 * NOTE: acpi_physical_address is 32-bit on 32-bit platforms, 64-bit on
154 * 64-bit platforms.
165 * Get the table physical address (32-bit for RSDT, 64-bit for XSDT): in acpi_tb_get_root_table_entry()
166 * Note: Addresses are 32-bit aligned (not 64) in both RSDT and XSDT in acpi_tb_get_root_table_entry()
170 * 32-bit platform, RSDT: Return 32-bit table entry in acpi_tb_get_root_table_entry()
171 * 64-bit platform, RSDT: Expand 32-bit to 64-bit and return in acpi_tb_get_root_table_entry()
177 * 32-bit platform, XSDT: Truncate 64-bit to 32-bit and return in acpi_tb_get_root_table_entry()
178 * 64-bit platform, XSDT: Move (unaligned) 64-bit to local, in acpi_tb_get_root_table_entry()
179 * return 64-bit in acpi_tb_get_root_table_entry()
186 /* Will truncate 64-bit address to 32 bits, issue warning */ in acpi_tb_get_root_table_entry()
189 "64-bit Physical Address in XSDT is too large (0x%8.8X%8.8X)," in acpi_tb_get_root_table_entry()
247 * RSDP contains an XSDT (64-bit physical addresses). We must use in acpi_tb_parse_root_table()
254 /* Root table is an RSDT (32-bit physical addresses) */ in acpi_tb_parse_root_table()
312 /* Get the table physical address (32-bit for RSDT, 64-bit for XSDT) */ in acpi_tb_parse_root_table()