Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-resv-mem.c185 static ReservedRegion *alloc_resv_mem(unsigned type, uint64_t lob, uint64_t upb) in alloc_resv_mem() function
225 r[0] = alloc_resv_mem(0xA, 0, 0xFFFF); in check_resv_region_list_insert()
226 r[1] = alloc_resv_mem(0xA, 0x20000, 0x2FFFF); in check_resv_region_list_insert()
232 r[2] = alloc_resv_mem(0xB, 0x0, 0xFFF); in check_resv_region_list_insert()
235 r[3] = alloc_resv_mem(0xC, 0x21000, 0x2FFFF); in check_resv_region_list_insert()
240 r[4] = alloc_resv_mem(0xD, 0x21000, 0x2FFFF); in check_resv_region_list_insert()
245 r[5] = alloc_resv_mem(0xE, 0x22000, 0x23FFF); in check_resv_region_list_insert()
250 r[6] = alloc_resv_mem(0xF, 0x10000, 0x2FFFF); in check_resv_region_list_insert()
255 r[7] = alloc_resv_mem(0x0, 0x30000, 0x40000); in check_resv_region_list_insert()
262 r[0] = alloc_resv_mem(0x0, 0x10000, 0x1FFFF); in check_resv_region_list_insert()
[all …]