Home
last modified time | relevance | path

Searched defs:nargs (Results 1 – 13 of 13) sorted by relevance

/arch/microblaze/kernel/
Dsyscall_table.S3 #define __SYSCALL(nr, entry, nargs) .long entry argument
/arch/m68k/kernel/
Dsyscalltable.S21 #define __SYSCALL(nr, entry, nargs) .long entry argument
/arch/sparc/kernel/
Dsystbls_32.S12 #define __SYSCALL(nr, entry, nargs) .long entry argument
Dsystbls_64.S13 #define __SYSCALL(nr, entry, nargs) .word entry argument
/arch/alpha/kernel/
Dsystbls.S10 #define __SYSCALL(nr, entry, nargs) .quad entry argument
/arch/powerpc/boot/
Doflib.c21 __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/
Domap-secure.c33 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher()
106 u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, in rx51_secure_dispatcher()
/arch/xtensa/kernel/
Dsyscall.c34 #define __SYSCALL(nr, entry, nargs)[nr] = (syscall_t)entry, argument
/arch/powerpc/kernel/
Drtas.c416 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked()
435 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked()
444 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
1021 static bool block_rtas_call(int token, int nargs, in block_rtas_call()
1090 static bool block_rtas_call(int token, int nargs, in block_rtas_call()
1104 int nargs, nret, token; in SYSCALL_DEFINE1() local
Dprom_init.c112 __be32 nargs; member
361 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom()
385 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret()
/arch/parisc/kernel/
Dsyscall.S922 #define __SYSCALL(nr, entry, nargs) ASM_ULONG_INSN entry argument
/arch/ia64/kernel/
Dentry.S1429 #define __SYSCALL(nr, entry, nargs) data8 entry argument
/arch/powerpc/include/asm/
Drtas.h49 __be32 nargs; member