Searched refs:test_pattern (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/tests/vm/ |
| H A D | upl.c | 55 char test_pattern; member 72 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'a', 109 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'a', 144 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'b', 206 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'b', 255 …args args = { .ptr = (uint64_t)__builtin_return_address(0), .size = PAGE_SIZE, .test_pattern = 'a', 274 …args args = { .ptr = (uint64_t)__builtin_return_address(0), .size = PAGE_SIZE, .test_pattern = 'a', 311 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'b', 352 upl_test_args args = { .ptr = (uint64_t)buf, .size = buf_size, .test_pattern = 'b', 398 …upl_test_args args = { .ptr = (uint64_t)_COMM_PAGE_START_ADDRESS, .size = 0x1000, .test_pattern = … [all …]
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_tests.c | 2517 char test_pattern; /* Starting char of test pattern we should write (if applicable) */ in vm_upl_test() member 2578 ((unsigned int*)kva)[i] = (unsigned int)args.test_pattern + i; in vm_upl_test()
|