Searched defs:nargs (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/boot/ |
D | oflib.c | 21 __be32 nargs; /* Number of input arguments. */ member 41 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() 65 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret()
|
/arch/arm/mach-omap2/ |
D | omap-secure.c | 59 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher() 155 static u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, in rx51_secure_dispatcher()
|
/arch/powerpc/kernel/ |
D | rtas.c | 1026 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked() 1062 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked() 1135 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call() 1736 static bool block_rtas_call(int token, int nargs, in block_rtas_call() 1822 int nargs, nret, token; in SYSCALL_DEFINE1() local
|
D | prom_init.c | 110 __be32 nargs; member 387 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() 411 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret()
|
/arch/powerpc/include/asm/ |
D | rtas-types.h | 11 __be32 nargs; member
|