Home
last modified time | relevance | path

Searched defs:puts (Results 1 – 10 of 10) sorted by relevance

/arch/x86/boot/compressed/
Dmisc.h29 #define puts(__x) __putstr(0, __x) macro
/arch/mips/boot/compressed/
Ddbg.c16 void puts(const char *s) in puts() function
/arch/m32r/boot/compressed/
Dm32r_sio.c13 static int puts(const char *s) in puts() function
/arch/x86/boot/
Dtty.c63 void __attribute__((section(".inittext"))) puts(const char *str) in puts() function
/arch/sh/boot/compressed/
Dmisc.c72 int puts(const char *s) in puts() function
/arch/s390/boot/compressed/
Dmisc.c64 static int puts(const char *s) in puts() function
/arch/alpha/boot/
Dmisc.c27 #define puts srm_printk macro
/arch/arm/boot/compressed/
Dhead.S1176 puts: loadsp r3, r1 label
/arch/h8300/boot/compressed/
Dmisc.c95 int puts(const char *s) in puts() function
/arch/m68k/kernel/
Dhead.S512 .macro puts string macro