Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dloader.c1419 typedef struct RomSec { struct
1422 } RomSec; argument
1434 RomSec *ra = (RomSec *) a; in sort_secs()
1435 RomSec *rb = (RomSec *) b; in sort_secs()
1445 RomSec *cand = g_new(RomSec, 1); in add_romsec_to_list()
1454 RomSec *cand; in rom_find_largest_gap_between()
1488 cand = (RomSec *) it->data; in rom_find_largest_gap_between()