Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Dnpt_ops.c37 #define TEST_MEM_SZ (PAGESZ * 256) macro
90 .vdt_len = TEST_MEM_SZ, in legacy_clear_dirty()
125 .vdt_len = TEST_MEM_SZ, in test_legacy()
231 uint8_t *datap = vm_map_gpa(ctx, 0, TEST_MEM_SZ); in test_op_get_dirty()
237 for (uint_t i = 0; i < TEST_MEM_SZ; i += (PAGESZ * 8)) { in test_op_get_dirty()
244 .vno_len = TEST_MEM_SZ, in test_op_get_dirty()
284 .vno_len = TEST_MEM_SZ, in test_op_set_dirty()
303 uint8_t *datap = vm_map_gpa(ctx, 0, TEST_MEM_SZ); in test_op_reset_dirty()
309 for (uintptr_t gpa = 0; gpa < (TEST_MEM_SZ / 2); gpa += PAGESZ) { in test_op_reset_dirty()
315 for (uintptr_t gpa = 0; gpa < TEST_MEM_SZ; gpa += (2 * PAGESZ)) { in test_op_reset_dirty()
[all …]