Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/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-6.14.4/arch/arm/boot/compressed/
Dmisc.c30 static void putstr(const char *ptr);
90 static void putstr(const char *ptr) in putstr() function
119 putstr("\n\n"); in error()
120 putstr(x); in error()
121 putstr("\n\n -- System halted"); in error()
148 putstr("Uncompressing Linux..."); in decompress_kernel()
154 putstr(" done, booting the kernel.\n"); in decompress_kernel()