Searched +full:armv6 +full:- +full:capable (Results 1 – 6 of 6) sorted by relevance
/freebsd/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-schema [all...] |
/freebsd/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/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/ |
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/contrib/file/magic/Magdir/ |
H A D | linux | 2 #------------------------------------------------------------------------------ 13 # >0 leshort 0413 demand-paged executable (ZMAGIC) 14 # >0 leshort 0314 demand-paged executable (QMAGIC) 20 0 lelong 0x0064010b Linux/i386 demand-paged executable (ZMAGIC) 22 0 lelong 0x006400cc Linux/i386 demand-paged executable (QMAGIC) 27 # Linux-8086 stuff: 28 0 string \01\03\020\04 Linux-8086 impure executable 30 0 string \01\03\040\04 Linux-8086 executable 33 0 string \243\206\001\0 Linux-8086 object file 35 0 string \01\03\020\20 Minix-386 impure executable [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1 //===- ARMISelLowering.cpp - ARM DAG Lowering Implementation --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 122 #define DEBUG_TYPE "arm-isel" 131 ARMInterworking("arm-interworking", cl::Hidden, 136 "arm-promote-constant", cl::Hidden, 141 "arm-promote-constant-max-size", cl::Hidden, 145 "arm-promote-constant-max-total", cl::Hidden, 150 MVEMaxSupportedInterleaveFactor("mve-max-interleave-factor", cl::Hidden, [all …]
|