Home
last modified time | relevance | path

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

123456

/arch/loongarch/kernel/
A Dcpu-probe.c115 c->options |= LOONGARCH_CPU_TLB; in cpu_probe_common()
117 c->options |= LOONGARCH_CPU_IOCSR; in cpu_probe_common()
119 c->options |= LOONGARCH_CPU_UAL; in cpu_probe_common()
129 c->options |= LOONGARCH_CPU_LAM; in cpu_probe_common()
133 c->options |= LOONGARCH_CPU_FPU; in cpu_probe_common()
138 c->options |= LOONGARCH_CPU_LSX; in cpu_probe_common()
144 c->options |= LOONGARCH_CPU_LASX; in cpu_probe_common()
157 c->options |= LOONGARCH_CPU_PTW; in cpu_probe_common()
161 c->options |= LOONGARCH_CPU_LSPW; in cpu_probe_common()
165 c->options |= LOONGARCH_CPU_LVZ; in cpu_probe_common()
[all …]
/arch/x86/boot/
A 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/mips/kernel/
A Dcpu-probe.c416 c->options |= MIPS_CPU_TLB; in decode_config0()
471 c->options |= MIPS_CPU_PERF; in decode_config1()
479 c->options |= MIPS_CPU_FPU; in decode_config1()
514 c->options |= MIPS_CPU_RIXI; in decode_config3()
529 c->options |= MIPS_CPU_LPA; in decode_config3()
548 c->options |= MIPS_CPU_HTW; in decode_config3()
553 c->options |= MIPS_CPU_SP; in decode_config3()
660 c->options |= MIPS_CPU_EVA; in decode_config5()
666 c->options |= MIPS_CPU_MVH; in decode_config5()
668 c->options |= MIPS_CPU_VP; in decode_config5()
[all …]
A Dfpu-probe.c120 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()
170 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()
175 c->options |= MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()
179 c->options |= MIPS_CPU_NAN_2008; in cpu_set_nofpu_2008()
271 if (c->options & MIPS_CPU_NAN_2008) in cpu_set_nofpu_id()
294 c->options |= MIPS_CPU_UFR; in cpu_set_fpu_opts()
296 c->options |= MIPS_CPU_FRE; in cpu_set_fpu_opts()
[all …]
A 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()
133 c->options &= ~MIPS_CPU_FPU; in cpu_probe()
135 if (c->options & MIPS_CPU_FPU) in cpu_probe()
149 if (c->options & MIPS_CPU_FPU) in cpu_report()
A Dvmlinux.lds.S237 *(.MIPS.options)
239 *(.options)
/arch/mips/sgi-ip22/
A Dip22-setup.c65 static char options[8] __initdata; in plat_mem_setup() local
68 strcpy(options, baud); in plat_mem_setup()
70 baud ? options : NULL); in plat_mem_setup()
/arch/mips/include/asm/
A Dcpu-features.h19 #define __opt(opt) (cpu_data[0].options & (opt))
146 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
147 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
687 #define cpu_guest_has_fpu (cpu_data[0].guest.options & MIPS_CPU_FPU)
690 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH)
705 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW)
708 #define cpu_guest_has_ldpte (cpu_data[0].guest.options & MIPS_CPU_LDPTE)
711 #define cpu_guest_has_mvh (cpu_data[0].guest.options & MIPS_CPU_MVH)
723 #define cpu_guest_has_perf (cpu_data[0].guest.options & MIPS_CPU_PERF)
726 #define cpu_guest_has_maar (cpu_data[0].guest.options & MIPS_CPU_MAAR)
[all …]
/arch/mips/loongson64/
A 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/sgi-ip32/
A Dip32-setup.c90 static char options[8] __initdata; in plat_mem_setup() local
93 strcpy(options, baud); in plat_mem_setup()
95 baud ? options : NULL); in plat_mem_setup()
/arch/mips/sni/
A Dsetup.c66 static char options[8] __initdata; in sni_console_setup() local
83 strcpy(options, baud); in sni_console_setup()
86 baud ? options : NULL); in sni_console_setup()
89 baud ? options : NULL); in sni_console_setup()
/arch/powerpc/configs/
A Dsecurity.config1 # Help: Common security options for PowerPC builds
10 # These are some general, reasonably inexpensive hardening options
/arch/powerpc/include/uapi/asm/
A Dbootx.h22 #pragma options align=power
130 #pragma options align=reset
/arch/arm/boot/dts/marvell/
A Ddove-cm-a510.dtsi48 * Memory options:
52 * NAND options:
55 * Ethernet options:
59 * Audio options:
62 * Touchscreen options:
65 * USB options:
69 * WiFi options:
/arch/arm/boot/dts/ti/omap/
A 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/
A Dld.script53 *(.MIPS.options)
54 *(.options)
/arch/riscv/kvm/
A 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/mm/
A Dc-r4k.c1018 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1046 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1047 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1067 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1084 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1100 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
1101 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1150 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1165 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
1218 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
[all …]
/arch/um/drivers/
A Dvector_kern.h50 short options; member
103 int options; member
/arch/mips/
A DKconfig.debug33 by default specifies the kernel command line options. However,
35 default kernel command line or add a few extra options to it.
37 command line options directly into the kernel. For that, you
41 The built-in options will be concatenated to the default command
54 when you want to add some extra options to the command line or ignore
55 the default command line, you can supply some command-line options at
61 options.
/arch/loongarch/kvm/
A 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/kvm/
A DKconfig10 Say Y here to get to see options for using your Linux host to run
14 If you say N, all options in this submenu will be skipped and disabled.
/arch/loongarch/include/asm/
A Dcpu-features.h15 #define cpu_opt(opt) (cpu_data[0].options & (opt))
16 #define cpu_has(feat) (cpu_data[0].options & BIT_ULL(feat))
/arch/microblaze/
A DKconfig95 comment "Boot options"
107 supply some command-line options at build time by entering them
127 bool "Prompt for advanced kernel configuration options"
130 configuration options. These options can cause the kernel to not
136 comment "Default settings for advanced configuration options are used"
/arch/s390/kvm/
A 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.

Completed in 49 milliseconds

123456