Searched defs:nargs (Results 1 – 7 of 7) sorted by relevance
/arch/arm/mach-omap2/ |
D | omap-secure.c | 37 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher() 89 u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, in rx51_secure_dispatcher()
|
/arch/powerpc/boot/ |
D | oflib.c | 25 __be32 nargs; /* Number of input arguments. */ member 45 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() 69 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret()
|
/arch/xtensa/kernel/ |
D | syscall.c | 35 #define __SYSCALL(nr,symbol,nargs) [ nr ] = (syscall_t)symbol, argument
|
/arch/powerpc/kernel/ |
D | rtas.c | 421 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call() 1042 int nargs, nret, token; in ppc_rtas() local
|
D | prom_init.c | 111 __be32 nargs; member 218 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() 242 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret()
|
/arch/powerpc/include/asm/ |
D | rtas.h | 51 __be32 nargs; member
|
/arch/xtensa/include/uapi/asm/ |
D | unistd.h | 5 # define __SYSCALL(nr,func,nargs) argument
|