Home
last modified time | relevance | path

Searched full:cortex (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dcpus.yaml119 - arm,cortex-a5
120 - arm,cortex-a7
121 - arm,cortex-a8
122 - arm,cortex-a9
123 - arm,cortex-a12
124 - arm,cortex-a15
125 - arm,cortex-a17
126 - arm,cortex-a32
127 - arm,cortex-a34
128 - arm,cortex-a35
[all …]
Dpmu.yaml27 - arm,cortex-a5-pmu
28 - arm,cortex-a7-pmu
29 - arm,cortex-a8-pmu
30 - arm,cortex-a9-pmu
31 - arm,cortex-a12-pmu
32 - arm,cortex-a15-pmu
33 - arm,cortex-a17-pmu
34 - arm,cortex-a32-pmu
35 - arm,cortex-a34-pmu
36 - arm,cortex-a35-pmu
[all …]
Dscu.txt3 As part of the MPCore complex, Cortex-A5 and Cortex-A9 are provided
9 - Cortex-A9: see DDI0407E Cortex-A9 MPCore Technical Reference Manual
11 - Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual
17 "arm,cortex-a9-scu"
18 "arm,cortex-a5-scu"
26 compatible = "arm,cortex-a9-scu";
/kernel/uniproton/src/include/uapi/hw/armv7-m/
Dprt_exc.h109 * Cortex-MX异常具体类型:总线状态寄存器入栈时发生错误。
114 * Cortex-MX异常具体类型:总线状态寄存器出栈时发生错误。
119 * Cortex-MX异常具体类型:总线状态寄存器不精确的数据访问违例。
124 * Cortex-MX异常具体类型:总线状态寄存器精确的数据访问违例。
129 * Cortex-MX异常具体类型:总线状态寄存器取指时的访问违例。
134 * Cortex-MX异常具体类型:存储器管理状态寄存器入栈时发生错误。
139 * Cortex-MX异常具体类型:存储器管理状态寄存器出栈时发生错误。
144 * Cortex-MX异常具体类型:存储器管理状态寄存器数据访问违例。
149 * Cortex-MX异常具体类型:存储器管理状态寄存器取指访问违例。
154 * Cortex-MX异常具体类型:用法错误,表示除法运算时除数为零。
[all …]
/kernel/liteos_m/
Darch_spec_zh.md7 │   │   ├── cortex-m3 --- Cortex-m3架构
9 │   │   ├── cortex-m33 --- Cortex-m33架构
11 │   │   │ │ │── NTZ --- Cortex-m33非TrustZone架构实现
12 │   │   │ │ └── TZ --- Cortex-m33 TrustZone架构实现
14 │   │   │ │── NTZ --- Cortex-m33非TrustZone架构实现
15 │   │   │ └── TZ --- Cortex-m33 TrustZone架构实现
16 │   │   └── cortex-m4 --- Cortex-m4架构
19 │   │   └── cortex-m7 --- Cortex-m7架构
Darch_spec.md7 │   │   ├── cortex-m3 --- Cortex-m3 architecture
9 │   │   ├── cortex-m33 --- Cortex-m33 architecture
11 │   │   │ │ │── NTZ --- Cortex-m33 Non-TrustZone archit…
12 │   │   │ │ └── TZ --- Cortex-m33 TrustZone architectu…
14 │   │   │ │── NTZ --- Cortex-m33 Non-TrustZone archit…
15 │   │   │ └── TZ --- Cortex-m33 TrustZone architectu…
16 │   │   └── cortex-m4 --- Cortex-m4 architecture
19 │   │   └── cortex-m7 --- Cortex-m7 architecture
DREADME_zh.md26 │ │ ├── cortex-m3 # cortex-m3架构代码
27 │ │ ├── cortex-m33 # cortex-m33架构代码
28 │ │ ├── cortex-m4 # cortex-m4架构代码
29 │ │ ├── cortex-m55 # cortex-m55架构代码
30 │ │ ├── cortex-m7 # cortex-m7架构代码
96 - cortex-m3:
102 - cortex-m4:
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Daxm5516-cpus.dtsi74 compatible = "arm,cortex-a15";
82 compatible = "arm,cortex-a15";
90 compatible = "arm,cortex-a15";
98 compatible = "arm,cortex-a15";
106 compatible = "arm,cortex-a15";
114 compatible = "arm,cortex-a15";
122 compatible = "arm,cortex-a15";
130 compatible = "arm,cortex-a15";
138 compatible = "arm,cortex-a15";
146 compatible = "arm,cortex-a15";
[all …]
/kernel/liteos_m/arch/arm/
DKconfig125 default "cortex-m3" if ARCH_CORTEX_M3 && !COMPILER_ICCARM
126 default "cortex-m4" if ARCH_CORTEX_M4 && !COMPILER_ICCARM
127 default "cortex-m7" if ARCH_CORTEX_M7 && !COMPILER_ICCARM
128 default "cortex-m33" if ARCH_CORTEX_M33 && !COMPILER_ICCARM
129 default "cortex-m55" if ARCH_CORTEX_M55 && !COMPILER_ICCARM
130 default "Cortex-M3" if ARCH_CORTEX_M3 && COMPILER_ICCARM
131 default "Cortex-M4" if ARCH_CORTEX_M4 && COMPILER_ICCARM
132 default "Cortex-M7" if ARCH_CORTEX_M7 && COMPILER_ICCARM
133 default "Cortex-M33" if ARCH_CORTEX_M33 && COMPILER_ICCARM
134 default "Cortex-M55" if ARCH_CORTEX_M55 && COMPILER_ICCARM
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
Dlos_arch_interrupt.h83 …* The value range of the interrupt number applicable for a Cortex-M55 platformis [OS_USER_HWI_MIN…
134 * The value range of the interrupt priority applicable for a Cortex-M55 platform is [0,15].
449 …* Cortex-M exception types: Record whether a precise BusFault occurred during floating-point lazy …
455 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
461 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
467 * Cortex-M exception types: Bus status register imprecise data access violation.
473 * Cortex-M exception types: Bus status register exact data access violation.
479 * Cortex-M exception types: Bus status register access violation while pointing.
485 …* Cortex-M exception types: Record whether a MemManage fault occurred during floating-point lazy s…
491 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/
Darmada-ap810-ap0-octa-core.dtsi18 compatible = "arm,cortex-a72";
24 compatible = "arm,cortex-a72";
30 compatible = "arm,cortex-a72";
36 compatible = "arm,cortex-a72";
42 compatible = "arm,cortex-a72";
48 compatible = "arm,cortex-a72";
54 compatible = "arm,cortex-a72";
60 compatible = "arm,cortex-a72";
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M7 platformis [OS_USER_HWI_MIN,…
141 * The value range of the interrupt priority applicable for a Cortex-M7 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m4/iar/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M4 platformis [OS_USER_HWI_MIN,…
141 * The value range of the interrupt priority applicable for a Cortex-M4 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M33 platform is [OS_USER_HWI_MI…
141 * The value range of the interrupt priority applicable for a Cortex-M33 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M33 platform is [OS_USER_HWI_MI…
141 * The value range of the interrupt priority applicable for a Cortex-M33 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M33 platform is [OS_USER_HWI_MI…
141 * The value range of the interrupt priority applicable for a Cortex-M33 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m7/iar/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M7 platformis [OS_USER_HWI_MIN,…
141 * The value range of the interrupt priority applicable for a Cortex-M7 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M33 platform is [OS_USER_HWI_MI…
141 * The value range of the interrupt priority applicable for a Cortex-M33 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M33 platform is [OS_USER_HWI_MI…
141 * The value range of the interrupt priority applicable for a Cortex-M33 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M33 platform is [OS_USER_HWI_MI…
141 * The value range of the interrupt priority applicable for a Cortex-M33 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M4 platform is [OS_USER_HWI_MIN…
141 * The value range of the interrupt priority applicable for a Cortex-M4 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m3/keil/
Dlos_arch_interrupt.h92 …* The value range of the interrupt number applicable for a Cortex-M3 platform is [OS_USER_HWI_MIN,…
143 * The value range of the interrupt priority applicable for a Cortex-M3 platform is [0,15].
459 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
465 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
471 * Cortex-M exception types: Bus status register imprecise data access violation.
477 * Cortex-M exception types: Bus status register exact data access violation.
483 * Cortex-M exception types: Bus status register access violation while pointing.
489 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
495 …* Cortex-M exception types: An error occurred while the memory management status register was out …
501 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
Dlos_arch_interrupt.h90 …* The value range of the interrupt number applicable for a Cortex-M33 platform is [OS_USER_HWI_MI…
141 * The value range of the interrupt priority applicable for a Cortex-M33 platform is [0,15].
456 * Cortex-M exception types: An error occurred while the bus status register was being pushed.
462 * Cortex-M exception types: An error occurred while the bus status register was out of the stack.
468 * Cortex-M exception types: Bus status register imprecise data access violation.
474 * Cortex-M exception types: Bus status register exact data access violation.
480 * Cortex-M exception types: Bus status register access violation while pointing.
486 …* Cortex-M exception types: An error occurred while the memory management status register was bein…
492 …* Cortex-M exception types: An error occurred while the memory management status register was out …
498 * Cortex-M exception types: Memory management status register data access violation.
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/
Dhip05.dtsi86 compatible = "arm,cortex-a57";
94 compatible = "arm,cortex-a57";
102 compatible = "arm,cortex-a57";
110 compatible = "arm,cortex-a57";
118 compatible = "arm,cortex-a57";
126 compatible = "arm,cortex-a57";
134 compatible = "arm,cortex-a57";
142 compatible = "arm,cortex-a57";
150 compatible = "arm,cortex-a57";
158 compatible = "arm,cortex-a57";
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-prima2/
DKconfig21 bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
25 Support for CSR SiRFSoC ARM Cortex A9 Platform
28 bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
34 Support for CSR SiRFSoC ARM Cortex A7 Platform
37 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
43 Support for CSR SiRFSoC ARM Cortex A9 Platform

12345678910>>...24