HomeSort by: relevance | last modified time | path
    Searched defs:h_alloc_subregion (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/kernel/
t_extent.c 62 h_alloc_subregion(u_long substart, u_long subend, u_long size, function in typeref:typename:void
127 h_alloc_subregion(0, 0x4f, 0x10, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x30);
146 h_alloc_subregion(0x20, 0x30, 0x10, EX_NOALIGN, EX_NOBOUNDARY, 0, 0x20);
168 h_alloc_subregion(0x10, 0x3f, 0x10,
191 h_alloc_subregion(0xf0000000, 0xffffffff, 0x1,
212 h_alloc_subregion(0xf0000000, 0xffffffff, 0x1,
232 h_alloc_subregion(0, 11, 8, EX_NOALIGN, 8, 0, 0);
233 h_alloc_subregion(0, 11, 2, EX_NOALIGN, 8, 0, 0x8);
234 h_alloc_subregion(0, 11, 2, EX_NOALIGN, 8, 0, 0xa);
253 h_alloc_subregion(0, 11, 7, EX_NOALIGN, 8, 0, 0)
    [all...]

Completed in 13 milliseconds