Searched refs:ovl (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/utest/region-alloc/
H A Dcommon.h201 bool ovl; // Whether to allow overlap or not. member in struct:__anon1454
210 { .reg = { .base = 0x10000, .size = 0x1000 }, .ovl = false, .cnt = 1, .res = ZX_OK },
211 { .reg = { .base = 0x10000, .size = 0x1000 }, .ovl = false, .cnt = 1, .res = ZX_ERR_INVALID_ARGS },
212 { .reg = { .base = 0x10000, .size = 0x1000 }, .ovl = true, .cnt = 1, .res = ZX_OK },
217 { .reg = { .base = 0xF800, .size = 0x800 }, .ovl = false, .cnt = 1, .res = ZX_OK },
218 { .reg = { .base = 0xF800, .size = 0x800 }, .ovl = true, .cnt = 1, .res = ZX_OK },
222 { .reg = { .base = 0x11000, .size = 0x800 }, .ovl = false, .cnt = 1, .res = ZX_OK },
223 { .reg = { .base = 0x11000, .size = 0x800 }, .ovl = true, .cnt = 1, .res = ZX_OK },
228 { .reg = { .base = 0xF000, .size = 0x801 }, .ovl = false, .cnt = 1, .res = ZX_ERR_INVALID_ARGS },
229 { .reg = { .base = 0xF000, .size = 0x801 }, .ovl
[all...]
H A Dregion-alloc.cpp209 zx_status_t res = alloc.AddRegion(TEST->reg, TEST->ovl);
H A Dregion-alloc-c-api.c267 zx_status_t res = ralloc_add_region(alloc, &TEST->reg, TEST->ovl);

Completed in 27 milliseconds