I\'m trying to call system call in kernel space and it works good if I call system call without arguments such as getpid().
getpid()
The method how I do it is: