Searched refs:table_bytes (Results 1 – 3 of 3) sorted by relevance
240 size_t table_bytes = table_end - table_start; in pci_read_mcfg_table() local241 if (table_bytes % sizeof(pci_mcfg_allocation_t)) { in pci_read_mcfg_table()242 zxlogf(ERROR, "%s MCFG table has invalid size %zu\n", kLogTag, table_bytes); in pci_read_mcfg_table()249 for (unsigned i = 0; i < table_bytes / sizeof(pci_mcfg_allocation_t); i++) { in pci_read_mcfg_table()
191 uintptr_t table_bytes = (uintptr_t)table_end - (uintptr_t)table_start; in find_pcie_config() local192 if (table_bytes % sizeof(*table_start) != 0) { in find_pcie_config()
225 const uint32_t table_bytes = static_cast<uint32_t>(packed_sizes & 0xffffffffu);227 … if (add_overflow(out_of_line_offset_, table_bytes, &offset) || offset > num_bytes()) {253 … if (!ClaimOutOfLineStorage(table_bytes, TypedAt<void*>(data_offset), &field_offset)) {
Completed in 19 milliseconds