syscalls: Add system call for cache flush & invalidate
include/cache.h: System calls declaration and implementation kernel/cache_handlers.c: Defination of verification functions Signed-off-by: Aastha Grover <aastha.grover@intel.com>
This commit is contained in:
parent
d5e1753eb6
commit
2d9b459f15
3 changed files with 30 additions and 2 deletions
|
@ -56,6 +56,7 @@ target_sources_ifdef(
|
|||
kernel PRIVATE
|
||||
futex.c
|
||||
mem_domain.c
|
||||
cache_handlers.c
|
||||
userspace_handler.c
|
||||
userspace.c
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue