Lines Matching full:table
20 * table_compute_checksum() - Compute a table checksum
22 * This computes an 8-bit checksum for the configuration table.
23 * All bytes in the configuration table, including checksum itself and
26 * @v: configuration table base address
27 * @len: configuration table size
33 * table_fill_string() - Fill a string with pad in the configuration table
35 * This fills a string in the configuration table. It copies number of bytes
37 * required size to copy, pad the table string with the given pad character.
49 * This writes x86 configuration tables, including PIRQ routing table,
50 * Multi-Processor table and ACPI table. Whether a specific type of
51 * configuration table is written is controlled by a Kconfig option.
56 * write_pirq_routing_table() - Write PIRQ routing table
58 * This writes PIRQ routing table at a given address.
60 * @start: start address to write PIRQ routing table
61 * @return: end address of PIRQ routing table