Home
last modified time | relevance | path

Searched refs:NARG_BITS (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/syscall/
H A Dlos_syscall.c70 #define NARG_BITS 4 macro
87 g_syscallNArgs[(id) / NARG_PER_BYTE] |= ((id) & 1) ? (nArg) << NARG_BITS : (nArg); \ in OsSyscallHandleInit()
111 nArgs = (cmd & 1) ? (nArgs >> NARG_BITS) : (nArgs & NARG_MASK); in OsArmA32SyscallHandle()
/kernel/liteos_m/components/security/syscall/
H A Dlos_syscall.c41 #define NARG_BITS 4 macro
60 g_syscallNArgs[(id) / NARG_PER_BYTE] |= ((id) & 1) ? (nArg) << NARG_BITS : (nArg); \ in OsSyscallHandleInit()
82 nArgs = (svcNum & 1) ? (nArgs >> NARG_BITS) : (nArgs & NARG_MASK); in OsSyscallHandle()

Completed in 1 milliseconds