rt-thread/libcpu/aarch64/common
Man, Jianting (Meco) 99bdf978d7
[rtdef] use lower-case to define attributes (#6728)
* [rtdef] rename RT_WEAK attribute as rt_weak

* [rtdef] rename RT_USED attribute as rt_used

* [rtdef] rename RT_SECTION attribute as rt_section

* [rtdef] rename ALIGN attribute as rt_align

* [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
2022-12-11 13:12:03 -05:00
..
SConscript [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
armv8.h [libcpu/aarch64] add smp support 2022-01-08 18:24:02 +08:00
asm_fpu.h [libcpu/aarch64] add smp support 2022-01-08 18:24:02 +08:00
cache.S [asm] 解决tab和空格混用的问题 2022-01-20 20:57:35 +08:00
cache_ops.c [libcpu/aarch64] add smp support 2022-01-08 18:24:02 +08:00
context_gcc.S [libcpu/aarch64] add gtimer frq set and stack align (#5642) 2022-03-07 22:41:56 +08:00
cpu.c [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
cpu_gcc.S [asm] 解决tab和空格混用的问题 2022-01-20 20:57:35 +08:00
cpuport.h sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
gic.c [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
gic.h [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
gicv3.c [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
gicv3.h [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
gtimer.c [libcpu/aarch64] add smp support 2022-01-08 18:24:02 +08:00
gtimer.h [libcpu/aarch64] add gtimer frq set and stack align (#5642) 2022-03-07 22:41:56 +08:00
interrupt.c [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
interrupt.h Merge AArch64 libcpu and add some drivers for their bsps 2021-09-26 15:01:59 +08:00
mmu.c uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
mmu.h [libcpu/aarch64] add smp support 2022-01-08 18:24:02 +08:00
psci.c [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
psci.h [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
smccc.S [libcpu/aarch64] add smp support 2022-01-08 18:24:02 +08:00
smccc.h [libcpu/aarch64] add smp support 2022-01-08 18:24:02 +08:00
stack.c [libcpu/aarch64] add gtimer frq set and stack align (#5642) 2022-03-07 22:41:56 +08:00
trap.c [libcpu/aarch64] rt_hw_trap_irq get irq instead of iar when using gicv2 (#5601) 2022-02-17 01:00:29 +08:00
vector_gcc.S [libcpu/aarch64] disable irq/fiq when switch thread (#5605) 2022-02-21 23:24:51 +08:00