Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dsev_init2_tests.c97 void test_flags(uint32_t vm_type) in test_flags() function
152 test_flags(KVM_X86_SEV_VM); in main()
154 test_flags(KVM_X86_SEV_ES_VM); in main()
156 test_flags(KVM_X86_SNP_VM); in main()
/linux/samples/bpf/
H A Dmap_perf_test_user.c71 static int test_flags = ~0; variable
79 return test_flags & TEST_BIT(t); in check_test_flags()
435 test_flags = atoi(argv[1]) ? : test_flags; in main()
/linux/mm/
H A Dgup_test.h28 __u32 test_flags; member
H A Dgup_test.c159 if (gup->test_flags & GUP_TEST_FLAG_DUMP_PAGES_USE_PIN) in __gup_test_ioctl()
194 put_back_pages(cmd, pages, nr_pages, gup->test_flags); in __gup_test_ioctl()
/linux/tools/perf/util/
H A Dtrace-event-parse.c173 test_flags(struct tep_format_field *prev_state_field, struct tep_print_arg *arg) in test_flags() function
201 sym = test_flags(prev_state_field, arg); in search_op()
/linux/tools/testing/memblock/tests/
H A Dcommon.h21 enum test_flags { enum
/linux/tools/testing/selftests/mm/
H A Dgup_test.c124 gup.test_flags |= GUP_TEST_FLAG_DUMP_PAGES_USE_PIN; in main()