Home
last modified time | relevance | path

Searched refs:ptr_entry (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firmware/google/
H A Dcoreboot_table.c120 void *ptr_entry; in coreboot_table_populate() local
127 ptr_entry = ptr + header->header_bytes; in coreboot_table_populate()
128 for (i = 0; i < header->table_entries; i++, ptr_entry += entry->size) { in coreboot_table_populate()
129 if (ptr_entry + sizeof(*entry) > ptr_end) in coreboot_table_populate()
131 entry = ptr_entry; in coreboot_table_populate()
138 if (ptr_entry + entry->size > ptr_end) in coreboot_table_populate()
148 memcpy(device->raw, ptr_entry, entry->size); in coreboot_table_populate()