@ -496,7 +496,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
@@ -496,7 +496,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
*/
# define __SYSCALL_HANDLER0(name_) \
u32_t _ han dle r_ # # name_ ( u32_t arg1 __unused , \
u32_t hdlr_ # # name_ ( u32_t arg1 __unused , \
u32_t arg2 __unused , \
u32_t arg3 __unused , \
u32_t arg4 __unused , \
@ -505,7 +505,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
@@ -505,7 +505,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
void * ssf )
# define __SYSCALL_HANDLER1(name_, arg1_) \
u32_t _ han dle r_ # # name_ ( u32_t arg1_ , \
u32_t hdlr_ # # name_ ( u32_t arg1_ , \
u32_t arg2 __unused , \
u32_t arg3 __unused , \
u32_t arg4 __unused , \
@ -514,7 +514,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
@@ -514,7 +514,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
void * ssf )
# define __SYSCALL_HANDLER2(name_, arg1_, arg2_) \
u32_t _ han dle r_ # # name_ ( u32_t arg1_ , \
u32_t hdlr_ # # name_ ( u32_t arg1_ , \
u32_t arg2_ , \
u32_t arg3 __unused , \
u32_t arg4 __unused , \
@ -523,7 +523,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
@@ -523,7 +523,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
void * ssf )
# define __SYSCALL_HANDLER3(name_, arg1_, arg2_, arg3_) \
u32_t _ han dle r_ # # name_ ( u32_t arg1_ , \
u32_t hdlr_ # # name_ ( u32_t arg1_ , \
u32_t arg2_ , \
u32_t arg3_ , \
u32_t arg4 __unused , \
@ -532,7 +532,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
@@ -532,7 +532,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
void * ssf )
# define __SYSCALL_HANDLER4(name_, arg1_, arg2_, arg3_, arg4_) \
u32_t _ han dle r_ # # name_ ( u32_t arg1_ , \
u32_t hdlr_ # # name_ ( u32_t arg1_ , \
u32_t arg2_ , \
u32_t arg3_ , \
u32_t arg4_ , \
@ -541,7 +541,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
@@ -541,7 +541,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
void * ssf )
# define __SYSCALL_HANDLER5(name_, arg1_, arg2_, arg3_, arg4_, arg5_) \
u32_t _ han dle r_ # # name_ ( u32_t arg1_ , \
u32_t hdlr_ # # name_ ( u32_t arg1_ , \
u32_t arg2_ , \
u32_t arg3_ , \
u32_t arg4_ , \
@ -550,7 +550,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
@@ -550,7 +550,7 @@ static inline int _obj_validation_check(struct _k_object *ko,
void * ssf )
# define __SYSCALL_HANDLER6(name_, arg1_, arg2_, arg3_, arg4_, arg5_, arg6_) \
u32_t _ han dle r_ # # name_ ( u32_t arg1_ , \
u32_t hdlr_ # # name_ ( u32_t arg1_ , \
u32_t arg2_ , \
u32_t arg3_ , \
u32_t arg4_ , \