Searched refs:ovmf_table (Results 1 – 1 of 1) sorted by relevance
36 static uint8_t *ovmf_table; variable83 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()