Lines Matching refs:ksft_print_msg

72 		ksft_print_msg("PR_GET_SHADOW_STACK_STATUS failed: %d\n", ret);  in gcs_test_thread()
77 ksft_print_msg("GCS not enabled in thread, mode is %lu\n", in gcs_test_thread()
119 ksft_print_msg("GCS in use from %p-%p\n", gcs, cur); in TEST()
147 ksft_print_msg("fork() failed: %d (%s)\n", in TEST()
169 ksft_print_msg("Child: %d\n", child); in TEST()
177 ksft_print_msg("wait() failed: %s", in TEST()
208 ksft_print_msg("PTRACE_GETSIGINFO: %s\n", in TEST()
224 ksft_print_msg("PTRACE_CONT: %s\n", strerror(errno)); in TEST()
234 ksft_print_msg("Failed to read child GCS state: %s (%d)\n", in TEST()
247 ksft_print_msg("Child GCSPR 0x%lx, flags %llx, locked %llx\n", in TEST()
257 ksft_print_msg("PTRACE_PEEKDATA failed: %s (%d)\n", in TEST()
271 ksft_print_msg("process_vm_readv() failed: %s (%d)\n", in TEST()
279 ksft_print_msg("PTRACE_POKEDATA failed: %s (%d)\n", in TEST()
287 ksft_print_msg("PTRACE_POKEDATA failed: %s (%d)\n", in TEST()
438 ksft_print_msg("Allocated stack from %p-%p\n", self->stack, in FIXTURE_SETUP()
519 ksft_print_msg("Pivoting to %p from %p, target has value 0x%lx\n", in TEST_F()
524 ksft_print_msg("Pivoted to %p from %p, target has value 0x%lx\n", in TEST_F()
528 ksft_print_msg("Pivoted, GCSPR_EL0 now %p\n", get_gcspr()); in TEST_F()
536 ksft_print_msg("Recursing %zu levels\n", cap_index - 1); in TEST_F()
544 ksft_print_msg("Pivoted back to GCSPR_EL0 0x%p\n", get_gcspr()); in TEST_F()
572 ksft_print_msg("Pivoting to %p from %p, target has value 0x%lx\n", in TEST_F_SIGNAL()
577 ksft_print_msg("Pivoted to %p from %p, target has value 0x%lx\n", in TEST_F_SIGNAL()
581 ksft_print_msg("Pivoted, GCSPR_EL0 now %p\n", get_gcspr()); in TEST_F_SIGNAL()
589 ksft_print_msg("Recursing %zu levels...\n", cap_index + 1); in TEST_F_SIGNAL()
591 ksft_print_msg("...done\n"); in TEST_F_SIGNAL()
596 ksft_print_msg("Pivoted back to GCSPR_EL0 0x%p\n", get_gcspr()); in TEST_F_SIGNAL()
659 ksft_print_msg("Allocated stack from %p-%p\n", self->stack, in FIXTURE_SETUP()
712 ksft_print_msg("Failed to read GCS state: %d\n", ret); in main()
721 ksft_print_msg("Failed to configure GCS: %d\n", ret); in main()