Lines Matching refs:ksft_print_msg
46 ksft_print_msg("Mode set to %lx not %lx\n", in gcs_set_status()
51 ksft_print_msg("Failed to validate mode: %d\n", ret); in gcs_set_status()
55 ksft_print_msg("%senabled by prctl but %senabled in CHKFEAT\n", in gcs_set_status()
74 ksft_print_msg("Failed to read state: %d\n", ret); in read_status()
88 ksft_print_msg("PR_SHADOW_STACK_ENABLE failed %d\n", ret); in base_enable()
100 ksft_print_msg("GET GCSPR\n"); in read_gcspr_el0()
102 ksft_print_msg("GCSPR_EL0 is %p\n", gcspr_el0); in read_gcspr_el0()
114 ksft_print_msg("PR_SHADOW_STACK_ENABLE writeable failed: %d\n", ret); in enable_writeable()
120 ksft_print_msg("failed to restore plain enable %d\n", ret); in enable_writeable()
134 ksft_print_msg("PR_SHADOW_STACK_ENABLE with push failed: %d\n", in enable_push_pop()
141 ksft_print_msg("failed to restore plain enable %d\n", ret); in enable_push_pop()
156 ksft_print_msg("PR_SHADOW_STACK_ENABLE with everything failed: %d\n", in enable_all()
163 ksft_print_msg("failed to restore plain enable %d\n", ret); in enable_all()
174 ksft_print_msg("GCS_SET_STATUS %lx succeeded\n", ULONG_MAX); in enable_invalid()
194 ksft_print_msg("Failed to map %lu byte GCS: %d\n", in map_guarded_stack()
198 ksft_print_msg("Mapped GCS at %p-%p\n", buf, in map_guarded_stack()
204 ksft_print_msg("Last entry is 0x%llx not 0x0\n", buf[elem]); in map_guarded_stack()
214 ksft_print_msg("Cap entry is 0x%llx not 0x%llx\n", in map_guarded_stack()
218 ksft_print_msg("cap token is 0x%llx\n", buf[elem]); in map_guarded_stack()
224 ksft_print_msg("GCS slot %d is 0x%llx not 0x0\n", in map_guarded_stack()
231 ksft_print_msg("Failed to unmap %ld byte GCS: %d\n", in map_guarded_stack()
249 ksft_print_msg("fork() failed: %d\n", errno); in test_fork()
262 ksft_print_msg("GCS not enabled in child\n"); in test_fork()
275 ksft_print_msg("Waiting for child %d\n", pid); in test_fork()
279 ksft_print_msg("Failed to wait for child: %d\n", in test_fork()
285 ksft_print_msg("Child exited due to signal %d\n", in test_fork()
290 ksft_print_msg("Child exited with status %d\n", in test_fork()
311 ksft_print_msg("vfork() failed: %d\n", errno); in test_vfork()
326 ksft_print_msg("GCS not enabled in child\n"); in test_vfork()
339 ksft_print_msg("Waiting for child %d\n", pid); in test_vfork()
343 ksft_print_msg("Failed to wait for child: %d\n", in test_vfork()
349 ksft_print_msg("Child exited due to signal %d\n", in test_vfork()
353 ksft_print_msg("Child exited with status %d\n", in test_vfork()
415 ksft_print_msg("Failed to disable GCS: %d\n", ret); in main()