Home
last modified time | relevance | path

Searched refs:test_pattern (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/tests/vm/ !
H A Dupl.c58 char test_pattern; member
75 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'a',
112 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'a',
147 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'b',
209 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'b',
248 …args args = { .ptr = (uint64_t)__builtin_return_address(0), .size = PAGE_SIZE, .test_pattern = 'a',
267 …args args = { .ptr = (uint64_t)__builtin_return_address(0), .size = PAGE_SIZE, .test_pattern = 'a',
307 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'b',
351 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'b',
397 …upl_test_args args = { .ptr = (uint64_t)_COMM_PAGE_START_ADDRESS, .size = 0x1000, .test_pattern = …
[all …]
/xnu-12377.61.12/tests/ !
H A Darm_mte_compress.c922 test_pattern(struct data_fill_t data_fill, struct tags_fill_t tags_fill, uint32_t flags) in test_pattern() function
1051 test_pattern(data_fills[fpi], tags_fills[tpi], flags); in run_all_patterns()
/xnu-12377.61.12/osfmk/vm/ !
H A Dvm_tests.c3253 char test_pattern; /* Starting char of test pattern we should write (if applicable) */ in vm_upl_test() member
3314 ((unsigned int*)kva)[i] = (unsigned int)args.test_pattern + i; in vm_upl_test()