Searched +full:armv6 +full:- +full:capable (Results  1 – 3 of 3) sorted by relevance
| /linux/Documentation/devicetree/bindings/arm/ | 
| H A D | arm,integrator.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Linus Walleij <linus.walleij@linaro.org>
 14   They are ARMv4, ARMv5 and ARMv6-capable using different core tiles,
 23       - description: ARM Integrator Application Platform, this board has a PCI
 28           pre-packaged in a PC Tower form factor called Integrator/PP1 or a
 31           - const: arm,integrator-ap
 32       - description: ARM Integrator Compact Platform (HBI-0086), this board has
 36           - const: arm,integrator-cp
 [all …]
 
 | 
| /linux/Documentation/arch/arm/ | 
| H A D | memory.rst | 13 The ARM CPU is capable of addressing a maximum of 4GB virtual memory28 ffff4000	ffffffff	cache aliasing on ARMv6 and later CPUs.
 39 				in proc-xscale.S to flush the whole data
 53 ff800000	ffbfffff	Permanent, fixed read-only mapping of the
 59 VMALLOC_START	VMALLOC_END-1	vmalloc() / ioremap() space.
 68 PAGE_OFFSET	high_memory-1	Kernel direct-mapped RAM region.
 72 PKMAP_BASE	PAGE_OFFSET-1	Permanent kernel mappings
 76 MODULES_VADDR	MODULES_END-1	Kernel module space
 80 TASK_SIZE	MODULES_VADDR-1	KASAn shadow memory when KASan is in use.
 85 00001000	TASK_SIZE-1	User space mappings
 [all …]
 
 | 
| /linux/arch/arm/ | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0162 	  The ARM series is a line of low-power-consumption RISC chip designs
 164 	  handhelds such as the Compaq IPAQ.  ARM-based PCs are no longer
 165 	  manufactured, but legacy ARM-based PC hardware remains popular in
 173 	  relocations. The combined range is -/+ 256 MiB, which is usually
 266 	  Patch phys-to-virt and virt-to-phys translation functions at
 270 	  This can only be used with non-XIP MMU kernels where the base
 316 	bool "MMU-based Paged Memory Management Support"
 319 	  Select if you want MMU-based virtualised addressing space
 342 	  kernel image, covering either Armv4/v5 or Armv6/v7.
 [all …]
 
 |