Symbol: do_test_and_reset
tools/testing/vma/tests/vma.c
295
do_test_and_reset(VMA_READ_BIT);
tools/testing/vma/tests/vma.c
296
do_test_and_reset(VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
297
do_test_and_reset(VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
298
do_test_and_reset(64);
tools/testing/vma/tests/vma.c
299
do_test_and_reset(65);
tools/testing/vma/tests/vma.c
302
do_test_and_reset(VMA_READ_BIT, VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
303
do_test_and_reset(VMA_READ_BIT, VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
304
do_test_and_reset(VMA_READ_BIT, 64);
tools/testing/vma/tests/vma.c
305
do_test_and_reset(VMA_READ_BIT, 65);
tools/testing/vma/tests/vma.c
306
do_test_and_reset(VMA_WRITE_BIT, VMA_READ_BIT);
tools/testing/vma/tests/vma.c
307
do_test_and_reset(VMA_WRITE_BIT, VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
308
do_test_and_reset(VMA_WRITE_BIT, 64);
tools/testing/vma/tests/vma.c
309
do_test_and_reset(VMA_WRITE_BIT, 65);
tools/testing/vma/tests/vma.c
310
do_test_and_reset(VMA_EXEC_BIT, VMA_READ_BIT);
tools/testing/vma/tests/vma.c
311
do_test_and_reset(VMA_EXEC_BIT, VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
312
do_test_and_reset(VMA_EXEC_BIT, 64);
tools/testing/vma/tests/vma.c
313
do_test_and_reset(VMA_EXEC_BIT, 65);
tools/testing/vma/tests/vma.c
314
do_test_and_reset(64, VMA_READ_BIT);
tools/testing/vma/tests/vma.c
315
do_test_and_reset(64, VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
316
do_test_and_reset(64, VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
317
do_test_and_reset(64, 65);
tools/testing/vma/tests/vma.c
318
do_test_and_reset(65, VMA_READ_BIT);
tools/testing/vma/tests/vma.c
319
do_test_and_reset(65, VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
320
do_test_and_reset(65, VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
321
do_test_and_reset(65, 64);