Symbol: do_test_and_reset
tools/testing/vma/tests/vma.c
387
do_test_and_reset(VMA_READ_BIT);
tools/testing/vma/tests/vma.c
388
do_test_and_reset(VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
389
do_test_and_reset(VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
391
do_test_and_reset(64);
tools/testing/vma/tests/vma.c
392
do_test_and_reset(65);
tools/testing/vma/tests/vma.c
396
do_test_and_reset(VMA_READ_BIT, VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
397
do_test_and_reset(VMA_READ_BIT, VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
399
do_test_and_reset(VMA_READ_BIT, 64);
tools/testing/vma/tests/vma.c
400
do_test_and_reset(VMA_READ_BIT, 65);
tools/testing/vma/tests/vma.c
402
do_test_and_reset(VMA_WRITE_BIT, VMA_READ_BIT);
tools/testing/vma/tests/vma.c
403
do_test_and_reset(VMA_WRITE_BIT, VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
405
do_test_and_reset(VMA_WRITE_BIT, 64);
tools/testing/vma/tests/vma.c
406
do_test_and_reset(VMA_WRITE_BIT, 65);
tools/testing/vma/tests/vma.c
408
do_test_and_reset(VMA_EXEC_BIT, VMA_READ_BIT);
tools/testing/vma/tests/vma.c
409
do_test_and_reset(VMA_EXEC_BIT, VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
411
do_test_and_reset(VMA_EXEC_BIT, 64);
tools/testing/vma/tests/vma.c
412
do_test_and_reset(VMA_EXEC_BIT, 65);
tools/testing/vma/tests/vma.c
413
do_test_and_reset(64, VMA_READ_BIT);
tools/testing/vma/tests/vma.c
414
do_test_and_reset(64, VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
415
do_test_and_reset(64, VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
416
do_test_and_reset(64, 65);
tools/testing/vma/tests/vma.c
417
do_test_and_reset(65, VMA_READ_BIT);
tools/testing/vma/tests/vma.c
418
do_test_and_reset(65, VMA_WRITE_BIT);
tools/testing/vma/tests/vma.c
419
do_test_and_reset(65, VMA_EXEC_BIT);
tools/testing/vma/tests/vma.c
420
do_test_and_reset(65, 64);