Home
last modified time | relevance | path

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

/qemu/include/hw/
H A Dloader.h363 typedef struct RomGap { struct
366 } RomGap; argument
375 RomGap rom_find_largest_gap_between(hwaddr base, size_t size);
/qemu/semihosting/
H A Darm-compat-semi.c159 RomGap gap = rom_find_largest_gap_between(info.rambase, info.ramsize); in common_semi_find_bases()
/qemu/hw/core/
H A Dloader.c1481 RomGap rom_find_largest_gap_between(hwaddr base, size_t size) in rom_find_largest_gap_between()
1485 RomGap res = {0, 0}; in rom_find_largest_gap_between()