Home
last modified time | relevance | path

Searched refs:realigned (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation_kern.c1922 #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 Dvm_parameter_validation.c3007 #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); \