rt-thread/libcpu/arm/cortex-a
Shell eec78d9f5d
[rt-smart] testcase & improvements for memory management (#7099)
* [utest/mm] add testcase for create/init
format codes of create/init in components/mm

* [libcpu/aarch64] fix user stack check routine

* [kservice] export API for utest

* [utest/mm] testcase for aspace_map
format & modify the files under components/mm related with aspace_map

* [lwp/user_mm] add user_map_varea for mmap feature

* [mm] rename rt_mm_fault_try_fix to rt_aspace_fault_try_fix

* [utest/mm] testcase for synchronization

* [mm] modify unmap api to improve throughput

* [utest/mm] testcases for cache and varea map

* [format] remove extra space

* [utest/mm] fix testcase problem in header

* [lwp] extend map_user_varea with a flag

* [utest/mm] testcase for lwp_map_user_varea

* [libcpu/arm/cortex-a] fix kernel space layout

* [utest/mm] adjust for armv7 arch
2023-03-30 08:25:15 +08:00
..
SConscript sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
backtrace.c [rt-smart] 弱化 RT_USING_LWP,使用 RT_USING_SMART 作为宏配置 (#6740) 2022-12-16 18:38:28 +08:00
backtrace.h sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
cache.c [rt-smart] move sys_cacheflush to lwp_syscall.c (#7048) 2023-03-17 15:11:38 +08:00
cache.h [rt-smart] move sys_cacheflush to lwp_syscall.c (#7048) 2023-03-17 15:11:38 +08:00
context_gcc.S [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
cp15.h [update] 整理cortex-a aarch32启动代码 2021-05-14 15:30:31 +08:00
cp15_gcc.S sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
cpuport.c [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
cpuport.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
gic.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
gic.h [libcpu][arm] Fix compilation warning 2022-04-19 11:26:11 +08:00
gicv3.c [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
gicv3.h 修复部分bsp编译报错 2021-10-13 11:02:01 +08:00
gtimer.c Move gtimer driver to libcpu. 2022-10-11 08:46:01 +08:00
gtimer.h Revert "[libcpu] remove gtimer/pmu from cortex-a" 2022-10-11 08:46:01 +08:00
interrupt.c [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
interrupt.h add gic&gtimer interface 2021-04-08 15:46:15 +08:00
mmu.c [rt-smart] testcase & improvements for memory management (#7099) 2023-03-30 08:25:15 +08:00
mmu.h [rt-smart] testcase & improvements for memory management (#7099) 2023-03-30 08:25:15 +08:00
pmu.c sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
pmu.h Revert "[libcpu] remove gtimer/pmu from cortex-a" 2022-10-11 08:46:01 +08:00
stack.c [rt-smart] 弱化 RT_USING_LWP,使用 RT_USING_SMART 作为宏配置 (#6740) 2022-12-16 18:38:28 +08:00
start_gcc.S [rt-smart] PV_OFFSET as a variable (#6904) 2023-02-14 23:08:32 +08:00
tlb.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
trap.c [rt-smart] testcase & improvements for memory management (#7099) 2023-03-30 08:25:15 +08:00
vector_gcc.S [rt-smart] 弱化 RT_USING_LWP,使用 RT_USING_SMART 作为宏配置 (#6740) 2022-12-16 18:38:28 +08:00