rt-thread/libcpu/aarch64/common
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 [libcpu/aarch64] add gicv3 support and bsp/rockchip/rk3568 (#5722) 2022-03-29 11:08:25 +08:00
armv8.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
asm-fpu.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
asm_fpu.h [libcpu/aarch64] add smp support 2022-01-08 18:24:02 +08:00
backtrace.c [libcpu.aarch64] add rt_backtrace function. (#6982) 2023-02-27 10:04:10 +08:00
backtrace.h [libcpu.aarch64] add rt_backtrace function. (#6982) 2023-02-27 10:04:10 +08:00
cache.S [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
cache.h [rt-smart] testcase & improvements for memory management (#7099) 2023-03-30 08:25:15 +08:00
cache_ops.c [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 [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpu.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpu.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpu_gcc.S [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpu_ops_common.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
cpu_psci.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpu_spin_table.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
cpuport.h [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
entry_point.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
exception.c [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
gic.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
gic.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
gicv3.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
gicv3.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
gtimer.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
gtimer.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
hypercall.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
hypercall.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
interrupt.c [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
interrupt.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
mmu.c [errno code]fix that use RT_ENOSYS without - (#7084) 2023-03-23 01:54:42 -04:00
mmu.h [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
psci.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
psci.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
psci_api.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
smccc.S [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
smccc.h [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
stack.c [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
startup_gcc.S [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00
tlb.h [fix] pipeline 2023-02-21 08:48:49 +08:00
trap.c [rt-smart] testcase & improvements for memory management (#7099) 2023-03-30 08:25:15 +08:00
vector_gcc.S [smart/aarch64] code sync (#6750) 2022-12-20 17:49:37 +08:00