Searched +full:armv6 +full:- +full:capable (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/contrib/device-tree/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 …]
|
/freebsd-src/sys/arm/include/ |
H A D | pte.h | 1 /*- 53 #define NMRR_WT 2 /* Write Through, Non-Write Allocate */ 54 #define NMRR_WB 3 /* Write Back, Non-Write Allocate */ 58 * The ARM MMU is capable of mapping memory in the following chunks: 84 /* ARMv6 super-sections. */ 86 #define L1_SUP_OFFSET (L1_SUP_SIZE - 1) 91 #define L1_S_OFFSET (L1_S_SIZE - 1) 96 #define L2_L_OFFSET (L2_L_SIZE - 1) 101 #define L2_S_OFFSET (L2_S_SIZE - 1) 130 #define L1_S_SUPERSEC 0x00040000 /* Section is a super-section. */ [all …]
|
/freebsd-src/sys/arm/arm/ |
H A D | debug_monitor.c | 73 static int dbg_capable_var; /* Indicates that machine is capable of using 82 /* ID_DFR0 - Debug Feature Register 0 */ 91 /* DBGDIDR - Debug ID Register */ 102 /* DBGPRSR - Device Powerdown and Reset Status Register */ 105 /* DBGOSLSR - OS Lock Status Register */ 108 /* DBGOSDLR - OS Double Lock Register */ 111 /* DBGDSCR - Debug Status and Control Register */ 112 #define DBGSCR_MDBG_EN (1 << 15) /* Monitor debug-mode enable */ 114 /* DBGWVR - Watchpoint Value Register */ 281 * trigger break exception instead of single-step exception and locks in kdb_cpu_set_singlestep() [all …]
|
/freebsd-src/ |
H A D | UPDATING | 1 Updating Information for users of FreeBSD-CURRENT. 9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld 22 includes various WITNESS- related kernel options, INVARIANTS, malloc 28 at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 50 to install the FreeBSD-firmware-iwm package. 71 The build now defaults to WITHOUT_CLEAN - i.e., no automatic clean 77 freebsd-current mailing list so that a special-case dependency can be 85 uart1: non-PN [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1 //===- ARMISelLowering.cpp - ARM DAG Lowering Implementation -------- [all...] |