Home
last modified time | relevance | path

Searched full:architecture (Results 1 – 25 of 1561) sorted by relevance

12345678910>>...63

/linux/arch/
H A DKconfig3 # General architecture dependent options
29 menu "General architecture-dependent options"
34 Select if the architecture can check permissions at sub-page
48 # Basic CPU dead synchronization selected by architecture
53 # Full CPU synchronization with alive state selected by architecture
159 This symbol should be selected by an architecture if 64 bit
161 though it is not a 64 bit architecture.
175 This symbol should be selected by an architecture if it can
190 inline assembler that the architecture code provides in the
195 store-and-swap instructions if the architecture has them. It
[all …]
/linux/Documentation/arch/powerpc/
H A Disa-versions.rst10 CPU Architecture version
24 Power5 - PowerPC User Instruction Set Architecture Book I v2.02
25 - PowerPC Virtual Environment Architecture Book II v2.02
26 - PowerPC Operating Environment Architecture Book III v2.02
27 PPC970 - PowerPC User Instruction Set Architecture Book I v2.01
28 - PowerPC Virtual Environment Architecture Book II v2.01
29 - PowerPC Operating Environment Architecture Book III v2.01
31 Power4+ - PowerPC User Instruction Set Architecture Book I v2.01
32 - PowerPC Virtual Environment Architecture Book II v2.01
33 - PowerPC Operating Environment Architecture Book III v2.01
[all …]
H A Delf_hwcaps.rst67 HWCAPs are allocated as described in Power Architecture 64-Bit ELF V2 ABI
131 The processor implements the embedded category ("BookE") architecture.
147 The processor supports the v2.05 userlevel architecture. Processors
160 The processor supports the v2.06 userlevel architecture. Processors
182 The processor supports the v2.07 userlevel architecture. Processors
209 The processor supports the v3.0B / v3.0C userlevel architecture. Processors
228 The processor supports the v3.1 userlevel architecture. Processors
/linux/drivers/watchdog/
H A DMakefile18 # watchdog-cards first, then the architecture specific watchdog
19 # drivers and then the architecture independent "softdog" driver.
21 # you can fall back to an architecture specific driver and if
37 # ALPHA Architecture
39 # ARM Architecture
106 # X86 (i386 + ia64 + x86_64) Architecture
162 # M68K Architecture
165 # MicroBlaze Architecture
169 # MIPS Architecture
189 # PARISC Architecture
[all …]
/linux/drivers/perf/arm_cspmu/
H A DKconfig6 tristate "ARM Coresight Architecture PMU"
10 based on ARM CoreSight PMU architecture. Note that this PMU
11 architecture does not have relationship with the ARM CoreSight
15 tristate "NVIDIA Coresight Architecture PMU"
19 (PMU) devices based on ARM CoreSight PMU architecture.
22 tristate "Ampere Coresight Architecture PMU"
26 (PMU) devices based on ARM CoreSight PMU architecture.
/linux/include/linux/
H A Dentry-common.h20 * Define dummy _TIF work flags if not defined by the architecture or for
73 * arch_enter_from_user_mode - Architecture specific sanity check for user mode regs
76 * Defaults to an empty implementation. Can be replaced by architecture
99 * Invoked from architecture specific syscall entry code with interrupts
104 * This is invoked when there is architecture specific functionality to be
126 * Invoked from architecture specific syscall entry code with interrupts
134 * This is invoked when there is extra architecture specific functionality
148 * Invoked from architecture specific syscall entry code with interrupts
150 * architecture specific work.
181 * Invoked from architecture specific syscall entry code with interrupts
[all …]
H A Dexecmem.h91 * after it was temporarily remapped as writable. Relies on architecture
125 * struct execmem_info - architecture parameters for code allocations
126 * @ranges: array of parameter sets defining architecture specific
128 * explicitly initialized by an architecture use parameters defined for
145 * Return: a structure defining architecture parameters and restrictions
161 * The memory will have protections defined by architecture for executable
/linux/Documentation/mm/
H A Dmemory-model.rst16 FLATMEM and SPARSEMEM. Each architecture defines what
43 To allocate the `mem_map` array, architecture specific setup code should
48 An architecture may free parts of the `mem_map` array that do not cover the
49 actual physical pages. In such case, the architecture specific
75 `MAX_PHYSMEM_BITS` constants defined by each architecture that
77 physical address that an architecture supports, the
100 The architecture setup code should call sparse_init() to
119 To use vmemmap, an architecture has to reserve a range of virtual
122 the architecture should implement :c:func:`vmemmap_populate` method
124 virtual memory map. If an architecture does not have any special
/linux/Documentation/virt/kvm/x86/
H A Dhypercalls.rst45 2. Architecture(s)
52 :Architecture: x86
60 :Architecture: x86
68 :Architecture: PPC
79 :Architecture: PPC
89 :Architecture: x86
105 :Architecture: x86
143 :Architecture: x86
164 :Architecture: x86
175 :Architecture: x86
/linux/tools/perf/pmu-events/
H A DREADME19 - To reduce JSON event duplication per architecture, platform JSONs may
20 use "ArchStdEvent" keyword to dereference an "Architecture standard
21 events", defined in architecture standard JSONs.
22 Architecture standard JSONs must be located in the architecture root
44 - Set of 'PMU events tables' for all known CPUs in the architecture,
61 - A 'mapping table' that maps each CPU of the architecture, to its
86 3. _All_ known CPU tables for architecture are included in the perf
/linux/scripts/package/
H A Dmkdebian27 # Attempt to find the correct Debian architecture
84 debarch=$(dpkg-architecture -qDEB_HOST_ARCH)
88 echo "Your architecture doesn't have its equivalent" >&2
89 echo "Debian userspace architecture defined!" >&2
90 echo "Falling back to the current host architecture ($debarch)." >&2
192 host_gnu=$(dpkg-architecture -a "${debarch}" -q DEB_HOST_GNU_TYPE | sed 's/_/-/g')
219 Architecture: $debarch
231 Architecture: $debarch
242 Architecture: $debarch
257 Architecture: $debarch
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A 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
18 Power CPUs. The EREF defines some architecture categories not defined
/linux/Documentation/features/
H A Darch-support.txt2 For generic kernel features that need architecture support, the
8 | ok | # feature supported by the architecture
9 |TODO| # feature not yet supported by the architecture
11 | N/A| # feature doesn't apply to the architecture
/linux/Documentation/core-api/irq/
H A Dirqflags-tracing.rst15 CONFIG_PROVE_RWSEM_LOCKING will be offered on an architecture - these
19 Architecture support for this is certainly not in the "trivial"
21 state changes. But an architecture can be irq-flags-tracing enabled in a
42 - if the architecture has non-maskable interrupts then those need to be
47 implementation in an architecture: lockdep will detect that and will
/linux/drivers/gpu/nova-core/
H A Dgpu.rs71 pub(crate) fn arch(&self) -> Architecture { in arch() argument
74 Architecture::Turing in arch()
77 Architecture::Ampere in arch()
80 Architecture::Ada in arch()
102 pub(crate) enum Architecture { enum
108 impl TryFrom<u8> for Architecture { implementation
179 "NVIDIA (Chipset: {}, Architecture: {:?}, Revision: {})\n", in new()
/linux/Documentation/timers/
H A Dhighres.rst48 code out of the architecture-specific areas into a generic management
49 framework, as illustrated in figure #3 (OLS slides p. 18). The architecture
76 for various event driven functionalities is hardwired into the architecture
80 architecture. Another implication of the current design is that it is necessary
81 to touch all the architecture-specific implementations in order to provide new
87 to minimize the clock event related architecture dependent code to the pure
93 Clock event devices are registered either by the architecture dependent boot
116 architecture specific timer interrupt handlers and hands the control over the
131 The conversion of an architecture has no functional impact, but allows to
135 adding the kernel/time/Kconfig file to the architecture specific Kconfig and
/linux/include/asm-generic/
H A Dticket_spinlock.h7 * guarantees under contention. If your architecture cannot provide this, stick
12 * you'd be hard pressed to find anything useful in architecture specifications
13 * about this. If your architecture cannot do this you might be better off with
22 * architecture has WFE like instructions to sleep instead of poll for word
94 * Remapping spinlock architecture specific functions to the corresponding
/linux/drivers/infiniband/ulp/srpt/
H A Dib_dm_mad.h45 * InfiniBand Architecture Specification.
55 * Architecture Specification.
87 * Architecture Specification.
98 * the InfiniBand Architecture Specification.
132 * See also section 16.3.3.5 ServiceEntries in the InfiniBand Architecture
/linux/drivers/clk/bcm/
H A DKconfig30 based on the ARM architecture
38 based on the MIPS architecture
47 based on the MIPS architecture.
62 based on the iProc architecture
/linux/tools/include/nolibc/
H A Dnolibc.h21 * - The second level is mostly architecture-independent. It is made of
26 * A few of them are architecture-specific because the syscalls are not all
49 * structures like the sys_stat struct depend on the architecture.
51 * The definitions start with the architecture-specific parts, which are picked
52 * based on what the compiler knows about the target architecture, and are
54 * target architecture, cross-compiling normally works out of the box without
/linux/Documentation/arch/x86/x86_64/
H A Dfred.rst10 The FRED architecture defines simple new transitions that change
11 privilege level (ring transitions). The FRED architecture was
23 The new transitions defined by the FRED architecture are FRED event
31 In addition to these transitions, the FRED architecture defines a new
36 Furthermore, the FRED architecture is easy to extend for future CPU
/linux/tools/memory-model/Documentation/
H A Dreferences.txt9 o SPARC International Inc. (Ed.). 1994. "The SPARC Architecture
12 o Compaq Computer Corporation (Ed.). 2002. "Alpha Architecture
44 o ARM Ltd. (Ed.). 2014. "ARM Architecture Reference Manual (ARMv8,
45 for ARMv8-A architecture profile)". ARM Ltd.
47 o Imagination Technologies, LTD. 2015. "MIPS(R) Architecture
53 Sewell. 2016. "Modelling the ARMv8 Architecture, Operationally:
/linux/lib/crypto/
H A DKconfig31 Declares whether the architecture provides an arch-specific
47 Declares whether the architecture provides an arch-specific
71 Declares whether the architecture provides an arch-specific
111 Declares whether the architecture provides an arch-specific
150 Declares whether the architecture provides an arch-specific
156 Declares whether the architecture provides an arch-specific
/linux/tools/power/cpupower/man/
H A Dcpupower-idle-info.133 processor. This often is the case on the X86 architecture when the acpi_idle
39 state residencies. Please refer to the architecture specific description
42 .SH IDLE\-INFO ARCHITECTURE SPECIFIC DESCRIPTIONS
53 There exist two different cpuidle drivers on the X86 architecture platform:
/linux/Documentation/devicetree/bindings/phy/
H A Drealtek,usb2phy.yaml20 The USB architecture includes three XHCI controllers.
30 The USB architecture includes two XHCI controllers.
38 The USB architecture includes three XHCI controllers.
46 The USB architecture includes three XHCI controllers.
54 The USB architecture includes three XHCI controllers.

12345678910>>...63