Searched refs:DROP_TYPES (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 3842 #define DROP_TYPES(...) GET_INSTANCE(_0 __VA_OPT__(,) __VA_ARGS__, DROP_TYPES_8, DROP_TYPES_8, DROP… macro 3858 …return help_call_remap_fn__ ## type(fn, map, flags, copy, src, size DROP_TYPES(__VA_ARGS__)); … 3886 return call_remap_fn__ ## instance ## __ ## type(remap_fn, map DROP_TYPES(__VA_ARGS__)); \
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 1234 …return help_call_mmap__ ## type(map, flags, start, size DROP_TYPES(__VA_ARGS__)); …
|