kernel_liteos_a/kernel/extended/dynload
Haryslee 9db3407589 feat: 基于汇编实现内核对用户态内存清零的功能
背景:LOS_UserMemClear接口原有实现是通过在内核中
申请一块堆内存并对其清零,调用copy_to_user来达到
对用户态内存清零的目的,需要使用堆内存。
修改方案:基于汇编实现内核对用户态内存清零的功能。

close #I3XXT0

Change-Id: I27cb1e45559cb75a9b330799fe427abd54f51c15
Signed-off-by: Haryslee <lihao189@huawei.com>
2021-06-26 15:31:42 +08:00
..
include fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
src feat: 基于汇编实现内核对用户态内存清零的功能 2021-06-26 15:31:42 +08:00
Makefile update openharmony 1.0.1 2021-03-11 18:43:57 +08:00