Home
last modified time | relevance | path

Searched refs:Syscall (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_fort_helper.h37 __attribute__((always_inline)) static inline long Syscall( in Syscall() function
60 return Syscall(SYS_prctl, op, a, b, 0, 0);
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-bundles-system.md11 …系统提供的POSIX接口)进行内核资源访问与交互请求,POSIX接口内部会触发SVC/SWI异常,完成系统从用户态到内核态的切换,然后对接到内核的Syscall Handler(系统调用统一处理接…
16 Syscall Handler的具体实现在kernel/liteos_a/syscall/los_syscall.c中OsArmA32SyscallHandle函数,在进入系统软中断异常时会调用此函…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-bundles-system.md10 …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\…