Searched refs:RUN_START_SIZE (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 1769 RUN_START_SIZE(fn, copy, #name " (copy)"); \ in IMPL() 1770 RUN_START_SIZE(fn, memonly, #name " (memonly)"); \ in IMPL() 1771 RUN_START_SIZE(fn, namedcreate, #name " (namedcreate)"); \ in IMPL() 1772 RUN_START_SIZE(fn, share, #name " (share)"); \ in IMPL() 1773 RUN_START_SIZE(fn, namedreuse, #name " (namedreuse)"); \ in IMPL() 1780 #undef RUN_START_SIZE in IMPL() 1838 RUN_START_SIZE(call_ ## fn ## __allocate_fixed, #name " (allocate fixed overwrite)"); \ in IMPL() 1840 RUN_START_SIZE(call_ ## fn ## __memobject_fixed, #name " (memobject fixed overwrite)"); \ in IMPL() 1873 RUN_START_SIZE(call_ ## fn ## __allocate_fixed, #name " (allocate fixed overwrite)"); \ in IMPL() 1875 RUN_START_SIZE(call_ ## fn ## __memobject_fixed, #name " (memobject fixed overwrite)"); \ in IMPL() [all …]
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 2948 #define RUN_START_SIZE(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_siz… macro 2956 RUN_START_SIZE(call_ ## fn ## __allocate_fixed, #name " (allocate fixed overwrite)"); \ 2957 RUN_START_SIZE(call_ ## fn ## __allocate_fixed_copy, #name " (allocate fixed overwrite copy)"); \ 2958 RUN_START_SIZE(call_ ## fn ## __memobject_fixed, #name " (memobject fixed overwrite)"); \ 2959 RUN_START_SIZE(call_ ## fn ## __memobject_fixed_copy, #name " (memobject fixed overwrite copy)"); \ 2989 #undef RUN_START_SIZE
|