Lines Matching defs:length
77 static u8 compute_checksum(u8 *buffer, u32 length)
79 u8 *end = buffer + length;
89 static u8 *scan_mem_for_rsdp(u8 *start, u32 length)
94 end = start + length;
96 /* Search from given start address for the requested length */
137 * 1K length)
172 * Max length of 64-bit hex address string is 19, prefix "0x" + 16 hex
234 len = header->length;
285 table_end = table_addr + table_header->length;
291 if (!sub_table->length) {
292 debug_putstr("Invalid zero length SRAT subtable.\n");
300 if (!(ma->flags & ACPI_SRAT_MEM_HOT_PLUGGABLE) && ma->length) {
302 immovable_mem[num].size = ma->length;
311 table += sub_table->length;