Home
last modified time | relevance | path

Searched refs:Architecture (Results 1 – 86 of 86) sorted by relevance

/linux-4.4.14/net/dsa/
DKconfig8 tristate "Distributed Switch Architecture"
13 by the Distributed Switch Architecture.
18 bool "Distributed Switch Architecture HWMON support"
23 by the Distributed Switch Architecture.
/linux-4.4.14/Documentation/virtual/kvm/
Dhypercalls.txt35 2. Architecture(s)
41 Architecture: x86
48 Architecture: x86
55 Architecture: PPC
64 Architecture: PPC
73 Architecture: x86
Dapi.txt2090 if the guest FPU mode is changed. MIPS SIMD Architecture (MSA) vector
3215 in the cpu's lowcore are presented here as defined by the z Architecture
3254 The possible hypercalls are defined in the Power Architecture Platform
3548 This capability allows the use of the MIPS SIMD Architecture (MSA) by the guest.
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dcpus.txt2 Power Architecture CPU Binding
5 Power Architecture CPUs in Freescale SOCs are represented in device trees as
17 Freescale Power Architecture) defines the architecture for Freescale
/linux-4.4.14/drivers/video/fbdev/nvidia/
Dnv_hw.c82 if (par->Architecture == NV_ARCH_40) in NVShowHideCursor()
146 if (par->Architecture >= NV_ARCH_40) { in nvGetClocks()
878 switch (par->Architecture) { in NVCalcStateExt()
914 } else if (par->Architecture < NV_ARCH_30) { in NVCalcStateExt()
958 if (par->Architecture == NV_ARCH_04) { in NVLoadStateExt()
961 } else if ((par->Architecture < NV_ARCH_40) || in NVLoadStateExt()
984 if (par->Architecture >= NV_ARCH_40) { in NVLoadStateExt()
1098 if (par->Architecture >= NV_ARCH_10) in NVLoadStateExt()
1162 if (par->Architecture < NV_ARCH_10) { in NVLoadStateExt()
1197 if (par->Architecture == NV_ARCH_10) { in NVLoadStateExt()
[all …]
Dnv_setup.c337 par->twoHeads = (par->Architecture >= NV_ARCH_10) && in NVCommonSetup()
346 (implementation == 0x0340) || (par->Architecture >= NV_ARCH_40); in NVCommonSetup()
348 par->WaitVSyncPossible = (par->Architecture >= NV_ARCH_10) && in NVCommonSetup()
409 if (par->Architecture == NV_ARCH_04) in NVCommonSetup()
Dnvidia.c401 if (par->Architecture >= NV_ARCH_10) in nvidia_calc_regs()
1172 switch (par->Architecture) { in nvidia_set_fbinfo()
1329 par->Architecture = nvidia_get_arch(info); in nvidiafb_probe()
1331 if (par->Architecture == 0) { in nvidiafb_probe()
1350 if(par->Architecture >= NV_ARCH_40) in nvidiafb_probe()
1354 par->ScratchBufferSize = (par->Architecture < NV_ARCH_10) ? 8 * 1024 : in nvidiafb_probe()
Dnv_type.h103 u32 Architecture; member
/linux-4.4.14/Documentation/s390/
DDebugging390.txt2 Debugging on Linux for s/390 & z/Architecture
11 s/390 and z/Architecture. It is not intended as a complete reference and not a
16 It is intended like the Enterprise Systems Architecture/390 Reference Summary
24 Address Spaces on Linux for s/390 & z/Architecture
25 The Linux for s/390 & z/Architecture Kernel Task Structure
26 Register Usage & Stackframes on Linux for s/390 & z/Architecture
28 Compiling programs for debugging on Linux for s/390 & z/Architecture
30 s/390 & z/Architecture IO Overview
31 Debugging IO on s/390 & z/Architecture under VM
32 GDB on s/390 & z/Architecture
[all …]
/linux-4.4.14/drivers/video/fbdev/riva/
Dfbdev.c771 if (par->riva.Architecture >= NV_ARCH_10) in riva_load_video_mode()
1042 if (par->riva.Architecture == NV_ARCH_03) in rivafb_open()
1104 if (par->riva.Architecture == NV_ARCH_03) in rivafb_check_var()
1325 if (par->riva.Architecture == NV_ARCH_03) { in rivafb_setcolreg()
1403 if (par->riva.Architecture != NV_ARCH_03) in rivafb_fillrect()
1512 if (par->riva.Architecture != NV_ARCH_03) { in rivafb_imageblit()
1706 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) { in riva_set_fbinfo()
1930 default_par->riva.Architecture = riva_get_arch(pd); in rivafb_probe()
1935 if(default_par->riva.Architecture == 0) { in rivafb_probe()
1940 if(default_par->riva.Architecture == NV_ARCH_10 || in rivafb_probe()
[all …]
Dnv_driver.c163 switch (chip->Architecture) { in riva_get_memlen()
277 switch (chip->Architecture) { in riva_get_maxdclk()
Driva_hw.c1190 highM = 13 - (chip->Architecture == NV_ARCH_03); in CalcVClock()
1195 highM = 14 - (chip->Architecture == NV_ARCH_03); in CalcVClock()
1198 highP = 4 - (chip->Architecture == NV_ARCH_03); in CalcVClock()
1261 switch (chip->Architecture) in CalcStateExt()
1323 if((bpp != 8) && (chip->Architecture != NV_ARCH_03)) in CalcStateExt()
1384 switch (chip->Architecture) in UpdateFifoState()
1417 switch (chip->Architecture) in LoadStateExt()
1539 if(chip->Architecture == NV_ARCH_10) { in LoadStateExt()
1776 switch (chip->Architecture) in UnloadStateExt()
2237 switch (chip->Architecture) in RivaGetConfig()
Driva_hw.h426 U032 Architecture; member
/linux-4.4.14/security/integrity/ima/
DKconfig1 # IBM Integrity Measurement Architecture
4 bool "Integrity Measurement Architecture(IMA)"
16 Measurement Architecture(IMA) maintains a list of hash
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Darm,smmu.txt1 * ARM System MMU Architecture Implementation
4 Management Unit Architecture, which can be used to provide 1 or 2 stages
Darm,smmu-v3.txt1 * ARM SMMUv3 Architecture Implementation
/linux-4.4.14/scripts/package/
Dbuilddeb341 Architecture: any
356 Architecture: all
369 Architecture: any
399 Architecture: any
/linux-4.4.14/arch/
DKconfig495 Architecture doesn't only execute the irq handler on the irq stack
517 Architecture provides copy_thread_tls to accept tls argument via
527 Architecture has tls passed as the 4th argument of clone(2),
533 Architecture has the first two arguments of clone(2) swapped.
538 Architecture has tls passed as the 3rd argument of clone(2),
544 Architecture has unusual rt_sigaction(2) arguments
549 Architecture has old sigsuspend(2) syscall, of one-argument variety
559 Architecture has old sigaction(2) syscall. Nope, not the same
/linux-4.4.14/tools/perf/Documentation/
Dperf-list.txt52 (IbsOpCntCtl) set respectively (see AMD64 Architecture Programmer’s
67 of IA32_PERFEVTSELx MSRs) or AMD's PerfEvtSeln (see [AMD64 Architecture Programmer’s Manual Volume …
145 http://support.amd.com/us/Processor_TechDocs/24593_APM_v2.pdf[AMD64 Architecture Programmer’s Manua…
Dintel-pt.txt7 Intel Processor Trace (Intel PT) is an extension of Intel Architecture that
/linux-4.4.14/drivers/watchdog/
DKconfig55 # Architecture Independent
164 # ALPHA Architecture
166 # ARM Architecture
581 # AVR32 Architecture
590 # BLACKFIN Architecture
603 # CRIS Architecture
605 # FRV Architecture
607 # X86 (i386 + ia64 + x86_64) Architecture
1157 # M32R Architecture
1159 # M68K Architecture
[all …]
/linux-4.4.14/sound/
DKconfig62 tristate "Advanced Linux Sound Architecture"
64 Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture),
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dnokia,smia.txt3 SMIA (Standard Mobile Imaging Architecture) is an image sensor standard
/linux-4.4.14/drivers/net/dsa/
DKconfig1 menu "Distributed Switch Architecture drivers"
/linux-4.4.14/security/integrity/
DKconfig9 Measurement Architecture (IMA), Extended Verification Module
/linux-4.4.14/Documentation/scsi/
Dufs.txt9 2. UFS Architecture Overview
42 2. UFS Architecture Overview
DChangeLog.ips15 4.90.05 - Use New PCI Architecture to facilitate Hot Plug Development
Dncr53c8xx.txt63 13. Architecture dependent features
1154 13. Architecture dependent features.
/linux-4.4.14/Documentation/arm/SPEAr/
Doverview.txt7 SPEAr (Structured Processor Enhanced Architecture).
/linux-4.4.14/arch/arm64/boot/dts/arm/
Drtsm_ve-aemv8a.dts4 * Architecture Envelope Model (AEM) ARMv8-A
/linux-4.4.14/Documentation/networking/caif/
DLinux-CAIF.txt19 Architecture:
75 Layered Architecture
/linux-4.4.14/Documentation/
Dmen-chameleon-bus.txt9 2 Architecture
44 2 Architecture
Dkernel-docs.txt76 * Title: "Conceptual Architecture of the Linux Kernel"
85 * Title: "Concrete Architecture of the Linux Kernel"
96 Architecture"
322 Description: Advanced Linux Sound Architecture for developers,
Dstatic-keys.txt144 4) Architecture level code patching interface, 'jump labels'
Dintel_txt.txt57 Measurement Architecture (IMA) and Linux Integrity Module interface
Dmemory-barriers.txt2971 Alpha AXP Architecture Reference Manual, Second Edition (Sites & Witek,
2978 AMD64 Architecture Programmer's Manual Volume 2: System Programming
2982 IA-32 Intel Architecture Software Developer's Manual, Volume 3:
2988 The SPARC Architecture Manual, Version 9
3003 UltraSPARC Architecture 2005
3007 UltraSPARC T1 Supplement to the UltraSPARC Architecture 2005
3011 Solaris Internals, Core Kernel Architecture, p63-68:
3019 Intel Itanium Architecture Software Developer's Manual: Volume 1:
Dadding-syscalls.txt492 - Architecture-specific requirements for system calls are discussed in the
Ddevices.txt2897 6 = /dev/cpqhealth/cmca Machine Check Architecture
/linux-4.4.14/arch/powerpc/platforms/cell/
DKconfig58 Architecture.
/linux-4.4.14/Documentation/infiniband/
Dsysfs.txt52 section 16.1.3.5 of the InfiniBand Architecture Specification.
Duser_verbs.txt5 described in chapter 11 of the InfiniBand Architecture Specification.
Dipoib.txt102 IP over InfiniBand (IPoIB) Architecture (RFC 4392)
/linux-4.4.14/drivers/bcma/
DKconfig14 Architecture.
/linux-4.4.14/kernel/time/
DKconfig11 # Architecture has extra clocksource data
36 # Architecture can handle broadcast in a driver-agnostic way
/linux-4.4.14/Documentation/ABI/testing/
Dima_policy6 Measurement Architecture(IMA) maintains a list of hash
/linux-4.4.14/arch/hexagon/
DKconfig101 int "Architecture version"
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dopen-pic.txt95 [1] Power.org (TM) Standard for Embedded Power Architecture (TM) Platform
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt5 introduced into Intel Architecture. Intel MPX provides hardware features
14 For more information, please refer to Intel(R) Architecture Instruction
240 This is allowed architecturally. See more information "Intel(R) Architecture
/linux-4.4.14/arch/unicore32/configs/
Dunicore32_defconfig144 # Advanced Linux Sound Architecture
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt13 The Buffer Manager is part of the Data-Path Acceleration Architecture (DPAA).
Dqman.txt13 The Queue Manager is part of the Data-Path Acceleration Architecture (DPAA). QMan
/linux-4.4.14/arch/arc/
DKconfig86 menu "ARC Architecture Configuration"
149 - Revised Interrupt Architecture (multiple priorites, reg banks,
569 endmenu # "ARC Architecture Configuration"
/linux-4.4.14/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt1 Marvell Distributed Switch Architecture Device Tree Bindings
/linux-4.4.14/arch/unicore32/
DKconfig22 UniCore-32 is 32-bit Instruction Set Architecture,
/linux-4.4.14/Documentation/networking/
Dnfc.txt10 Architecture overview
Drds.txt11 RDS Architecture
De1000.txt274 Architecture platforms, it should not be used on Intel platforms.
/linux-4.4.14/Documentation/arm/
DPorting106 Architecture Specific Macros
/linux-4.4.14/arch/arm/mm/
Dproc-arm1020e.S470 .long 0x4105a200 @ ARM 1020TE (Architecture v5TE)
Dproc-arm1020.S512 .long 0x4104a200 @ ARM 1020T (Architecture v5T)
DKconfig539 ARM Architecture Version 4 TLB with writethrough cache.
544 ARM Architecture Version 4 TLB with writeback cache.
549 ARM Architecture Version 4 TLB with writeback cache and invalidate
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Didle-states.txt16 According to the Server Base System Architecture document (SBSA, [3]), the
692 [3] ARM Server Base System Architecture (SBSA)
695 [4] ARM Architecture Reference Manuals
/linux-4.4.14/Documentation/filesystems/
Dspufs.txt11 Broadband Engine Architecture in order to access Synergistic Processor
295 Cell Broadband Engine Architecture in order to access Synergistic Pro-
419 the Cell Broadband Engine Architecture in order to access Synergistic
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt157 Architecture specific MCE injector
/linux-4.4.14/drivers/staging/most/Documentation/
Ddriver_usage.txt95 4) Advanced Linux Sound Architecture (ALSA)
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt1 Distributed Switch Architecture
7 This document describes the Distributed Switch Architecture (DSA) subsystem
15 The Distributed Switch Architecture is a subsystem which was primarily designed
/linux-4.4.14/drivers/mtd/chips/
DKconfig193 tristate "Support for CFI command set 0020 (ST (Advanced Architecture) chips)"
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt3 DPAA2 (Data Path Acceleration Architecture Gen2)
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt33 === 6 Architecture Makefiles
38 --- 6.5 Architecture-specific boot images
808 === 6 Architecture Makefiles
1021 --- 6.5 Architecture-specific boot images
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt263 Architecture specific targets (sh):
/linux-4.4.14/Documentation/powerpc/
Dcxl.txt10 Accelerator Interface Architecture (CAIA).
Dcxlflash.txt51 The Coherent Accelerator Interface Architecture (CAIA) introduces a
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt4 the ARM SBSA (Server Base System Architecture) [0] and SBBR (Server
476 "Server Base System Architecture", version 2.3, dated 27 Mar 2014
/linux-4.4.14/Documentation/arm/OMAP/
DDSS123 Architecture
/linux-4.4.14/Documentation/sound/alsa/
DAudigy-mixer.txt307 hog63.ps FX8010 - A DSP Chip Architecture for Audio Effects
DSB-Live-mixer.txt318 hog63.ps FX8010 - A DSP Chip Architecture for Audio Effects
DALSA-Configuration.txt2 Advanced Linux Sound Architecture - Driver
/linux-4.4.14/drivers/acpi/
DKconfig30 Component Architecture (ACPI CA). For more information on the
/linux-4.4.14/arch/mips/
DKconfig2348 bool "Support for the MIPS SIMD Architecture"
2352 MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers
2882 The Extended Industry Standard Architecture (EISA) bus was
/linux-4.4.14/drivers/block/drbd/
Ddrbd_int.h1328 #error Architecture not supported: DRBD_MAX_BIO_SIZE > BIO_MAX_SIZE
/linux-4.4.14/mm/
DKconfig107 # Architecture platforms which require a two level mem_section in SPARSEMEM
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_avx-x86_64.S49 ## on Intel Architecture Processors. August, 2010
52 ## on Intel Architecture Processors. October, 2012.
/linux-4.4.14/arch/arm/
DKconfig148 The Extended Industry Standard Architecture (EISA) bus was
/linux-4.4.14/Documentation/RCU/
DRTFP.txt709 Algorithms and Architecture}"
/linux-4.4.14/drivers/video/fbdev/
DKconfig439 This enables support for the Advanced Graphics Architecture (also
/linux-4.4.14/arch/x86/
DKconfig2428 The Extended Industry Standard Architecture (EISA) bus was