rt-thread-official/components/mm
Shell dd2f1a795a
[rt-smart] fix competition on aspace (#7064)
* [mm] mmu operations should be wrapped by _aspace_bst_insert & _aspace_bst_remove to avoid competition on page table

* [lwp] may not return null on failed
2023-03-19 14:41:50 +08:00
..
SConscript [rt-smart/mm] enable mm on armv7, armv8, rv64 only (#6834) 2023-01-11 16:24:51 +08:00
avl_adpt.c [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
avl_adpt.h [fix] mm bugs (#7010) 2023-03-03 11:51:21 +08:00
ioremap.c [components][mm] add ioremap for normal memory api (#7050) 2023-03-16 10:27:16 +08:00
ioremap.h [components][mm] add ioremap for normal memory api (#7050) 2023-03-16 10:27:16 +08:00
mm_aspace.c [rt-smart] fix competition on aspace (#7064) 2023-03-19 14:41:50 +08:00
mm_aspace.h [mm] distinguish NULL and MAP_FAILED 2023-02-21 08:48:49 +08:00
mm_fault.c [libcpu/risc-v] support noncached normal memory (#7051) 2023-03-16 10:26:55 +08:00
mm_fault.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
mm_flag.h [fix] mm bugs (#7010) 2023-03-03 11:51:21 +08:00
mm_kmem.c [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
mm_object.c [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
mm_page.c [rt-smart] move sys_cacheflush to lwp_syscall.c (#7048) 2023-03-17 15:11:38 +08:00
mm_page.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00
mm_private.h [rt-smart] kernel virtual memory management layer (#6809) 2023-01-08 21:08:55 -05:00