Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 134) sorted by relevance

123456

/arch/x86/boot/
Dearly_serial_console.c119 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/
Dpcap_kern.c56 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()
Dvector_kern.h47 short options; member
100 int options; member
/arch/mips/kernel/
Dfpu-probe.c116 c->options |= MIPS_CPU_MAC_2008_ONLY; in cpu_set_fpu_2008()
120 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008()
122 c->options |= MIPS_CPU_NAN_2008; in cpu_set_fpu_2008()
134 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008()
139 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_fpu_2008()
157 c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY); in cpu_set_nofpu_2008()
167 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()
169 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()
174 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()
178 c->options |= MIPS_CPU_NAN_2008; in cpu_set_nofpu_2008()
[all …]
Dcpu-probe.c69 cpu_data[0].options &= ~MIPS_CPU_HTW; in htw_disable()
146 c->options |= MIPS_CPU_MT_PER_TC_PERF_COUNTERS; in cpu_set_mt_per_tc_perf()
375 c->options |= MIPS_CPU_MM_FULL; in mm_config()
393 c->options |= MIPS_CPU_MM_SYSAD; in mm_config()
395 c->options |= MIPS_CPU_MM_FULL; in mm_config()
413 c->options |= MIPS_CPU_TLB; in decode_config0()
415 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()
468 c->options |= MIPS_CPU_PERF; in decode_config1()
470 c->options |= MIPS_CPU_WATCH; in decode_config1()
474 c->options |= MIPS_CPU_EJTAG; in decode_config1()
[all …]
Dcpu-r3k-probe.c95 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe()
98 c->options |= MIPS_CPU_FPU; in cpu_probe()
114 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe()
117 c->options |= MIPS_CPU_FPU; in cpu_probe()
121 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe()
155 c->options &= ~MIPS_CPU_FPU; in cpu_probe()
157 if (c->options & MIPS_CPU_FPU) in cpu_probe()
169 if (c->options & MIPS_CPU_FPU) in cpu_report()
Dvmlinux.lds.S225 *(.MIPS.options)
226 *(.options)
/arch/mips/sgi-ip22/
Dip22-setup.c67 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/
Dcpu-features.h19 #define __opt(opt) (cpu_data[0].options & (opt))
151 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
152 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
689 #define cpu_guest_has_fpu (cpu_data[0].guest.options & MIPS_CPU_FPU)
692 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH)
695 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC)
698 #define cpu_guest_has_segments (cpu_data[0].guest.options & MIPS_CPU_SEGMENTS)
701 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR)
704 #define cpu_guest_has_badinstrp (cpu_data[0].guest.options & MIPS_CPU_BADINSTRP)
707 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW)
[all …]
Dcpu-info.h35 unsigned long long options; member
62 unsigned long long options; member
/arch/mips/sgi-ip32/
Dip32-setup.c91 static char options[8] __initdata; in plat_mem_setup() local
94 strcpy(options, baud); in plat_mem_setup()
96 baud ? options : NULL); in plat_mem_setup()
/arch/mips/loongson64/
Dcpucfg-emul.c71 u64 options = c->options; in patch_cpucfg_sel1() local
74 if (options & MIPS_CPU_FPU) { in patch_cpucfg_sel1()
89 u64 options = c->options; in patch_cpucfg_sel2() local
96 if (options & MIPS_CPU_LDPTE) in patch_cpucfg_sel2()
/arch/mips/sni/
Dsetup.c65 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/
Dbootx.h22 #pragma options align=power
130 #pragma options align=reset
/arch/arm/boot/dts/
Ddove-cm-a510.dtsi48 * Memory options:
52 * NAND options:
55 * Ethernet options:
59 * Audio options:
62 * Touchscreen options:
65 * USB options:
69 * WiFi options:
Ddra62x-clocks.dtsi32 * 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/
Dld.script50 *(.MIPS.options)
51 *(.options)
/arch/mips/mm/
Dc-r4k.c1129 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1143 c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH; in probe_pcache()
1157 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1158 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1177 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1194 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1209 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1238 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1254 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1255 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
[all …]
/arch/arm64/kvm/
DKconfig11 Say Y here to get to see options for using your Linux host to run
15 If you say N, all options in this submenu will be skipped and
/arch/mips/
DKconfig.debug37 by default specifies the kernel command line options. However,
39 default kernel command line or add a few extra options to it.
41 command line options directly into the kernel. For that, you
45 The built-in options will be concatenated to the default command
58 when you want to add some extra options to the command line or ignore
59 the default command line, you can supply some command-line options at
65 options.
/arch/arm/mach-s3c/
Dmach-jive.c233 static int __init jive_mtdset(char *options) in jive_mtdset() argument
238 if (options == NULL || options[0] == '\0') in jive_mtdset()
241 if (kstrtoul(options, 10, &set)) { in jive_mtdset()
242 printk(KERN_ERR "failed to parse mtdset=%s\n", options); in jive_mtdset()
/arch/s390/kvm/
DKconfig11 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/mips/fw/arc/
Darc_con.c29 static int prom_console_setup(struct console *co, char *options) in prom_console_setup() argument
/arch/sh/boards/mach-sdk7780/
DKconfig5 prompt "SDK7780 options"
/arch/m68k/include/uapi/asm/
Dbootinfo-vme.h54 __be32 options; member

123456