Lines Matching defs:testcases
71 struct testcases {
77 int (*test_func)(struct testcases *test);
260 int handle_max_bits(struct testcases *test)
279 static int handle_malloc(struct testcases *test)
311 static int handle_mmap(struct testcases *test)
347 static int handle_syscall(struct testcases *test)
634 int handle_uring(struct testcases *test)
652 static int fork_test(struct testcases *test)
672 static int handle_execve(struct testcases *test)
708 static int handle_inheritance(struct testcases *test)
745 struct testcases *test = arg;
750 static int handle_thread(struct testcases *test)
785 static int handle_thread_enable(struct testcases *test)
807 static void run_test(struct testcases *test, int count)
812 struct testcases *t = test + i;
833 static struct testcases uring_cases[] = {
849 static struct testcases malloc_cases[] = {
865 static struct testcases bits_cases[] = {
872 static struct testcases syscall_cases[] = {
888 static struct testcases mmap_cases[] = {
915 static struct testcases inheritance_cases[] = {
1078 int handle_pasid(struct testcases *test)
1138 static struct testcases pasid_cases[] = {