Symbol: h_alloc_subregion
tests/kernel/t_extent.c
127
h_alloc_subregion(0, 0x4f, 0x10, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x30);
tests/kernel/t_extent.c
146
h_alloc_subregion(0x20, 0x30, 0x10, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x20);
tests/kernel/t_extent.c
168
h_alloc_subregion(0x10, 0x3f, 0x10,
tests/kernel/t_extent.c
191
h_alloc_subregion(0xf0000000, 0xffffffff, 0x1,
tests/kernel/t_extent.c
212
h_alloc_subregion(0xf0000000, 0xffffffff, 0x1,
tests/kernel/t_extent.c
232
h_alloc_subregion(0, 11, 8, EX_NOALIGN, 8, 0, 0);
tests/kernel/t_extent.c
233
h_alloc_subregion(0, 11, 2, EX_NOALIGN, 8, 0, 0x8);
tests/kernel/t_extent.c
234
h_alloc_subregion(0, 11, 2, EX_NOALIGN, 8, 0, 0xa);
tests/kernel/t_extent.c
253
h_alloc_subregion(0, 11, 7, EX_NOALIGN, 8, 0, 0);
tests/kernel/t_extent.c
254
h_alloc_subregion(0, 11, 4, EX_NOALIGN, 8, 0, 8);
tests/kernel/t_extent.c
277
h_alloc_subregion(0, 0xf, 0x10, EX_NOALIGN, EX_NOBOUNDARY, 0, 0);
tests/kernel/t_extent.c
278
h_alloc_subregion(0, 0xf, 0x10, EX_NOALIGN, EX_NOBOUNDARY, EAGAIN, 0);
tests/kernel/t_extent.c
300
h_alloc_subregion(0, 0x10, 4, EX_NOALIGN, 0, 0, 0);
tests/kernel/t_extent.c
301
h_alloc_subregion(0xd, 0x20, 2, EX_NOALIGN, 0, 0, 0xd);
tests/kernel/t_extent.c
302
h_alloc_subregion(0, 0x4f, 8, EX_NOALIGN, 8, 0, 0x10);
tests/kernel/t_extent.c
321
h_alloc_subregion(0xc0002000, 0xffffe000, 0x2000,
tests/kernel/t_extent.c
323
h_alloc_subregion(0xc0002000, 0xffffe000, 0x2000,
tests/kernel/t_extent.c
334
h_alloc_subregion(0xc0002000, 0xffffe000, 0x10000,
tests/kernel/t_extent.c
355
h_alloc_subregion(0x10, 0x13, 0x4, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x10);
tests/kernel/t_extent.c
356
h_alloc_subregion(0x1e, 0x1f, 0x2, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x1e);
tests/kernel/t_extent.c
357
h_alloc_subregion(0x20, 0x20, 0x1, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x20);
tests/kernel/t_extent.c
358
h_alloc_subregion(0x20, 0x20, 0x1, EX_NOALIGN, EX_NOBOUNDARY, EAGAIN, 0);
tests/kernel/t_extent.c
359
h_alloc_subregion(0x10, 0x20, 0x1, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x14);