Searched refs:Syscall (Results 1 – 3 of 3) sorted by relevance
37 __attribute__((always_inline)) static inline long Syscall( in Syscall() function60 return Syscall(SYS_prctl, op, a, b, 0, 0);
11 …系统提供的POSIX接口)进行内核资源访问与交互请求,POSIX接口内部会触发SVC/SWI异常,完成系统从用户态到内核态的切换,然后对接到内核的Syscall Handler(系统调用统一处理接…16 Syscall Handler的具体实现在kernel/liteos_a/syscall/los_syscall.c中OsArmA32SyscallHandle函数,在进入系统软中断异常时会调用此函…
10 …ng of the system from the user mode to the kernel mode. Then, the kernel Syscall Handler \(unified…15 The Syscall Handler is implemented by the **OsArmA32SyscallHandle** function in **kernel/liteos\…