/arch/x86/boot/ |
D | early_serial_console.c | 119 char optstr[64], *options; in parse_console_uart8250() local 130 options = optstr; in parse_console_uart8250() 132 if (!strncmp(options, "uart8250,io,", 12)) in parse_console_uart8250() 133 port = simple_strtoull(options + 12, &options, 0); in parse_console_uart8250() 134 else if (!strncmp(options, "uart,io,", 8)) in parse_console_uart8250() 135 port = simple_strtoull(options + 8, &options, 0); in parse_console_uart8250() 139 if (options && (options[0] == ',')) in parse_console_uart8250() 140 baud = simple_strtoull(options + 1, &options, 0); in parse_console_uart8250()
|
/arch/um/drivers/ |
D | pcap_kern.c | 56 char *remain, *host_if = NULL, *options[2] = { NULL, NULL }; in pcap_setup() local 66 &options[0], &options[1], mac_out, NULL); in pcap_setup() 76 for (i = 0; i < ARRAY_SIZE(options); i++) { in pcap_setup() 77 if (options[i] == NULL) in pcap_setup() 79 if (!strcmp(options[i], "promisc")) in pcap_setup() 81 else if (!strcmp(options[i], "nopromisc")) in pcap_setup() 83 else if (!strcmp(options[i], "optimize")) in pcap_setup() 85 else if (!strcmp(options[i], "nooptimize")) in pcap_setup() 89 options[i]); in pcap_setup()
|
D | vector_kern.h | 44 short options; member 97 int options; member
|
/arch/mips/kernel/ |
D | cpu-probe.c | 116 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008() 118 c->options |= MIPS_CPU_NAN_2008; in cpu_set_fpu_2008() 130 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008() 135 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008() 153 c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY); in cpu_set_nofpu_2008() 162 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008() 164 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008() 169 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008() 173 c->options |= MIPS_CPU_NAN_2008; in cpu_set_nofpu_2008() 178 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008() [all …]
|
D | vmlinux.lds.S | 227 *(.MIPS.options) 228 *(.options)
|
/arch/mips/sgi-ip22/ |
D | ip22-setup.c | 67 static char options[8] __initdata; in plat_mem_setup() local 70 strcpy(options, baud); in plat_mem_setup() 72 baud ? options : NULL); in plat_mem_setup()
|
/arch/mips/include/asm/ |
D | cpu-features.h | 19 #define __opt(opt) (cpu_data[0].options & (opt)) 149 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) 150 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU) 663 #define cpu_guest_has_fpu (cpu_data[0].guest.options & MIPS_CPU_FPU) 666 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH) 669 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC) 672 #define cpu_guest_has_segments (cpu_data[0].guest.options & MIPS_CPU_SEGMENTS) 675 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR) 678 #define cpu_guest_has_badinstrp (cpu_data[0].guest.options & MIPS_CPU_BADINSTRP) 681 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW) [all …]
|
D | cpu-info.h | 35 unsigned long long options; member 62 unsigned long long options; member
|
D | timex.h | 64 asm volatile("" : "=m" (cpu_data[0].options)); in can_use_mips_counter()
|
/arch/mips/sgi-ip32/ |
D | ip32-setup.c | 93 static char options[8] __initdata; in plat_mem_setup() local 96 strcpy(options, baud); in plat_mem_setup() 98 baud ? options : NULL); in plat_mem_setup()
|
/arch/mips/sni/ |
D | setup.c | 65 static char options[8] __initdata; in sni_console_setup() local 82 strcpy(options, baud); in sni_console_setup() 85 baud ? options : NULL); in sni_console_setup() 88 baud ? options : NULL); in sni_console_setup()
|
/arch/powerpc/include/uapi/asm/ |
D | bootx.h | 22 #pragma options align=power 130 #pragma options align=reset
|
/arch/arm/boot/dts/ |
D | dove-cm-a510.dtsi | 48 * Memory options: 52 * NAND options: 55 * Ethernet options: 59 * Audio options: 62 * Touchscreen options: 65 * USB options: 69 * WiFi options:
|
D | dra62x-clocks.dtsi | 32 * Compared to dm814x, dra62x has different shifts and more mux options. 33 * Please add the extra options for ysclk_14 and 16 if really needed.
|
/arch/mips/boot/compressed/ |
D | ld.script | 50 *(.MIPS.options) 51 *(.options)
|
/arch/mips/ |
D | Kconfig.debug | 38 by default specifies the kernel command line options. However, 40 default kernel command line or add a few extra options to it. 42 command line options directly into the kernel. For that, you 46 The built-in options will be concatenated to the default command 60 when you want to add some extra options to the command line or ignore 61 the default command line, you can supply some command-line options at 67 options.
|
/arch/mips/mm/ |
D | c-r4k.c | 1098 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache() 1112 c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH; in probe_pcache() 1126 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache() 1127 c->options |= MIPS_CPU_PREFETCH; in probe_pcache() 1146 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache() 1163 c->options |= MIPS_CPU_PREFETCH; in probe_pcache() 1178 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache() 1207 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache() 1223 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache() 1224 c->options |= MIPS_CPU_PREFETCH; in probe_pcache() [all …]
|
/arch/arm/kvm/ |
D | Kconfig | 12 Say Y here to get to see options for using your Linux host to run 16 If you say N, all options in this submenu will be skipped and
|
/arch/arm64/kvm/ |
D | Kconfig | 12 Say Y here to get to see options for using your Linux host to run 16 If you say N, all options in this submenu will be skipped and
|
/arch/arm/mach-s3c24xx/ |
D | mach-jive.c | 234 static int __init jive_mtdset(char *options) in jive_mtdset() argument 239 if (options == NULL || options[0] == '\0') in jive_mtdset() 242 if (kstrtoul(options, 10, &set)) { in jive_mtdset() 243 printk(KERN_ERR "failed to parse mtdset=%s\n", options); in jive_mtdset()
|
/arch/mips/fw/arc/ |
D | arc_con.c | 29 static int prom_console_setup(struct console *co, char *options) in prom_console_setup() argument
|
/arch/s390/kvm/ |
D | Kconfig | 11 Say Y here to get to see options for using your Linux host to run other 15 If you say N, all options in this submenu will be skipped and disabled.
|
/arch/sh/boards/mach-sdk7780/ |
D | Kconfig | 5 prompt "SDK7780 options"
|
/arch/m68k/include/uapi/asm/ |
D | bootinfo-vme.h | 54 __be32 options; member
|
/arch/sh/boards/mach-rsk/ |
D | Kconfig | 5 prompt "RSK+ options"
|