Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 126) sorted by relevance

123456

/arch/m68k/hp300/
A Dhp300map.map157 string F1 = "\033[[A"
158 string F2 = "\033[[B"
159 string F3 = "\033[[C"
160 string F4 = "\033[[D"
161 string F5 = "\033[[E"
162 string F6 = "\033[17~"
163 string F7 = "\033[18~"
164 string F8 = "\033[19~"
165 string F9 = "\033[20~"
166 string F10 = "\033[21~"
[all …]
/arch/arm/mm/
A Dproc-arm7tdmi.S74 string cpu_arch_name, "armv4t"
75 string cpu_elf_name, "v4"
76 string cpu_arm7tdmi_name, "ARM7TDMI"
77 string cpu_triscenda7_name, "Triscend-A7x"
78 string cpu_at91_name, "Atmel-AT91M40xxx"
79 string cpu_s3c3410_name, "Samsung-S3C3410"
80 string cpu_s3c44b0x_name, "Samsung-S3C44B0x"
81 string cpu_s3c4510b_name, "Samsung-S3C4510B"
82 string cpu_s3c4530_name, "Samsung-S3C4530"
83 string cpu_netarm_name, "NETARM"
A Dproc-arm9tdmi.S74 string cpu_arch_name, "armv4t"
75 string cpu_elf_name, "v4"
76 string cpu_arm9tdmi_name, "ARM9TDMI"
77 string cpu_p2001_name, "P2001"
A Dproc-xscale.S576 string cpu_arch_name, "armv5te"
577 string cpu_elf_name, "v5"
580 string cpu_80200_name, "XScale-80200"
581 string cpu_80219_name, "XScale-80219"
584 string cpu_pxa250_name, "XScale-PXA250"
585 string cpu_pxa210_name, "XScale-PXA210"
586 string cpu_ixp42x_name, "XScale-IXP42x Family"
589 string cpu_ixp2400_name, "XScale-IXP2400"
590 string cpu_ixp2800_name, "XScale-IXP2800"
591 string cpu_pxa255_name, "XScale-PXA255"
[all …]
A Dproc-arm720.S173 string cpu_arch_name, "armv4t"
174 string cpu_elf_name, "v4"
175 string cpu_arm710_name, "ARM710T"
176 string cpu_arm720_name, "ARM720T"
A Dproc-sa1100.S242 string cpu_arch_name, "armv4"
243 string cpu_elf_name, "v4"
244 string cpu_sa1100_name, "StrongARM-1100"
245 string cpu_sa1110_name, "StrongARM-1110"
A Dproc-sa110.S200 string cpu_arch_name, "armv4"
201 string cpu_elf_name, "v4"
202 string cpu_sa110_name, "StrongARM-110"
A Dproc-arm740.S137 string cpu_arch_name, "armv4"
138 string cpu_elf_name, "v4"
139 string cpu_arm740_name, "ARM740T"
A Dproc-fa526.S188 string cpu_arch_name, "armv4"
189 string cpu_elf_name, "v4"
190 string cpu_fa526_name, "FA526"
/arch/xtensa/lib/
A Dstrnlen_user.S72 EX(10f) l32i a9, a4, 4 # get next word of string
73 addi a4, a4, 4 # advance string pointer
87 addi a4, a4, 2 # advance string pointer
96 addi a4, a4, 1 # advance string pointer
121 addi a4, a4, 1 # advance string pointer
123 bbci.l a4, 1, .Laligned # if string pointer is now word-aligned
127 EX(10f) l32i a9, a4, 0 # get word with first two bytes of string
128 bnone a9, a7, .Lz2 # if byte 2 (of word, not string) is zero
129 bany a9, a8, .Laligned # if byte 3 (of word, not string) is nonzero
/arch/um/drivers/
A Dstderr_console.c19 static void stderr_console_write(struct console *console, const char *string, in stderr_console_write() argument
22 generic_write(2 /* stderr */, string, len, NULL); in stderr_console_write()
A DKconfig68 string "xterm channel default terminal emulator"
79 string "Default main console channel initialization"
82 This is the string describing the channel to which the main console
89 string "Default console channel initialization"
92 This is the string describing the channel to which all consoles
101 string "Default serial line channel initialization"
104 This is the string describing the channel to which the serial lines
/arch/riscv/kernel/pi/
A DMakefile35 $(obj)/string.o: $(srctree)/lib/string.c FORCE
41 obj-y := cmdline_early.pi.o fdt_early.pi.o string.pi.o ctype.pi.o lib-fdt.pi.o lib-fdt_ro.pi.o arc…
/arch/powerpc/platforms/embedded6xx/
A Dls_uart.c31 const char string[] = "AAAAFFFFJJJJ>>>>VVVV>>>>ZZZZVVVVKKKK"; in wd_stop() local
33 int len = strlen(string); in wd_stop()
41 out_8(avr_addr + UART_TX, string[i]); in wd_stop()
/arch/x86/purgatory/
A DMakefile3 purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.o
8 $(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
/arch/nios2/
A DKconfig93 string "Default kernel command string"
104 bool "Force default kernel command string"
107 Set this to have arguments from the default kernel command string
111 bool "Ignore kernel command string from DTB"
123 will override "Default kernel command string".
/arch/riscv/purgatory/
A DMakefile3 purgatory-y := purgatory.o sha256.o entry.o string.o ctype.o memcpy.o memset.o
11 $(obj)/string.o: $(srctree)/lib/string.c FORCE
/arch/um/include/shared/
A Dinit.h79 #define __non_empty_string(dummyname,string) \ argument
82 char _string[sizeof(string)-2]; \
/arch/openrisc/lib/
A DMakefile6 obj-y := delay.o string.o memset.o memcpy.o
/arch/s390/kernel/
A Ddebug.c57 char *string; member
1244 static inline int debug_count_numargs(char *string) in debug_count_numargs() argument
1248 while (*string) { in debug_count_numargs()
1249 if (*string++ == '%') in debug_count_numargs()
1268 numargs = debug_count_numargs(string); in __debug_sprintf_event()
1278 va_start(ap, string); in __debug_sprintf_event()
1279 curr_event->string = string; in __debug_sprintf_event()
1304 numargs = debug_count_numargs(string); in __debug_sprintf_exception()
1314 va_start(ap, string); in __debug_sprintf_exception()
1315 curr_event->string = string; in __debug_sprintf_exception()
[all …]
/arch/csky/lib/
A DMakefile5 lib-y += string.o
/arch/microblaze/
A DKconfig.platform40 string "Targeted FPGA family"
68 string "Core version number"
/arch/mips/include/asm/
A Dasm.h115 #define ASM_PRINT(string) \ argument
121 TEXT(string)
123 #define ASM_PRINT(string) argument
/arch/x86/platform/ts5500/
A Dts5500.c86 const char * const string; member
103 ts5500_signatures[i].string, in ts5500_check_signature()
104 strlen(ts5500_signatures[i].string))) { in ts5500_check_signature()
/arch/arm/mach-rpc/
A Decard.h47 char string[256]; member

Completed in 712 milliseconds

123456