Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dpc_sysfw_ovmf.c36 static uint8_t *ovmf_table; variable
83 ovmf_table = g_malloc(tot_len); in pc_system_parse_ovmf_flash()
91 memcpy(ovmf_table, ptr - tot_len, tot_len); in pc_system_parse_ovmf_flash()
92 ovmf_table += tot_len; in pc_system_parse_ovmf_flash()
109 uint8_t *ptr = ovmf_table; in pc_system_ovmf_table_find()