Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/google/
Dcoreboot_table.c90 void *ptr_entry; in coreboot_table_populate() local
95 ptr_entry = ptr + header->header_bytes; in coreboot_table_populate()
97 entry = ptr_entry; in coreboot_table_populate()
107 memcpy(&device->entry, ptr_entry, entry->size); in coreboot_table_populate()
115 ptr_entry += entry->size; in coreboot_table_populate()