Lines Matching refs:testcases
80 struct testcases { struct
86 int (*test_func)(struct testcases *test); argument
288 int handle_max_bits(struct testcases *test) in handle_max_bits()
307 static int handle_malloc(struct testcases *test) in handle_malloc()
339 static int handle_mmap(struct testcases *test) in handle_mmap()
375 static int handle_syscall(struct testcases *test) in handle_syscall()
401 static int get_user_syscall(struct testcases *test) in get_user_syscall()
738 int handle_uring(struct testcases *test) in handle_uring()
756 static int fork_test(struct testcases *test) in fork_test()
776 static int handle_execve(struct testcases *test) in handle_execve()
812 static int handle_inheritance(struct testcases *test) in handle_inheritance()
849 struct testcases *test = arg; in thread_fn_set_lam()
854 static int handle_thread(struct testcases *test) in handle_thread()
889 static int handle_thread_enable(struct testcases *test) in handle_thread_enable()
911 static void run_test(struct testcases *test, int count) in run_test()
916 struct testcases *t = test + i; in run_test()
937 static struct testcases uring_cases[] = {
953 static struct testcases malloc_cases[] = {
969 static struct testcases bits_cases[] = {
976 static struct testcases syscall_cases[] = {
1019 static struct testcases mmap_cases[] = {
1046 static struct testcases inheritance_cases[] = {
1210 int handle_pasid(struct testcases *test) in handle_pasid()
1270 static struct testcases pasid_cases[] = {