Home
last modified time | relevance | path

Searched refs:putstr (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/testing/selftests/arm64/abi/
Dtpidr2.c10 static void putstr(const char *str) in putstr() function
56 putstr("# UNEXPECTED TEST COUNT: "); in print_summary()
58 putstr("# Totals: pass:"); in print_summary()
60 putstr(" fail:"); in print_summary()
62 putstr(" xfail:0 xpass:0 skip:"); in print_summary()
64 putstr(" error:0\n"); in print_summary()
108 putstr("# TPIDR2 changed in child: "); in write_fork_read()
110 putstr("\n"); in write_fork_read()
118 putstr("# Failed to set TPIDR2 in child\n"); in write_fork_read()
123 putstr("# fork() failed: -"); in write_fork_read()
[all …]
/linux-5.19.10/tools/testing/selftests/arm64/fp/
Dza-fork.c14 static void putstr(const char *str) in putstr() function
38 putstr("# UNEXPECTED TEST COUNT: "); in print_summary()
40 putstr("# Totals: pass:"); in print_summary()
42 putstr(" fail:"); in print_summary()
44 putstr(" xfail:0 xpass:0 skip:"); in print_summary()
46 putstr(" error:0\n"); in print_summary()
66 putstr("# ZA state invalid in child\n"); in fork_test_c()
73 putstr("# fork() failed: -"); in fork_test_c()
75 putstr("\n"); in fork_test_c()
81 putstr("# ZA state invalid in parent\n"); in fork_test_c()
[all …]
/linux-5.19.10/tools/testing/selftests/arm64/bti/
Dtest.c40 static void putstr(const char *str) in putstr() function
57 putstr(test_name); \
58 putstr("/"); \
59 putstr(trampoline_name); \
64 putstr("# Totals: pass:"); in print_summary()
66 putstr(" fail:"); in print_summary()
68 putstr(" xfail:0 xpass:0 skip:"); in print_summary()
70 putstr(" error:0\n"); in print_summary()
82 putstr("# \t[SIGILL in "); in handler()
84 putstr(", BTYPE="); in handler()
[all …]
/linux-5.19.10/arch/arm/boot/compressed/
Dmisc.c28 static void putstr(const char *ptr);
88 static void putstr(const char *ptr) in putstr() function
120 putstr("\n\n"); in error()
121 putstr(x); in error()
122 putstr("\n\n -- System halted"); in error()
152 putstr("Uncompressing Linux..."); in decompress_kernel()
158 putstr(" done, booting the kernel.\n"); in decompress_kernel()