Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 129) 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"
/arch/mips/lasat/
Dsetup.c82 unsigned char *string = ptr; in lasat_panic_display() local
83 if (string == NULL) in lasat_panic_display()
84 string = "Kernel Panic"; in lasat_panic_display()
85 pvc_dump_string(string); in lasat_panic_display()
Dprom.c28 static void null_prom_display(const char *string, int pos, int clear) in null_prom_display() argument
48 void (*prom_display)(const char *string, int pos, int clear) =
Dprom.h5 extern void (*prom_display)(const char *string, int pos, int clear);
/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/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/powerpc/platforms/embedded6xx/
Dls_uart.c30 const char string[] = "AAAAFFFFJJJJ>>>>VVVV>>>>ZZZZVVVVKKKK"; in wd_stop() local
32 int len = strlen(string); in wd_stop()
40 out_8(avr_addr + UART_TX, string[i]); in wd_stop()
/arch/s390/kernel/
Ddebug.c55 char *string; member
1019 static inline int debug_count_numargs(char *string) in debug_count_numargs() argument
1023 while (*string) { in debug_count_numargs()
1024 if (*string++ == '%') in debug_count_numargs()
1033 debug_entry_t *__debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event() argument
1043 numargs = debug_count_numargs(string); in __debug_sprintf_event()
1053 va_start(ap, string); in __debug_sprintf_event()
1054 curr_event->string = string; in __debug_sprintf_event()
1068 debug_entry_t *__debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_exception() argument
1079 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/nios2/
DKconfig96 string "Default kernel command string"
107 bool "Force default kernel command string"
110 Set this to have arguments from the default kernel command string
114 bool "Ignore kernel command string from DTB"
126 will override "Default kernel command string".
/arch/um/include/shared/
Dinit.h79 #define __non_empty_string(dummyname,string) \ argument
82 char _string[sizeof(string)-2]; \
/arch/unicore32/
DKconfig139 string "Default kernel command string"
143 bool "Always use the default kernel command string"
146 Always use the default kernel command string, even if the boot
/arch/s390/lib/
DMakefile6 lib-y += delay.o string.o uaccess.o find.o spinlock.o
/arch/mips/lasat/image/
Dhead.S32 .string VERSION
/arch/microblaze/
DKconfig.platform40 string "Targeted FPGA family"
68 string "Core version number"
/arch/mips/include/asm/
Dasm.h108 #define PRINT(string) \ argument
114 TEXT(string)
116 #define PRINT(string) argument
/arch/arm64/include/asm/
Dasm-bug.h14 14472: .string file; \

123456