Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dcbmem_console.c42 uint32_t header_bytes; member
118 if (header->header_bytes + header->table_bytes > table_size) in get_cbmem_console_from_coreboot_table()
121 ptr = (uint8_t *)base + header->header_bytes; in get_cbmem_console_from_coreboot_table()