Searched refs:args (Results 1 - 25 of 2507) sorted by path

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Dcore_apecs.c43 # define DBGC(args) printk args
45 # define DBGC(args)
H A Dcore_mcpcia.c39 # define DBG_CFG(args) printk args
41 # define DBG_CFG(args)
H A Dcore_polaris.c30 # define DBG_CFG(args) printk args
32 # define DBG_CFG(args)
H A Dcore_t2.c74 # define DBG(args) printk args
76 # define DBG(args)
H A Dcore_tsunami.c51 # define DBG_CFG(args) printk args
53 # define DBG_CFG(args)
H A Dsmc37c669.c15 # define DBG_DEVS(args) printk args
17 # define DBG_DEVS(args)
H A Dsmc37c93x.c18 # define DBG_DEVS(args) printk args
20 # define DBG_DEVS(args)
/linux-master/arch/alpha/lib/
H A Dsrm_printk.c13 va_list args; local
17 va_start(args, fmt);
18 len = vsprintf(buf, fmt, args);
19 va_end(args);
/linux-master/arch/arc/lib/
H A Dmemset.S52 ; adjust bzero args to memset args
/linux-master/arch/hexagon/include/asm/
H A Dsyscall.h31 unsigned long *args)
33 memcpy(args, &(&regs->r00)[0], 6 * sizeof(args[0]));
29 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) argument
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c154 static int __kgdb_notify(struct die_args *args, unsigned long cmd) argument
158 kgdb_nmicallback(smp_processor_id(), args->regs);
162 if (user_mode(args->regs))
165 if (kgdb_handle_exception(args->trapnr & 0xff, args->signr, args->err,
166 args->regs))
/linux-master/arch/m68k/include/asm/
H A Dlinkage.h16 #define asmlinkage_protect(n, ret, args...) \
17 __asmlinkage_protect##n(ret, ##args)
18 #define __asmlinkage_protect_n(ret, args...) \
19 __asm__ __volatile__ ("" : "=r" (ret) : "0" (ret), ##args)
H A Dmath-emu.h307 .macro debug instr,args
309 \instr \args
H A Dopenprom.h74 char args[100]; member in struct:linux_arguments_v0
/linux-master/arch/m68k/math-emu/
H A Dfp_util.S94 | args: %d0 = source (32-bit long)
125 | args: %d0 = source (single-precision fp value)
209 | args: %a0 = dest (struct fp_ext *)
434 | args: %a0 (struct fp_ext *)
657 | args: %a0 (struct fp_ext *)
851 | args: %a0 (struct fp_ext *)
1016 | args: %a0 (struct fp_ext *)
/linux-master/arch/mips/kvm/
H A Dhypcall.c33 const unsigned long *args, unsigned long *hret)
42 unsigned long num, args[MAX_HYPCALL_ARGS]; local
46 args[0] = vcpu->arch.gprs[4]; /* a0 */
47 args[1] = vcpu->arch.gprs[5]; /* a1 */
48 args[2] = vcpu->arch.gprs[6]; /* a2 */
49 args[3] = vcpu->arch.gprs[7]; /* a3 */
52 args, &vcpu->arch.gprs[2] /* v0 */);
32 kvm_mips_hypercall(struct kvm_vcpu *vcpu, unsigned long num, const unsigned long *args, unsigned long *hret) argument
/linux-master/arch/mips/pci/
H A Dops-mace.c14 # define DPRINTK(args...) printk(args);
16 # define DPRINTK(args...)
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c22 #define OF(args) args
/linux-master/arch/parisc/include/asm/
H A Dsyscall.h22 unsigned long *args)
24 args[5] = regs->gr[21];
25 args[4] = regs->gr[22];
26 args[3] = regs->gr[23];
27 args[2] = regs->gr[24];
28 args[1] = regs->gr[25];
29 args[0] = regs->gr[26];
20 syscall_get_arguments(struct task_struct *tsk, struct pt_regs *regs, unsigned long *args) argument
/linux-master/arch/powerpc/boot/
H A Doflib.c23 __be32 args[10]; /* Input/output arguments. */ member in struct:prom_args
44 struct prom_args args; local
47 args.service = cpu_to_be32(ADDR(service));
48 args.nargs = cpu_to_be32(nargs);
49 args.nret = cpu_to_be32(nret);
53 args.args[i] = cpu_to_be32(va_arg(list, prom_arg_t));
57 args.args[nargs+i] = 0;
59 if (prom(&args) <
69 struct prom_args args; local
[all...]
H A Dstdio.c146 int vsprintf(char *buf, const char *fmt, va_list args) argument
189 field_width = va_arg(args, int);
205 precision = va_arg(args, int);
230 *str++ = (unsigned char) va_arg(args, int);
236 s = va_arg(args, char *);
257 (unsigned long) va_arg(args, void *), 16,
264 long * ip = va_arg(args, long *);
267 size_t * ip = va_arg(args, size_t *);
270 int * ip = va_arg(args, int *);
305 num = va_arg(args, unsigne
331 va_list args; local
345 va_list args; local
[all...]
H A Dstdio.h13 #define fprintf(fmt, args...) printf(args)
18 extern int vsprintf(char *buf, const char *fmt, va_list args);
/linux-master/arch/powerpc/include/asm/
H A Dpmac_pfunc.h53 struct pmf_args *args
58 void * (*begin)(struct pmf_function *func, struct pmf_args *args);
207 * The args array contains as many arguments as is required by the function,
210 * the call site. Some functions require no args, in which case, you can
218 u32 phandle, u32 flags, struct pmf_args *args);
232 struct pmf_args *args);
246 extern int pmf_call_one(struct pmf_function *func, struct pmf_args *args);
/linux-master/arch/powerpc/xmon/
H A Dansidecl.h23 DEFUN (name, arglist, args)
47 PARAMS ((args))
99 #define DEFUN(name, arglist, args) name(args)
123 #define DEFUN(name, arglist, args) name arglist args;
/linux-master/arch/s390/include/uapi/asm/
H A Dhypfs.h19 __u32 args[2]; member in struct:hypfs_diag304

Completed in 393 milliseconds

1234567891011>>