/arch/mips/include/asm/ |
D | cpu-features.h | 25 #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/ |
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()
|
/arch/mips/kernel/ |
D | cpu-probe.c | 300 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 …]
|
D | vmlinux.lds.S | 184 *(.MIPS.options) 185 *(.options)
|
/arch/cris/arch-v32/mach-a3/ |
D | dma.c | 21 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/ |
D | ip22-setup.c | 70 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/ |
D | dma.c | 21 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/ |
D | ip32-setup.c | 93 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/ |
D | setup.c | 63 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/ |
D | Makefile | 23 drop-sections = .reginfo .mdebug .comment .note .pdr .options .MIPS.options
|
/arch/powerpc/include/asm/ |
D | bootx.h | 21 #pragma options align=power 168 #pragma options align=reset
|
/arch/mips/mm/ |
D | c-r4k.c | 768 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/ |
D | Kconfig | 2 # This Kconfig describes xen options 37 Enable statistics output and various tuning options in debugfs.
|
/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/arm/plat-omap/include/mach/ |
D | nand.h | 14 unsigned int options; member
|
/arch/arm/mach-s3c2412/ |
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 (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/ |
D | Kconfig | 4 prompt "RSK+ options"
|
/arch/cris/include/arch-v32/mach-a3/mach/ |
D | dma.h | 23 unsigned options, unsigned bandwidth, enum dma_owner owner);
|
/arch/ia64/kvm/ |
D | Kconfig | 12 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/ |
D | arc_con.c | 27 static int prom_console_setup(struct console *co, char *options) in prom_console_setup() argument
|
/arch/powerpc/platforms/ps3/ |
D | Kconfig | 24 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/ |
D | promcon.c | 31 static int __init prom_console_setup(struct console *co, char *options) in prom_console_setup() argument
|
/arch/powerpc/kvm/ |
D | Kconfig | 8 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/ |
D | Kconfig | 4 prompt "SDK7780 options"
|
/arch/ia64/hp/sim/ |
D | hpsim_console.c | 42 simcons_init (struct console *cons, char *options) in simcons_init() argument
|