Searched refs:realigned (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 1922 #define RUN_ALL(fn, realigned, name) \ in IMPL() argument 1923 RUN_SRC_SIZE(fn, copy, realigned "src/size", name); \ in IMPL() 1924 RUN_SRC_SIZE(fn, nocopy, realigned "src/size", name); \ in IMPL()
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 3007 #define RUN_ALL(fn, realigned, name) \ argument 3008 RUN_SRC_SIZE(fn, copy, realigned "src/size", name); \ 3009 RUN_SRC_SIZE(fn, nocopy, realigned "src/size", name); \
|