Thank you for the document. But I still have some questions. getpagesize is a system call, and it should have a syscall number like uname,getpid, which like __NR_uname, but I cannot find __NR_getpagesize in scno.h which is generated by makefile. So how can I generate syscall getpagesize number or how can I call getpagesize in the test case?