Home
last modified time | relevance | path

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

123456

/arch/m68k/hp300/
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/
Dproc-arm7tdmi.S62 string cpu_arch_name, "armv4t"
63 string cpu_elf_name, "v4"
64 string cpu_arm7tdmi_name, "ARM7TDMI"
65 string cpu_triscenda7_name, "Triscend-A7x"
66 string cpu_at91_name, "Atmel-AT91M40xxx"
67 string cpu_s3c3410_name, "Samsung-S3C3410"
68 string cpu_s3c44b0x_name, "Samsung-S3C44B0x"
69 string cpu_s3c4510b_name, "Samsung-S3C4510B"
70 string cpu_s3c4530_name, "Samsung-S3C4530"
71 string cpu_netarm_name, "NETARM"
Dproc-arm9tdmi.S62 string cpu_arch_name, "armv4t"
63 string cpu_elf_name, "v4"
64 string cpu_arm9tdmi_name, "ARM9TDMI"
65 string cpu_p2001_name, "P2001"
Dproc-xscale.S593 string cpu_arch_name, "armv5te"
594 string cpu_elf_name, "v5"
596 string cpu_80200_A0_A1_name, "XScale-80200 A0/A1"
597 string cpu_80200_name, "XScale-80200"
598 string cpu_80219_name, "XScale-80219"
599 string cpu_8032x_name, "XScale-IOP8032x Family"
600 string cpu_8033x_name, "XScale-IOP8033x Family"
601 string cpu_pxa250_name, "XScale-PXA250"
602 string cpu_pxa210_name, "XScale-PXA210"
603 string cpu_ixp42x_name, "XScale-IXP42x Family"
[all …]
Dproc-arm720.S164 string cpu_arch_name, "armv4t"
165 string cpu_elf_name, "v4"
166 string cpu_arm710_name, "ARM710T"
167 string cpu_arm720_name, "ARM720T"
Dproc-arm740.S125 string cpu_arch_name, "armv4"
126 string cpu_elf_name, "v4"
127 string cpu_arm740_name, "ARM740T"
Dproc-sa1100.S235 string cpu_arch_name, "armv4"
236 string cpu_elf_name, "v4"
237 string cpu_sa1100_name, "StrongARM-1100"
238 string cpu_sa1110_name, "StrongARM-1110"
Dproc-sa110.S193 string cpu_arch_name, "armv4"
194 string cpu_elf_name, "v4"
195 string cpu_sa110_name, "StrongARM-110"
Dproc-fa526.S182 string cpu_arch_name, "armv4"
183 string cpu_elf_name, "v4"
184 string cpu_fa526_name, "FA526"
/arch/xtensa/lib/
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/
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()
/arch/riscv/kernel/pi/
DMakefile32 $(obj)/string.o: $(srctree)/lib/string.c FORCE
38 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
/arch/powerpc/platforms/embedded6xx/
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/
DMakefile4 purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.o
9 $(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
/arch/um/include/shared/
Dinit.h79 #define __non_empty_string(dummyname,string) \ argument
82 char _string[sizeof(string)-2]; \
/arch/nios2/
DKconfig91 string "Default kernel command string"
102 bool "Force default kernel command string"
105 Set this to have arguments from the default kernel command string
109 bool "Ignore kernel command string from DTB"
121 will override "Default kernel command string".
/arch/riscv/purgatory/
DMakefile4 purgatory-y := purgatory.o sha256.o entry.o string.o ctype.o memcpy.o memset.o
10 $(obj)/string.o: $(srctree)/lib/string.c FORCE
/arch/s390/kernel/
Ddebug.c56 char *string; member
1086 static inline int debug_count_numargs(char *string) in debug_count_numargs() argument
1090 while (*string) { in debug_count_numargs()
1091 if (*string++ == '%') in debug_count_numargs()
1100 debug_entry_t *__debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event() argument
1110 numargs = debug_count_numargs(string); in __debug_sprintf_event()
1120 va_start(ap, string); in __debug_sprintf_event()
1121 curr_event->string = string; in __debug_sprintf_event()
1135 debug_entry_t *__debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_exception() argument
1146 numargs = debug_count_numargs(string); in __debug_sprintf_exception()
[all …]
/arch/openrisc/lib/
DMakefile6 obj-y := delay.o string.o memset.o memcpy.o
/arch/csky/lib/
DMakefile5 lib-y += string.o
/arch/microblaze/
DKconfig.platform40 string "Targeted FPGA family"
68 string "Core version number"
/arch/x86/platform/ts5500/
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/mips/include/asm/
Dasm.h114 #define ASM_PRINT(string) \ argument
120 TEXT(string)
122 #define ASM_PRINT(string) argument
/arch/arm64/include/asm/
Dasm-bug.h14 14472: .string file; \
/arch/sh/kernel/vsyscall/
Dvsyscall-trapa.S19 .string "zR" /* NUL-terminated augmentation string */

123456