/linux-4.4.14/arch/arm/include/asm/ |
D | proc-fns.h | 26 extern struct processor { struct 78 } processor; argument 97 #define cpu_proc_init processor._proc_init 98 #define cpu_proc_fin processor._proc_fin 99 #define cpu_reset processor.reset 100 #define cpu_do_idle processor._do_idle 101 #define cpu_dcache_clean_area processor.dcache_clean_area 102 #define cpu_set_pte_ext processor.set_pte_ext 103 #define cpu_do_switch_mm processor.switch_mm 106 #define cpu_do_suspend processor.do_suspend [all …]
|
D | procinfo.h | 18 struct processor; 39 struct processor *proc;
|
/linux-4.4.14/drivers/cpufreq/ |
D | speedstep-lib.c | 33 static unsigned int pentium3_get_frequency(enum speedstep_processor processor) in pentium3_get_frequency() argument 88 if (processor == SPEEDSTEP_CPU_PIII_C_EARLY) { in pentium3_get_frequency() 226 unsigned int speedstep_get_frequency(enum speedstep_processor processor) in speedstep_get_frequency() argument 228 switch (processor) { in speedstep_get_frequency() 239 return pentium3_get_frequency(processor); in speedstep_get_frequency() 380 unsigned int speedstep_get_freqs(enum speedstep_processor processor, in speedstep_get_freqs() argument 391 if ((!processor) || (!low_speed) || (!high_speed) || (!set_state)) in speedstep_get_freqs() 397 prev_speed = speedstep_get_frequency(processor); in speedstep_get_freqs() 408 *low_speed = speedstep_get_frequency(processor); in speedstep_get_freqs() 427 *high_speed = speedstep_get_frequency(processor); in speedstep_get_freqs()
|
D | speedstep-lib.h | 37 extern unsigned int speedstep_get_frequency(enum speedstep_processor processor); 45 extern unsigned int speedstep_get_freqs(enum speedstep_processor processor,
|
D | Kconfig.powerpc | 8 If you don't have such processor, say N 16 frequencies. Using PMI, the processor will not only be able to run at
|
D | Kconfig.x86 | 65 architectures like Z34xx and Z35xx which enumerate processor 77 You need to specify the processor maximum speed as boot 89 This adds the CPUFreq driver for AMD Elan SC520 processor.
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 48 The SuperH is a RISC processor targeted for use in embedded systems 249 bool "Support SH7619 processor" 256 bool "Support SH7201 processor" 262 bool "Support SH7203 processor" 271 bool "Support SH7206 processor" 277 bool "Support SH7263 processor" 284 bool "Support SH7264 processor" 292 bool "Support SH7269 processor" 300 bool "Support MX-G processor" 309 bool "Support SH7705 processor" [all …]
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 9 the full 68000 processor instruction set. 11 of the 68000 processor family. They are mainly targeted at embedded 14 processor instruction set. 16 MC68xxx processor, select M68KCLASSIC. 18 processor, select COLDFIRE. 56 based on the 68020 processor. For the most part it is used in 65 processor, say Y. Otherwise, say N. Note that the 68020 requires a 75 processor, say Y. Otherwise, say N. Note that a MC68EC030 will not 84 or MC68040 processor, say Y. Otherwise, say N. Note that an 94 processor, say Y. Otherwise, say N. [all …]
|
/linux-4.4.14/Documentation/hwmon/ |
D | fam15h_power | 23 be calculated using different processor northbridge function 27 consumed by the processor for NB and logic external to the core. 29 the processor can support. 31 consumed by the processor. 39 attributes only for internal node0 of a multi-node processor.
|
D | k10temp | 57 socket type, not the processor's actual capabilities. Therefore, if you 58 are using an AM3 processor on an AM2+ mainboard, you can safely use the 65 Tctl is the processor temperature control value, used by the platform to 69 the processor temperature relative to the point at which the system must 70 supply the maximum cooling for the processor's specified maximum case 76 which the processor will throttle itself to avoid damage is available in
|
D | asb100 | 39 processor should work with. This is hardcoded by the mainboard and/or 40 processor itself. It is a value in volts.
|
D | coretemp | 31 Temperature known as TjMax is the maximum junction temperature of processor, 33 mechanism will perform actions to forcibly cool down the processor. Alarm 43 tempX_label - Contains string "Core X", where X is processor
|
D | lm78 | 55 The VID lines encode the core voltage value: the voltage level your processor 56 should work with. This is hardcoded by the mainboard and/or processor itself.
|
D | lm70 | 24 It communicates with a host processor (or microcontroller) via an
|
D | adm1021 | 103 that your specific Xeon processor model includes compatible sensors, you 109 Previous generations of the Xeon processor (based on Pentium II/III)
|
D | dme1737 | 75 in1: Vccp (processor core) 0V - 3V 84 in1: Vccp (processor core) 0V - 2V 93 in1: Vccp (processor core) 0V - 3V 102 in1: Vccp (processor core) 0V - 3V
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smd.txt | 15 processor of some sort - or in SMD language an "edge". The name of the edges 22 Definition: should specify the IRQ used by the remote processor to 23 signal this processor about communication related updates 29 signaling the remote processor: 37 Definition: the identifier of the remote processor in the smd channel 43 Definition: the identifier for the remote processor as known by the rest
|
/linux-4.4.14/Documentation/mn10300/ |
D | compartmentalisation.txt | 9 The "processor level" is a CPU core plus the other on-silicon 19 The appropriate processor is selected by a CONFIG_MN10300_PROC_YYYY option 25 The "unit level" is a processor plus all the external peripherals 26 controlled by that processor. 42 The appropriate processor is selected by a CONFIG_MN10300_UNIT_ZZZZ option
|
/linux-4.4.14/drivers/acpi/ |
D | Makefile | 68 obj-$(CONFIG_ACPI_PROCESSOR) += processor.o 84 processor-y := processor_driver.o 85 processor-$(CONFIG_ACPI_PROCESSOR_IDLE) += processor_idle.o 86 processor-$(CONFIG_ACPI_CPU_FREQ_PSS) += processor_throttling.o \ 88 processor-$(CONFIG_CPU_FREQ) += processor_perflib.o
|
D | acpi_processor.c | 265 pr->acpi_id = object.processor.proc_id; in acpi_processor_get_info() 323 if (!object.processor.pblk_address) in acpi_processor_get_info() 325 else if (object.processor.pblk_length != 6) in acpi_processor_get_info() 327 object.processor.pblk_length); in acpi_processor_get_info() 329 pr->throttling.address = object.processor.pblk_address; in acpi_processor_get_info() 333 pr->pblk = object.processor.pblk_address; in acpi_processor_get_info()
|
D | Kconfig | 235 the module will be called processor. 260 ACPI 4.0 defines processor Aggregator, which enables OS to perform 261 specific processor configuration and control that applies to all 262 processors in the platform. Currently only logical processor idling 274 recommended that this option be enabled, as your processor(s) 344 like aggressive processor idling, throttling, frequency and/or 477 processor machine check banks. Most server processors log 478 additional information about the error in processor uncore 480 widely from one processor to another, system software cannot
|
D | processor_pdc.c | 40 acpi_id = object.processor.proc_id; in processor_physically_present()
|
/linux-4.4.14/Documentation/ |
D | this_cpu_ops.txt | 5 variables associated with the *currently* executing processor. This is 8 specific processor). 10 this_cpu operations add a per cpu variable offset to the processor 17 processor is not changed between the calculation of the address and 29 data specific to the currently executing processor. Only the current 30 processor should be accessing that variable and therefore there are no 67 the processor. So the relocation to the per cpu base is encoded in the 84 prevent the kernel from moving the thread to a different processor 107 reserved for a specific processor. Without disabling preemption in the 112 the value of the individual counters for each processor are [all …]
|
D | remoteproc.txt | 5 Modern SoCs typically have heterogeneous remote processor devices in asymmetric 26 existing virtio drivers with remote processor backends at a minimal development 32 - Boot a remote processor (i.e. load its firmware, power it on, ...). 33 If the remote processor is already powered on, this function immediately 42 - Power off a remote processor (previously booted with rproc_boot()). 57 the remote processor's refcount, so always use rproc_put() to 69 /* let's power on and boot our remote processor */ 78 * our remote processor is now powered on... give it some work 90 - Allocate a new remote processor handle, but don't register 92 name of this remote processor, platform-specific ops handlers, [all …]
|
D | rpmsg.txt | 9 Modern SoCs typically employ heterogeneous remote processor devices in 21 multimedia tasks from the main application processor. 29 hardware accessible only by the remote processor, reserving kernel-controlled 30 resources on behalf of the remote processor, etc..). 43 to the processor. To minimize the risks of rogue (or buggy) userland code 49 Every rpmsg device is a communication channel with a remote processor (thus 64 - sends a message across to the remote processor on a given channel. 71 one becomes available (i.e. until the remote processor consumes 79 - sends a message across to the remote processor on a given channel, 83 The message will then be sent to the remote processor to which the [all …]
|
D | DMA-API.txt | 34 the processor can immediately be read by the processor or device 36 to make sure to flush the processor's write buffers before telling 41 It returns a pointer to the allocated region (in the processor's virtual 189 Maps a piece of processor virtual memory so it can be accessed by the 254 are flushed from the processor) and once before the data may be 255 accessed after being used by the device (to make sure any processor 443 processor and an I/O device, you should not be using this part of the 475 Returns the processor cache alignment. This is the absolute minimum 566 The return value will be either a pointer to the processor virtual
|
D | hwspinlock.txt | 19 This is necessary, for example, for Inter-processor communications: 24 is needed to deliver messages arriving from a remote processor to the 29 module (remote processor directly places new messages in this shared data 180 /* probably need to communicate id to a remote processor now */
|
D | volatile-considered-harmful.txt | 59 when the processor is busy-waiting on the value of a variable. The right 66 hyperthreaded twin processor; it also happens to serve as a compiler
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 16 A 32-bit RISC microprocessor based on the ARM7 processor core 19 Say Y if you want support for the ARM7TDMI processor. 24 bool "Support ARM720T processor" if (ARCH_MULTI_V4T && ARCH_INTEGRATOR) 34 A 32-bit RISC processor with 8kByte Cache, Write Buffer and 37 Say Y if you want support for the ARM720T processor. 42 bool "Support ARM740T processor" if (ARCH_MULTI_V4T && ARCH_INTEGRATOR) 50 A 32-bit RISC processor with 8KB cache or 4KB variants, 54 Say Y if you want support for the ARM740T processor. 66 A 32-bit RISC microprocessor based on the ARM9 processor core 69 Say Y if you want support for the ARM9TDMI processor. [all …]
|
D | proc-v6.S | 148 mrc p15, 0, r8, c1, c0, 2 @ co-processor access control 172 mcr p15, 0, r8, c1, c0, 2 @ co-processor access control 237 mrc p15, 0, r5, c0, c0, 0 @ get processor id 258 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
D | proc-syms.c | 24 EXPORT_SYMBOL(processor);
|
D | abort-ev6.S | 27 mrc p15, 0, r3, c0, c0, 0 @ get processor id
|
D | proc-arm9tdmi.S | 61 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
D | proc-arm7tdmi.S | 61 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
D | proc-arm720.S | 173 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
D | proc-arm740.S | 124 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 6 various processor subsystems and is connected on an interconnect bus. The 12 within a processor subsystem, and there can be more than one line going to a 13 specific processor's interrupt controller. The interrupt line connections are 25 routed to different processor sub-systems on DRA7xx as they are routed through 49 - ti,mbox-num-users: Number of targets (processor devices) that the mailbox 56 used for the communication between the host processor and a remote processor. 74 multiple interrupt lines connected to the MPU processor. 84 processor on AM33xx/AM43xx SoCs. 88 A device needing to communicate with a target processor device should specify
|
D | arm-mhu.txt | 5 3 independent channels/links to communicate with remote processor(s).
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | intel-pstate.txt | 6 modes based on the processor model, legacy mode and Hardware P state (HWP) 18 In HWP mode P state selection is implemented in the processor 20 the processor to control P state selection based on user preferences 50 processor itself and the P-states exposed to software are related to 53 driver selects a single P state the actual frequency the processor 54 will run at is selected by the processor itself.
|
D | pcc-cpufreq.txt | 47 firmware and OSPM. It is a mechanism for coordinating processor 54 OS wants for a logical processor. The platform firmware attempts to achieve 78 The ACPI PCCP() method is implemented for each logical processor and is 82 When PCC mode is enabled, the platform will not expose processor performance 88 computes the required performance for each processor based on server workload. 101 processor since the last time this command was completed. The output buffer 102 indicates the average unhalted frequency of the logical processor expressed as 109 desired frequency for a logical processor. The output buffer is currently 118 to deliver the requested processor performance 189 Nominal frequency is the maximum frequency of the processor, and it usually
|
D | user-guide.txt | 113 Some CPU frequency scaling-capable processor switch between various 133 what speed the processor shall run within the boundaries. One such 136 the processor shall run at. 151 frequency the processor can run at(in kHz) 153 frequency the processor can run at(in kHz) 209 triggered through a service processor or other
|
D | boost.txt | 41 3. Boosting means overclocking the processor, though under controlled 42 conditions. By raising the frequency and the voltage the processor
|
D | index.txt | 24 cpu-drivers.txt - How to implement a new cpufreq processor driver
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-rpmsg | 7 processor. Channels are identified with a (textual) name, 19 processor. Channels have a local ("source") rpmsg address, 37 processor. Channels have a local ("source") rpmsg address, 48 remote processor. This make it a local rpmsg server, 59 processor. Channels are identified by a textual name (see 69 to the other processor, in order to let it know about the
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
D | boot.c | 191 struct acpi_madt_local_x2apic *processor = NULL; in acpi_parse_x2apic() local 195 processor = (struct acpi_madt_local_x2apic *)header; in acpi_parse_x2apic() 197 if (BAD_MADT_ENTRY(processor, end)) in acpi_parse_x2apic() 202 apic_id = processor->local_apic_id; in acpi_parse_x2apic() 203 enabled = processor->lapic_flags & ACPI_MADT_ENABLED; in acpi_parse_x2apic() 226 struct acpi_madt_local_apic *processor = NULL; in acpi_parse_lapic() local 228 processor = (struct acpi_madt_local_apic *)header; in acpi_parse_lapic() 230 if (BAD_MADT_ENTRY(processor, end)) in acpi_parse_lapic() 242 acpi_register_lapic(processor->id, /* APIC ID */ in acpi_parse_lapic() 243 processor->lapic_flags & ACPI_MADT_ENABLED); in acpi_parse_lapic() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/remoteproc/ |
D | wkup_m3_rproc.txt | 4 The TI AM33xx and AM43xx family of devices use a small Cortex M3 co-processor 6 that cannot be controlled from the MPU. This CM3 processor requires a firmware 12 A wkup_m3 device node is used to represent the Wakeup M3 processor instance 29 booting the wkup_m3 remote processor.
|
/linux-4.4.14/arch/arm64/kernel/ |
D | smp.c | 412 acpi_map_gic_cpu_interface(struct acpi_madt_generic_interrupt *processor) in acpi_map_gic_cpu_interface() argument 414 u64 hwid = processor->arm_mpidr; in acpi_map_gic_cpu_interface() 416 if (!(processor->flags & ACPI_MADT_ENABLED)) { in acpi_map_gic_cpu_interface() 455 struct acpi_madt_generic_interrupt *processor; in acpi_parse_gic_cpu_interface() local 457 processor = (struct acpi_madt_generic_interrupt *)header; in acpi_parse_gic_cpu_interface() 458 if (BAD_MADT_GICC_ENTRY(processor, end)) in acpi_parse_gic_cpu_interface() 463 acpi_map_gic_cpu_interface(processor); in acpi_parse_gic_cpu_interface()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | module.h | 23 # error unknown processor family 35 # error unknown processor family
|
/linux-4.4.14/arch/x86/kernel/ |
D | mpparse.c | 392 struct mpc_cpu processor; in construct_default_ISA_mptable() local 405 processor.type = MP_PROCESSOR; in construct_default_ISA_mptable() 407 processor.apicver = mpc_default_type > 4 ? 0x10 : 0x01; in construct_default_ISA_mptable() 408 processor.cpuflag = CPU_ENABLED; in construct_default_ISA_mptable() 409 processor.cpufeature = (boot_cpu_data.x86 << 8) | in construct_default_ISA_mptable() 411 processor.featureflag = boot_cpu_data.x86_capability[0]; in construct_default_ISA_mptable() 412 processor.reserved[0] = 0; in construct_default_ISA_mptable() 413 processor.reserved[1] = 0; in construct_default_ISA_mptable() 415 processor.apicid = i; in construct_default_ISA_mptable() 416 MP_processor_info(&processor); in construct_default_ISA_mptable()
|
/linux-4.4.14/arch/arm/mach-iop32x/ |
D | Kconfig | 21 evaluation kit for the IOP321 processor. 28 evaluation kit for the Intel 80219 processor (a IOP321 variant) 29 or the IQ31244 evaluation kit for the IOP321 processor.
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | Kconfig | 31 aggregation) from the WiMAX module to the host processor. 41 processor via USB. 48 processor via SDIO.
|
/linux-4.4.14/drivers/cpuidle/ |
D | Kconfig.powerpc | 10 Select this option to enable processor idle state management 19 Select this option to enable processor idle state management
|
D | Kconfig.mips | 13 Select this option to enable processor idle state management
|
D | Kconfig | 10 idle processor power management. It includes modular cross-platform
|
/linux-4.4.14/Documentation/arm/Marvell/ |
D | README | 138 Dove family (application processor) 157 Application processor only 165 Application processor only 176 Application processor only 179 Application processor with Communication processor 182 Application processor with Communication processor 199 MMP/MMP2 family (communication processor) 211 Application processor only 216 Application processor with Communication processor 220 Application processor only
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 13 Log entries may be purged by the service processor 19 the service processor needs more room for log entries, 26 The service processor may be able to store more log 56 the service processor, if applicable).
|
D | sysfs-firmware-opal-dump | 37 dump to the service processor. It will
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | Kconfig | 44 Support for NVIDIA Tegra T30 processor family, based on the 55 Support for NVIDIA Tegra T114 processor family, based on the 65 Support for NVIDIA Tegra T124 processor family, based on the
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 48 fscache_operation_processor_t processor; 63 The op->fast_work, op->slow_work and op->processor flags should be set as 103 If this option is used, op->fast_work and op->processor must be 116 If this option is used, op->slow_work and op->processor must be 119 fscache_operation_init_slow(op, processor) 200 processor method with a pointer to the operation. This should then get at the 211 fscache_put_operation() when the processor function returns. The processor
|
/linux-4.4.14/Documentation/video4linux/ |
D | cpia2_overview.txt | 11 The two chipsets operate almost identically. The core is an 8051 processor, 13 processor code, the 676 runs VP5. There are a few differences in register 25 processor. The video processor is the VP block. These registers control
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/nintendo/ |
D | gamecube.txt | 16 Represents the interface between the graphics processor and a external 27 Represents the data and control interface between the main processor 28 and graphics and audio processor. 47 Represents the digital signal processor interface, designed to offload
|
D | wii.txt | 25 Represents the interface between the graphics processor and a external 36 Represents the data and control interface between the main processor 37 and graphics and audio processor. 58 Represents the digital signal processor interface, designed to offload
|
/linux-4.4.14/arch/mips/txx9/ |
D | Kconfig | 37 This Toshiba board is based on the TX4927 processor. Say Y here to 45 This Toshiba board is based on the TX4938 processor. Say Y here to 54 This Toshiba board is based on the TX4939 processor. Say Y here to
|
/linux-4.4.14/fs/fscache/ |
D | operation.c | 36 fscache_operation_processor_t processor, in fscache_operation_init() argument 44 op->processor = processor; in fscache_operation_init() 66 ASSERT(op->processor != NULL); in fscache_enqueue_operation() 102 if (op->processor) in fscache_run_op() 134 kdebug("%p %p", op->processor, op->release); in fscache_report_unexpected_submission() 604 ASSERT(op->processor != NULL); in fscache_op_work_func() 606 op->processor(op); in fscache_op_work_func()
|
/linux-4.4.14/arch/arm/ |
D | Kconfig-nommu | 29 hex 'Hard wire the processor ID' 33 If processor has no CP15 register, this processor ID is
|
/linux-4.4.14/arch/arm/kernel/ |
D | asm-offsets.c | 146 DEFINE(PROCESSOR_DABT_FUNC, offsetof(struct processor, _data_abort)); in main() 149 DEFINE(PROCESSOR_PABT_FUNC, offsetof(struct processor, _prefetch_abort)); in main() 152 DEFINE(CPU_SLEEP_SIZE, offsetof(struct processor, suspend_size)); in main() 153 DEFINE(CPU_DO_SUSPEND, offsetof(struct processor, do_suspend)); in main() 154 DEFINE(CPU_DO_RESUME, offsetof(struct processor, do_resume)); in main()
|
D | head-nommu.S | 58 mrc p15, 0, r9, c0, c0 @ get processor id 66 movs r10, r5 @ invalid processor (r5=0)? 103 mrc p15, 0, r9, c0, c0 @ get processor id 106 movs r10, r5 @ invalid processor?
|
D | head.S | 94 mrc p15, 0, r9, c0, c0 @ get processor id 96 movs r10, r5 @ invalid processor (r5=0)? 387 mrc p15, 0, r9, c0, c0 @ get processor id 389 movs r10, r5 @ invalid processor? 409 add r12, r12, r10 @ initialise processor
|
D | entry-armv.S | 67 @ Call the processor-specific abort handler: 321 .word processor 578 * Note that we don't do a full check here for the co-processor 581 * co-processor instructions. However, we have to watch out 585 * NEON instructions are co-processor instructions, so we have 1024 * SP points to a minimal amount of processor-private memory, the address
|
D | head-common.S | 99 str r9, [r4] @ Save processor ID 165 mov r5, #0 @ unknown processor
|
D | setup.c | 115 struct processor processor __read_mostly; 622 processor = *list->proc; in setup_processor()
|
/linux-4.4.14/Documentation/nios2/ |
D | README | 4 This is a port of Linux to Nios II (nios2) processor. 16 Nios II is a 32-bit embedded-processor architecture designed specifically for the
|
/linux-4.4.14/drivers/staging/nvec/ |
D | README | 5 processor is the I2C slave. Requests from the host processor to the EC are
|
/linux-4.4.14/Documentation/arm/ |
D | CCN.txt | 37 a single CPU ID, of the processor which will be used to handle all 39 request the events on this processor (if not, the perf_event->cpu value 40 will be overwritten anyway). In case of this processor being offlined,
|
D | Netwinder | 5 to run Linux. It is based around the StrongARM RISC processor,
|
D | 00-INDEX | 10 - Intel IXP4xx Network processor.
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | Kconfig | 476 This enables support for Freescale i.MX25 processor 494 This enables support for Freescale i.MX50 processor. 501 This enables support for Freescale i.MX51 processor 509 This enables support for Freescale i.MX53 processor. 533 This enables support for Freescale i.MX6 Quad processor. 541 This enables support for Freescale i.MX6 SoloLite processor. 549 This enables support for Freescale i.MX6 SoloX processor. 557 This enables support for Freescale i.MX6 UltraLite processor. 566 This enables support for Freescale i.MX7 Dual processor. 575 This enables support for Freescale LS1021A processor. [all …]
|
/linux-4.4.14/arch/openrisc/ |
D | README.openrisc | 35 your OpenRISC Linux kernel if you don't have an OpenRISC processor at hand. 65 to more or less specific processor implementations: 69 or1200: the OpenRISC 1200 processor
|
/linux-4.4.14/drivers/remoteproc/ |
D | Kconfig | 23 and DSP on OMAP4) via the remote processor framework. 49 Say y here to support Wakeup M3 remote processor on TI AM33xx 65 remote processor framework.
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig.cputype | 238 PowerPC processor. The kernel currently supports saving and restoring 242 This option is only usefully if you have a processor that supports 255 to the PowerPC processor. The kernel currently supports saving and 259 This option is only useful if you have a processor that supports 275 This option is only useful if you have a processor that supports 312 Extensions (SPE) to the PowerPC processor. The kernel currently 316 This option is only useful if you have a processor that supports 369 you say Y here, the kernel will run on single-processor machines. 370 On a single-processor machine, the kernel will run faster if you say
|
/linux-4.4.14/arch/unicore32/mm/ |
D | Kconfig | 15 Say Y here to disable the processor instruction cache. Unless 21 Say Y here to disable the processor data cache. Unless
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | output_format.txt | 24 <section type string> := generic processor error | memory error | \ 28 <generic processor section data> | <memory section data> | \ 31 <generic processor section data> := 51 <processor error type strings># :=
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | utcopy.c | 201 external_object->processor.proc_id = in acpi_ut_copy_isimple_to_esimple() 202 internal_object->processor.proc_id; in acpi_ut_copy_isimple_to_esimple() 203 external_object->processor.pblk_address = in acpi_ut_copy_isimple_to_esimple() 204 internal_object->processor.address; in acpi_ut_copy_isimple_to_esimple() 205 external_object->processor.pblk_length = in acpi_ut_copy_isimple_to_esimple() 206 internal_object->processor.length; in acpi_ut_copy_isimple_to_esimple()
|
D | excreate.c | 389 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor() 390 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor() 391 obj_desc->processor.address = in acpi_ex_create_processor()
|
D | dbstats.c | 218 acpi_db_enumerate_object(obj_desc->processor.notify_list[0]); in acpi_db_enumerate_object() 219 acpi_db_enumerate_object(obj_desc->processor.notify_list[1]); in acpi_db_enumerate_object() 220 acpi_db_enumerate_object(obj_desc->processor.handler); in acpi_db_enumerate_object()
|
D | exdump.c | 174 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(processor.proc_id), "Processor ID"}, 175 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(processor.length), "Length"}, 176 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET(processor.address), "Address"}, 177 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[0]), 179 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[1]), 181 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.handler), "Handler"}
|
D | nsdump.c | 273 obj_desc->processor.proc_id, in acpi_ns_dump_one_object() 274 obj_desc->processor.length, in acpi_ns_dump_one_object() 275 ACPI_FORMAT_UINT64(obj_desc->processor. in acpi_ns_dump_one_object()
|
D | acobject.h | 404 struct acpi_object_processor processor; member
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.cpu | 7 This is the processor type of your CPU. This information is 63 Select this for an 586 or 686 series processor such as the AMD K5, 71 Select this for a Pentium Classic processor with the RDTSC (Read 155 Select this for an AMD K6-family processor. Enables use of 163 Select this for an AMD Athlon K7-family processor. Enables use of 170 Select this for an AMD Opteron or Athlon64 Hammer-family processor. 178 Select this for a Transmeta Crusoe processor. Treats the processor 186 Select this for a Transmeta Efficeon processor. 210 Select this for an AMD Elan processor. 356 # 6 processor, except that it is broken on certain VIA chips. [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | samsung,exynos4210-mct.txt | 34 For MCT block that uses a per-processor interrupt for local timers, such 37 per processor interrupt. 74 a per-processor interrupt to handle them. Either all the local
|
/linux-4.4.14/block/partitions/ |
D | mac.c | 98 mac_fix_string(part->processor, 16); in mac_partition() 103 && strcasecmp(part->processor, "powerpc") == 0) in mac_partition()
|
D | mac.h | 28 char processor[16]; /* identifies ISA of boot */ member
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | Kconfig | 11 controller (integrate into the processor or chipset) and the LCD 12 panel. It allows the main processor/display controller to be
|
/linux-4.4.14/arch/powerpc/platforms/8xx/ |
D | Kconfig | 20 development around the MPC86X processor families. 30 development around the MPC885 processor family. 104 Saying Y here will cause the cache on an MPC8xx processor to be used 114 Saying Y here will cause the ports on an MPC8xx processor to be used
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
D | Kconfig | 57 This driver provides support for processor ETM3.x and PTM1.x modules, 58 which allows tracing the instructions that a processor is executing 68 instructions that a processor is executing. This is primarily useful
|
/linux-4.4.14/Documentation/powerpc/ |
D | cpu_features.txt | 16 is assigned to the feature bitmask for this processor and a __setup_cpu 28 based on CPU 0's capabilities, so a multi-processor system with non-identical 32 After detecting the processor type, the kernel patches out sections of code
|
D | qe_firmware.txt | 61 RISC processor. To replace any current microcode, a full QE reset (which 72 allows each processor to run a different microcode, effectively creating an 206 must be one and only one 'microcode' structure for each RISC processor. 241 For each RISC processor there is one 'microcode' structure. The first
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | byteorder.h | 9 # error processor byte order undefined!
|
D | msgbuf.h | 37 # error processor byte order undefined!
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | xilinx.txt | 3 Boards with Zynq-7000 SOC based on an ARM Cortex A9 processor
|
D | sprd.txt | 5 on ARM 64-bit processor.
|
D | twd.txt | 7 The TWD is usually attached to a GIC to deliver its two per-processor
|
D | idle-states.txt | 12 the range of dynamic idle states that a processor can enter at run-time, can be 14 to enter/exit specific idle states on a given processor. 27 PM implementation to put the processor in different idle states (which include 209 ARM processor idle states are defined within the idle-states node, which is 211 processor idle states, defined as device tree nodes, are listed. 215 Usage: Optional - On ARM systems, it is a container of processor idle 217 power management capabilities or the processor just
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | Kconfig | 56 DBI is a bus between the host processor and a peripheral, 93 processor and a display. 102 processor and a peripheral, such as a display or a framebuffer chip.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | ste-hrefv60plus.dtsi | 70 * XENON Flashgun on image processor GPIO (controlled from image 71 * processor firmware), mux in these image processor GPIO lines 0
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | atmel-wdt.txt | 24 "all" : assert peripherals and processor reset signals 25 "proc" : assert the processor reset signal
|
/linux-4.4.14/arch/mips/netlogic/ |
D | Platform | 14 # NETLOGIC processor support
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/brcm/ |
D | soc.txt | 12 BMIPS4355 cable modem CPU instead of the BMIPS5000 application processor.
|
/linux-4.4.14/arch/arm/mach-zx/ |
D | Kconfig | 5 set-top-box processor is supported. More will be
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | 00-INDEX | 10 - Context-specific per-processor interrupt stacks.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mem-ctrlr.txt | 6 chip is the processor (bsc9132, mpc8572 etc.), or
|
D | l2cache.txt | 9 where chip is the processor (bsc9132, npc8572 etc.)
|
D | mcm.txt | 47 CHIP is the processor (mpc8641, mpc8610, etc.)
|
D | ecm.txt | 47 CHIP is the processor (mpc8572, mpc8544, etc.)
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | CONTRIBUTORS | 13 Radio card (ITT sound processor)
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | Kconfig | 27 This enables the opal-prd driver, a facility to run processor
|
/linux-4.4.14/Documentation/thermal/ |
D | cpu-cooling-api.txt | 84 The dynamic power consumption of a processor depends on many factors. 85 For a given processor implementation the primary factors are: 87 - The time the processor spends running, consuming dynamic power, as 107 implementation specific processor support and characterisation 154 ARM processor cluster, the modelling would take into account whether
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | Kconfig | 165 tristate "IO-processor hotplug firmware loading support" 169 Enables IO-processor hotplug firmware loading support. 172 tristate "Stream co-processor driver enabled" 175 This option enables a driver for the stream co-processor 179 tristate "MMC/SD host driver using IO-processor"
|
/linux-4.4.14/arch/x86/include/asm/ |
D | module.h | 57 #error unknown processor family
|
/linux-4.4.14/drivers/net/can/cc770/ |
D | Kconfig | 19 to the processor attached devices).
|
/linux-4.4.14/Documentation/arm/stm32/ |
D | stm32f429-overview.txt | 13 - Cryptographic processor
|
/linux-4.4.14/drivers/sfi/ |
D | Kconfig | 12 based on the 2nd generation Intel Atom processor platform,
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | README-SRC | 1 This is the original source code from Motorola for the 68060 processor
|
/linux-4.4.14/arch/x86/kvm/ |
D | Kconfig | 50 processor equipped with virtualization extensions. You will also 51 need to select one or more of the processor modules below.
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | xics.txt | 29 * Pending IPI (inter-processor interrupt) priority, 8 bits 35 * Current processor priority, 8 bits
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 28 voltage may be reduced to the minimum value needed to keep the processor 55 with the Resource power manager (RPM) processor in the SoC to indicate a 56 complete application processor subsystem shut down.
|
D | qcom,saw2.txt | 5 power-controller that transitions a piece of hardware (like a processor or
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | fsl-flexcan.txt | 5 - compatible : Should be "fsl,<processor>-flexcan"
|
D | mpc5xxx-mscan.txt | 36 Note that the MPC5121 Rev. 1 processor is not supported.
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | omap-ocp2scp.txt | 4 - compatible : Should be "ti,am437x-ocp2scp" for AM437x processor
|
/linux-4.4.14/net/rxrpc/ |
D | ar-internal.h | 34 #define rxrpc_queue_call(CALL) rxrpc_queue_work(&(CALL)->processor) 35 #define rxrpc_queue_conn(CONN) rxrpc_queue_work(&(CONN)->processor) 245 struct work_struct processor; /* connection event processor */ member 307 struct work_struct processor; /* packet processor and ACK generator */ member
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 74 bool "Alchemy processor based machines" 685 This is the SGI Indigo2 with R10000 processor. To compile a Linux 1339 The Loongson 3 processor implements the MIPS64R2 instruction 1347 The Loongson 2E processor implements the MIPS III instruction set 1359 The Loongson 2F processor implements the MIPS III instruction set 1383 MIPS processor are based on a MIPS32 processor. If you know the 1384 specific type of processor in your system, choose those that one 1387 years so chances are you even have a MIPS32 Release 2 processor 1402 MIPS processor are based on a MIPS32 processor. If you know the 1403 specific type of processor in your system, choose those that one [all …]
|
/linux-4.4.14/drivers/net/can/c_can/ |
D | Kconfig | 12 processor attached devices) which can be found on various
|
/linux-4.4.14/drivers/net/ethernet/nuvoton/ |
D | Kconfig | 26 on w90p910 processor.
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | fsl-sata.txt | 8 "fsl,CHIP-sata", where CHIP is the processor
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | vdso_datapage.h | 63 __u32 processor; /* Processor type 0x1C */ member
|
/linux-4.4.14/arch/mips/loongson64/ |
D | Kconfig | 58 Loongson processor and the AMD CS5536 south bridge. 92 of Loongson processor and RS780/SBX00 chipset.
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | Kconfig | 93 different processor from the host processor. 110 processor, including emulating 32-bit processors on a 64-bit
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | Kconfig | 27 on IXP4xx processor.
|
/linux-4.4.14/Documentation/devicetree/bindings/metag/ |
D | meta.txt | 8 - compatible: Specifies the compatibility list for the Meta processor.
|
/linux-4.4.14/drivers/dma/bestcomm/ |
D | Kconfig | 12 on the Freescale MPC5200 family of processor. Its usage is
|
/linux-4.4.14/arch/parisc/ |
D | Kconfig | 128 This is the processor type of your CPU. This information is 139 Select this option for the PCX-L processor, as used in the 146 Select this option for the PCX-T' processor, as used in the 153 Select this option for the PCX-L2 processor, as used in the
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | sleep.S | 45 @ Put the processor to sleep 67 @ (see Errata 50, ...processor does not exit from sleep...)
|
/linux-4.4.14/arch/arm/mach-clps711x/ |
D | Kconfig | 14 This is an evaluation board from Cirrus for the CS89712 processor.
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa.txt | 7 compatible processor, e.g. pxa168, pxa910, mmp2, mmp3.
|
D | i2c-mpc.txt | 7 compatible processor, e.g. mpc8313, mpc8543, mpc8544, mpc5121,
|
/linux-4.4.14/arch/parisc/kernel/ |
D | Makefile | 11 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
|
/linux-4.4.14/drivers/misc/ |
D | Kconfig | 60 these blocks by different drivers despite processor differences. 96 tristate "Device driver for IBM RSA service processor" 100 IBM RSA (Condor) service processor in eServer xSeries systems. 103 processor. The driver is meant to be used in conjunction with 106 service processor board as a regular serial port. To make use of 261 tristate "Channel interface driver for the HP iLO processor" 268 can be used to gather data from the management processor, via 476 processor. The Topcliff has MAC address and Option ROM data in SROM.
|
/linux-4.4.14/arch/score/ |
D | Kconfig | 23 bool "SCORE7 processor"
|
/linux-4.4.14/drivers/powercap/ |
D | Kconfig | 28 fine grained control. These domains include processor package, DRAM
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-stat.txt | 144 Aggregate counts per processor socket for system-wide mode measurements. This 151 Aggregate counts per physical processor for system-wide mode measurements. This 154 core number and the number of online logical processors on that physical processor.
|
D | perf-list.txt | 63 it can be encoded in a per processor specific way. 91 You should refer to the processor specific documentation for getting these
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 32 architecture supports all processor configurations and extensions, 101 bool "Custom Xtensa processor configuration" 104 Select this variant to use a custom Xtensa processor configuration. 105 You will be prompted for a processor variant CORENAME. 112 Provide the name of a custom Xtensa processor variant. 247 on UP kernel when processor has no s32c1i support.
|
D | Kconfig.debug | 32 external to the processor (such as bus bridge, bus fabric, or memory controller).
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | rockchip-spdif.txt | 4 processor to receive and transmit digital audio via an coaxial cable or
|
D | fsl,spdif.txt | 4 processor to receive and transmit digital audio via an coaxial cable or
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/ |
D | bman-portals.txt | 13 interaction by software running on processor cores, accelerators and network
|
/linux-4.4.14/arch/x86/um/ |
D | Kconfig | 7 menu "Host processor type and features"
|
/linux-4.4.14/drivers/xen/ |
D | Makefile | 35 obj-$(CONFIG_XEN_ACPI_PROCESSOR) += xen-acpi-processor.o
|
D | xen-acpi-processor.c | 351 acpi_id = object.processor.proc_id; in read_acpi_id() 352 pblk = object.processor.pblk_address; in read_acpi_id()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | Kconfig | 48 # processor types or platforms
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | Kconfig | 49 AMD Geode GX1 processor.
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | checksum.h | 136 # error processor byte order undefined! in csum_tcpudp_nofold()
|
D | elf.h | 122 # error processor byte order undefined!
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-davinci.txt | 23 line to processor.
|
/linux-4.4.14/drivers/hwspinlock/ |
D | Kconfig | 51 provides a synchronisation mechanism for the various processor on the
|
/linux-4.4.14/arch/mips/include/asm/ |
D | module.h | 142 #error MODULE_PROC_FAMILY undefined for your processor configuration
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,vf610-mscm-ir.txt | 6 it controls the directed processor interrupts. The module is available in all
|
/linux-4.4.14/arch/c6x/kernel/ |
D | vectors.S | 12 ; At RESET the processor sets up the DRAM timing parameters and
|
/linux-4.4.14/arch/s390/kernel/ |
D | Makefile | 43 obj-y += processor.o sys_s390.o ptrace.o signal.o cpcmd.o ebcdic.o nmi.o
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | SMDK2440.txt | 8 processor. It includes support for LCD, SmartMedia, Audio, SD and
|
/linux-4.4.14/Documentation/arm/pxa/ |
D | mfp.txt | 193 configurations, these definitions are processor and platform independent, and 204 2. processor-neutral bit definitions for a possible MFP configuration 221 for processor specific definitions 227 processor.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-stats.txt | 44 4) # of times schedule() left the processor idle 51 7) sum of all time spent running by tasks on this processor (in jiffies) 52 8) sum of all time spent waiting to run by tasks on this processor (in
|
/linux-4.4.14/Documentation/vm/ |
D | page_migration | 10 by moving pages near to the processor where the process accessing that memory 28 a process to a processor on a distant node. A batch scheduler or an 30 nearer to the new processor. The kernel itself does only provide
|
/linux-4.4.14/kernel/ |
D | Kconfig.hz | 14 Note that the timer interrupt occurs on each processor in an SMP
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | gamecube.dts | 63 processor-interface@0c003000 {
|
D | ps3.dts | 49 * Seems the only way currently to indicate a processor has multiple
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-pmc.txt | 49 processor and always being the first boot processor when chip is power on
|
/linux-4.4.14/drivers/media/i2c/ |
D | Kconfig | 42 tristate "Philips TDA7432 audio processor" 51 tristate "Philips TDA9840 audio processor" 60 tristate "Philips TEA6415C audio processor" 69 tristate "Philips TEA6420 audio processor" 597 camera sensor with an embedded SoC image signal processor. 612 camera sensor with an embedded SoC image signal processor. 619 camera sensor with an embedded SoC image signal processor.
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | Kbuild | 41 header-y += processor-flags.h
|
/linux-4.4.14/tools/thermal/tmon/ |
D | README | 6 thermal relationship between processor and fan has become past for modern
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 228 Select your IA-64 processor type. The default is Itanium. 235 Select this to configure for an Itanium 2 (McKinley) processor. 256 64KB Requires Itanium 2 or newer processor. 319 single processor systems. On a single processor system, the kernel
|
D | Kconfig.debug | 30 are compiling for an Itanium A step processor
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | mips-gic.txt | 4 It also supports local (per-processor) interrupts and software-generated
|
D | arm,gic.txt | 3 ARM SMP cores are often associated with a GIC, providing per processor 4 interrupts (PPI), shared processor interrupts (SPI) and software
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl6040.txt | 5 They are connected ot the host processor via i2c for commands, McPDM for audio
|
/linux-4.4.14/Documentation/parisc/ |
D | debugging | 19 address should match (one of the) processor HPAs (high addresses in
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 82 gets loaded onto the MoCA processor(s) for packet processing. The switch 109 Wake-on-LAN is currently implemented by utilizing the host processor Ethernet
|
/linux-4.4.14/drivers/w1/masters/ |
D | Kconfig | 65 on an OMAP processor.
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | pd-samsung.txt | 4 to gate power to one or more peripherals on the processor.
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | NOTES | 7 - The Compositor is a multiplane, dual-mixer (Main & Aux) digital processor. It
|
/linux-4.4.14/samples/ |
D | Kconfig | 63 to communicate with an AMP-configured remote processor over
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | exynos4-fimc-is.txt | 5 processor, ISP, DRC and FD IP blocks and peripheral devices such as UART, I2C
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | Kconfig | 55 processor's IO Controller. This support incurs some runtime 158 profiling support of the Cell processor with programs like
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing.txt | 62 are speculative[2], so the processor can read any location in the 71 Uncacheable mappings are not speculative, so the processor will 181 WB-only memory, but since UC is non-speculative, the processor will
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-gic.c | 1269 struct acpi_madt_generic_interrupt *processor; in gic_acpi_parse_madt_cpu() local 1273 processor = (struct acpi_madt_generic_interrupt *)header; in gic_acpi_parse_madt_cpu() 1275 if (BAD_MADT_GICC_ENTRY(processor, end)) in gic_acpi_parse_madt_cpu() 1282 gic_cpu_base = processor->base_address; in gic_acpi_parse_madt_cpu()
|
/linux-4.4.14/arch/arm/mach-vexpress/ |
D | Kconfig | 25 This option enables support for systems using Cortex processor based
|
/linux-4.4.14/Documentation/cris/ |
D | README | 30 The ETRAX 100LX is a 100 MIPS processor with 8kB cache, MMU, and a very broad 60 The ETRAX FS is a 200MHz 32-bit RISC processor with on-chip 16kB
|
/linux-4.4.14/drivers/crypto/ |
D | Kconfig | 58 Say 'Y' here to use the AMD Geode LX processor on-board AES 145 generator. The PRNG is part of the cryptographic processor functions 199 Each core of a Niagara2 processor contains a Stream 441 co-processor on the die.
|
/linux-4.4.14/drivers/nvmem/ |
D | Kconfig | 34 on the Freescale i.MX23/i.MX28 processor.
|