/kernel/linux/linux-6.6/arch/mips/boot/compressed/ |
H A D | decompress.c | 34 extern void puts(const char *s); 37 #define puts(s) do {} while (0) macro 45 puts("\n\n"); in error() 46 puts(x); in error() 47 puts("\n\n -- System halted"); in error() 99 puts("zimage at: "); in decompress_kernel() 101 puts(" "); in decompress_kernel() 103 puts("\n"); in decompress_kernel() 110 puts("Uncompressing Linux at load address "); in decompress_kernel() 112 puts("\ in decompress_kernel() [all...] |
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | decompress.c | 26 extern void puts(const char *s); 29 #define puts(s) do {} while (0) macro 35 puts("\n\n"); in error() 36 puts(x); in error() 37 puts("\n\n -- System halted"); in error() 89 puts("zimage at: "); in decompress_kernel() 91 puts(" "); in decompress_kernel() 93 puts("\n"); in decompress_kernel() 100 puts("Uncompressing Linux at load address "); in decompress_kernel() 102 puts("\ in decompress_kernel() [all...] |
H A D | dbg.c | 16 void puts(const char *s) in puts() function 36 puts(buf); in puthex()
|
/kernel/linux/linux-5.10/arch/mips/boot/compressed/ |
H A D | decompress.c | 32 extern void puts(const char *s); 35 #define puts(s) do {} while (0) macro 43 puts("\n\n"); in error() 44 puts(x); in error() 45 puts("\n\n -- System halted"); in error() 97 puts("zimage at: "); in decompress_kernel() 99 puts(" "); in decompress_kernel() 101 puts("\n"); in decompress_kernel() 108 puts("Uncompressing Linux at load address "); in decompress_kernel() 110 puts("\ in decompress_kernel() [all...] |
H A D | dbg.c | 16 void puts(const char *s) in puts() function 36 puts(buf); in puthex()
|
/kernel/linux/linux-6.6/tools/testing/selftests/riscv/vector/ |
H A D | vstate_exec_nolibc.c | 15 puts("PR_RISCV_V_GET_CONTROL is not supported\n"); in main() 22 puts("fork failed\n"); in main() 35 puts("child execve failed\n"); in main() 43 puts("fork failed\n"); in main() 50 puts("child's vstate_ctrl not equal to parent's\n"); in main() 65 puts("child exited abnormally\n"); in main() 71 puts("child was terminated by unexpected signal\n"); in main() 76 puts("child signaled by illegal V access but vstate_ctrl is not off\n"); in main() 88 puts("parent has inherit bit, but child has not\n"); in main() 95 puts("paren in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | fp-pidbench.S | 28 puts "\n" 34 puts "Iterations per test: " 39 puts "\n" 42 puts "No SVE: " 49 puts "System does not support SVE\n" 54 puts "SVE VL: " 57 puts "\n" 59 puts "SVE used once: " 63 puts "SVE used per syscall: "
|
H A D | za-test.S | 183 puts "Terminated by signal " 186 puts ", no error, iterations=" 189 puts ", signals=" 224 puts "sigaction failure\n" 258 puts "Streaming mode " 271 1: puts "bad vector length: " 276 2: puts "vector length:\t" 279 puts " bits\n" 286 puts "PID:\t" 341 puts "Mismatc [all...] |
H A D | fpsimd-test.S | 167 puts "Terminated by signal " 170 puts ", no error, iterations=" 173 puts ", signals=" 208 puts "sigaction failure\n" 252 1: puts "Bad vector length: " 257 2: puts "Vector length:\t" 260 puts " bits\n" 268 puts "PID:\t" 310 puts "Mismatch: PID=" 313 puts ", iteratio [all...] |
H A D | sve-test.S | 330 puts "Terminated by signal " 333 puts ", no error, iterations=" 336 puts ", signals=" 371 puts "sigaction failure\n" 406 puts "Streaming mode " 420 1: puts "Bad vector length: " 425 2: puts "Vector length:\t" 428 puts " bits\n" 436 puts "PID:\t" 511 puts "Mismatc [all...] |
H A D | zt-test.S | 152 puts "Terminated by signal " 155 puts ", no error, iterations=" 158 puts ", signals=" 193 puts "sigaction failure\n" 234 puts "PID:\t" 275 puts "Mismatch: PID=" 278 puts ", iteration=" 281 puts "\tExpected [" 285 puts "]\n\tGot [" 289 puts "]\ [all...] |
/kernel/linux/linux-5.10/arch/sh/boot/compressed/ |
H A D | misc.c | 40 int puts(const char *); 73 int puts(const char *s) in puts() function 100 puts("\n\n"); in error() 101 puts(x); in error() 102 puts("\n\n -- System halted"); in error() 138 puts("Uncompressing Linux... "); in decompress_kernel() 142 puts("Ok, booting the kernel.\n"); in decompress_kernel()
|
/kernel/linux/linux-6.6/arch/sh/boot/compressed/ |
H A D | misc.c | 40 int puts(const char *); 73 int puts(const char *s) in puts() function 100 puts("\n\n"); in error() 101 puts(x); in error() 102 puts("\n\n -- System halted"); in error() 141 puts("Uncompressing Linux... "); in decompress_kernel() 145 puts("Ok, booting the kernel.\n"); in decompress_kernel()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/ |
H A D | testptp.c | 304 puts("frequency adjustment okay"); in main() 316 puts("time shift okay"); in main() 334 puts("set time okay"); in main() 343 puts("set time okay"); in main() 353 puts("set time okay"); in main() 365 puts("external time stamp request okay"); in main() 407 puts("-w can only be specified together with -p"); in main() 412 puts("-H can only be specified together with -p"); in main() 443 puts("periodic output request okay"); in main() 455 puts("se in main() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/ |
H A D | fpsimd-test.S | 53 function puts 71 .macro puts string 77 bl puts 103 bl puts 322 puts "Terminated by signal " 325 puts ", no error, iterations=" 328 puts ", signals=" 363 puts "sigaction failure\n" 384 1: puts "Bad vector length: " 389 2: puts "Vecto [all...] |
H A D | sve-test.S | 66 function puts 84 .macro puts string 90 bl puts 116 bl puts 473 puts "Terminated by signal " 476 puts ", no error, iterations=" 479 puts ", signals=" 514 puts "sigaction failure\n" 535 1: puts "Bad vector length: " 540 2: puts "Vecto [all...] |
/kernel/linux/linux-5.10/tools/power/acpi/tools/ec/ |
H A D | ec_access.c | 42 puts("\t-r [-s sleep] : Dump EC registers"); in usage() 43 puts("\t If sleep is given, sleep x seconds,"); in usage() 44 puts("\t re-read EC registers and show changes"); in usage() 45 puts("\t-b offset : Read value at byte_offset (in hex)"); in usage() 46 puts("\t-w offset -v value : Write value at byte_offset"); in usage() 47 puts("\t-h : Print this help\n\n"); in usage() 48 puts("Offsets and values are in hexadecimal number system."); in usage() 49 puts("The offset and value must be between 0 and 0xff."); in usage()
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/ec/ |
H A D | ec_access.c | 42 puts("\t-r [-s sleep] : Dump EC registers"); in usage() 43 puts("\t If sleep is given, sleep x seconds,"); in usage() 44 puts("\t re-read EC registers and show changes"); in usage() 45 puts("\t-b offset : Read value at byte_offset (in hex)"); in usage() 46 puts("\t-w offset -v value : Write value at byte_offset"); in usage() 47 puts("\t-h : Print this help\n\n"); in usage() 48 puts("Offsets and values are in hexadecimal number system."); in usage() 49 puts("The offset and value must be between 0 and 0xff."); in usage()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptp/ |
H A D | testptp.c | 334 puts("frequency adjustment okay"); in main() 351 puts("time shift okay"); in main() 363 puts("phase adjustment okay"); in main() 381 puts("set time okay"); in main() 390 puts("set time okay"); in main() 400 puts("set time okay"); in main() 412 puts("set pin function okay"); in main() 424 puts("external time stamp request okay"); in main() 466 puts("-w can only be specified together with -p"); in main() 471 puts(" in main() [all...] |
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/ |
H A D | misc.c | 84 int puts(const char *); 153 puts("\nERROR\n"); in error() 154 puts(x); in error() 155 puts("\n\n -- System halted"); in error() 171 puts("Uncompressing Linux... "); in decompress_kernel() 173 puts("Ok, booting the kernel.\n"); in decompress_kernel()
|
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/ |
H A D | misc.c | 84 int puts(const char *); 153 puts("\nERROR\n"); in error() 154 puts(x); in error() 155 puts("\n\n -- System halted"); in error() 171 puts("Uncompressing Linux... "); in decompress_kernel() 173 puts("Ok, booting the kernel.\n"); in decompress_kernel()
|
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/ |
H A D | misc.c | 120 int puts(const char *s) in puts() function 142 puts(buf); in putchar() 148 if (x) puts(x); in error() 149 puts("\n -- System halted\n"); in error() 170 puts(&str[i]); in print_num() 298 puts("ecompressing Linux... "); in decompress_kernel()
|
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/ |
H A D | misc.c | 120 static int puts(const char *s) in puts() function 142 puts(buf); in putchar() 148 if (x) puts(x); in error() 149 puts("\n -- System halted\n"); in error() 170 puts(&str[i]); in print_num() 298 puts("ecompressing Linux... "); in decompress_kernel()
|
/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | misc.c | 28 #define puts srm_printk macro 139 /* puts("."); */ in flush_window() 144 puts("\n\n"); in error() 145 puts(x); in error() 146 puts("\n\n -- System halted"); in error() 170 /* puts("Uncompressing Linux..."); */ in decompress_kernel() 172 /* puts(" done, booting the kernel.\n"); */ in decompress_kernel()
|
/kernel/linux/linux-6.6/arch/alpha/boot/ |
H A D | misc.c | 28 #define puts srm_printk macro 137 /* puts("."); */ in flush_window() 142 puts("\n\n"); in error() 143 puts(x); in error() 144 puts("\n\n -- System halted"); in error() 168 /* puts("Uncompressing Linux..."); */ in decompress_kernel() 170 /* puts(" done, booting the kernel.\n"); */ in decompress_kernel()
|