Searched refs:upl_test_args (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/vm/ |
| H A D | upl.c | 62 } upl_test_args; typedef 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 …upl_test_args args = { .ptr = (uint64_t)__builtin_return_address(0), .size = PAGE_SIZE, .test_patt… 267 …upl_test_args args = { .ptr = (uint64_t)__builtin_return_address(0), .size = PAGE_SIZE, .test_patt… 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 …]
|