Lines Matching refs:testcases
71 struct testcases { struct
77 int (*test_func)(struct testcases *test); argument
260 int handle_max_bits(struct testcases *test) in handle_max_bits()
279 static int handle_malloc(struct testcases *test) in handle_malloc()
311 static int handle_mmap(struct testcases *test) in handle_mmap()
347 static int handle_syscall(struct testcases *test) in handle_syscall()
634 int handle_uring(struct testcases *test) in handle_uring()
652 static int fork_test(struct testcases *test) in fork_test()
672 static int handle_execve(struct testcases *test) in handle_execve()
708 static int handle_inheritance(struct testcases *test) in handle_inheritance()
745 struct testcases *test = arg; in thread_fn_set_lam()
750 static int handle_thread(struct testcases *test) in handle_thread()
785 static int handle_thread_enable(struct testcases *test) in handle_thread_enable()
807 static void run_test(struct testcases *test, int count) in run_test()
812 struct testcases *t = test + i; in run_test()
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) in handle_pasid()
1138 static struct testcases pasid_cases[] = {