Home
last modified time | relevance | path

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

12345678910>>...21

/arch/mips/include/asm/
Dcpu-features.h25 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)
28 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
31 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
36 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
39 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE)
45 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
46 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
51 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
54 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER)
57 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)
[all …]
/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()
/arch/mips/kernel/
Dcpu-probe.c300 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
303 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
321 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
324 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
347 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
387 c->options = R4K_OPTS; in cpu_probe_legacy()
394 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
402 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
417 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
423 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe_legacy()
[all …]
Dvmlinux.lds.S184 *(.MIPS.options)
185 *(.options)
/arch/cris/arch-v32/mach-a3/
Ddma.c21 unsigned options, unsigned int bandwidth, enum dma_owner owner) in crisv32_request_dma() argument
28 options & DMA_INT_MEM ? INT_REGION : EXT_REGION, in crisv32_request_dma()
36 if (options & DMA_VERBOSE_ON_ERROR) in crisv32_request_dma()
43 if (options & DMA_PANIC_ON_ERROR) in crisv32_request_dma()
77 if (options & DMA_VERBOSE_ON_ERROR) in crisv32_request_dma()
82 if (options & DMA_PANIC_ON_ERROR) in crisv32_request_dma()
/arch/mips/sgi-ip22/
Dip22-setup.c70 static char options[8]; in plat_mem_setup() local
73 strcpy(options, baud); in plat_mem_setup()
75 baud ? options : NULL); in plat_mem_setup()
/arch/cris/arch-v32/mach-fs/
Ddma.c21 unsigned options, unsigned int bandwidth, in crisv32_request_dma() argument
29 options & DMA_INT_MEM ? in crisv32_request_dma()
38 if (options & DMA_VERBOSE_ON_ERROR) { in crisv32_request_dma()
45 if (options & DMA_PANIC_ON_ERROR) in crisv32_request_dma()
79 if (options & DMA_VERBOSE_ON_ERROR) { in crisv32_request_dma()
85 if (options & DMA_PANIC_ON_ERROR) in crisv32_request_dma()
/arch/mips/sgi-ip32/
Dip32-setup.c93 static char options[8]; in plat_mem_setup() local
96 strcpy(options, baud); in plat_mem_setup()
98 baud ? options : NULL); in plat_mem_setup()
/arch/mips/sni/
Dsetup.c63 static char options[8]; in sni_console_setup() local
80 strcpy(options, baud); in sni_console_setup()
83 baud ? options : NULL); in sni_console_setup()
86 baud ? options : NULL); in sni_console_setup()
/arch/mips/boot/
DMakefile23 drop-sections = .reginfo .mdebug .comment .note .pdr .options .MIPS.options
/arch/powerpc/include/asm/
Dbootx.h21 #pragma options align=power
168 #pragma options align=reset
/arch/mips/mm/
Dc-r4k.c768 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
783 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
797 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
798 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
818 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
834 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
848 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
877 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
895 c->options |= MIPS_CPU_CACHE_CDEX_P; in probe_pcache()
897 c->options |= MIPS_CPU_PREFETCH; in probe_pcache()
[all …]
/arch/x86/xen/
DKconfig2 # This Kconfig describes xen options
37 Enable statistics output and various tuning options in debugfs.
/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/arm/plat-omap/include/mach/
Dnand.h14 unsigned int options; member
/arch/arm/mach-s3c2412/
Dmach-jive.c234 static int __init jive_mtdset(char *options) in jive_mtdset() argument
239 if (options == NULL || options[0] == '\0') in jive_mtdset()
242 if (strict_strtoul(options, 10, &set)) { in jive_mtdset()
243 printk(KERN_ERR "failed to parse mtdset=%s\n", options); in jive_mtdset()
/arch/sh/boards/mach-rsk/
DKconfig4 prompt "RSK+ options"
/arch/cris/include/arch-v32/mach-a3/mach/
Ddma.h23 unsigned options, unsigned bandwidth, enum dma_owner owner);
/arch/ia64/kvm/
DKconfig12 Say Y here to get to see options for using your Linux host to run other
16 If you say N, all options in this submenu will be skipped and disabled.
/arch/mips/fw/arc/
Darc_con.c27 static int prom_console_setup(struct console *co, char *options) in prom_console_setup() argument
/arch/powerpc/platforms/ps3/
DKconfig24 bool "PS3 Advanced configuration options"
26 This gives you access to some advanced options for the PS3. The
27 defaults should be fine for most users, but these options may make
33 the questions about these options.
124 contains the boot loader and some boot options.
/arch/mips/dec/
Dpromcon.c31 static int __init prom_console_setup(struct console *co, char *options) in prom_console_setup() argument
/arch/powerpc/kvm/
DKconfig8 Say Y here to get to see options for using your Linux host to run
12 If you say N, all options in this submenu will be skipped and
/arch/sh/boards/mach-sdk7780/
DKconfig4 prompt "SDK7780 options"
/arch/ia64/hp/sim/
Dhpsim_console.c42 simcons_init (struct console *cons, char *options) in simcons_init() argument

12345678910>>...21