Searched refs:arg (Results 1 - 25 of 3423) sorted by path

1234567891011>>

/linux-master/Documentation/target/
H A Dtarget-export-device22 while getopts "hp:" arg; do
23 case $arg in
/linux-master/arch/alpha/include/asm/
H A Dpal.h98 #define __tbi(nr,arg,arg1...) \
101 register unsigned long __r17 __asm__("$17"); arg; \
/linux-master/arch/arc/include/asm/
H A Dstacktrace.h20 * @arg: Arg to callback
32 void *arg);
H A Dunwind.h119 void *arg),
120 void *arg)
117 arch_unwind_init_running(struct unwind_frame_info *info, int (*callback) (struct unwind_frame_info *info, void *arg), void *arg) argument
/linux-master/arch/arc/kernel/
H A Darc_hostlink.c32 unsigned long arg)
35 put_user((unsigned int)__HOSTLINK__, (int __user *)arg);
31 arc_hl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
/linux-master/arch/arm/kernel/
H A Dreboot.h5 extern void call_with_stack(void (*fn)(void *), void *arg, void *sp);
H A Dsmp_tlb.c31 static inline void ipi_flush_tlb_mm(void *arg) argument
33 struct mm_struct *mm = (struct mm_struct *)arg;
38 static inline void ipi_flush_tlb_page(void *arg) argument
40 struct tlb_args *ta = (struct tlb_args *)arg;
48 static inline void ipi_flush_tlb_kernel_page(void *arg) argument
50 struct tlb_args *ta = (struct tlb_args *)arg;
55 static inline void ipi_flush_tlb_range(void *arg) argument
57 struct tlb_args *ta = (struct tlb_args *)arg;
65 static inline void ipi_flush_tlb_kernel_range(void *arg) argument
67 struct tlb_args *ta = (struct tlb_args *)arg;
151 ipi_flush_tlb_a15_erratum(void *arg) argument
[all...]
/linux-master/arch/arm/mach-highbank/
H A Dcore.h16 extern void highbank_smc1(int fn, int arg);
/linux-master/arch/arm/mach-milbeaut/
H A Dplatsmp.c107 static int m10v_die(unsigned long arg) argument
/linux-master/arch/arm/mach-shmobile/
H A Dcommon.h16 unsigned long arg);
H A Dplatsmp.c19 void shmobile_smp_hook(unsigned int cpu, unsigned long fn, unsigned long arg) argument
26 shmobile_smp_arg[cpu] = arg;
/linux-master/arch/csky/kernel/
H A Dcpu-probe.c11 static void percpu_print(void *arg) argument
13 struct seq_file *m = (struct seq_file *)arg;
/linux-master/arch/m68k/atari/
H A Ddebug.c288 static int __init atari_debug_setup(char *arg) argument
295 if (!strcmp(arg, "ser"))
297 arg = MACH_IS_FALCON ? "ser2" : "ser1";
300 if (!strcmp(arg, "ser1")) {
304 } else if (!strcmp(arg, "ser2")) {
308 } else if (!strcmp(arg, "midi")) {
312 } else if (!strcmp(arg, "par")) {
/linux-master/arch/m68k/bvme6000/
H A Drtc.c39 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
45 void __user *argp = (void __user *)arg;
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S508 faddx %fp2,%fp0 | ...fp0 is R, reduced arg.
674 faddx %fp2,%fp0 | ...fp0 is R, reduced arg.
H A Dstan.S315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
331 orw #0x8000,FP_SCR2(%a6) |positive arg
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S5470 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
5474 cmp.l %d1,&0x7ffeffff # is arg dangerously large?
5490 or.b &0x80,FP_SCR0_EX(%a6) # positive arg
5901 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
5905 cmp.l %d1,&0x7ffeffff # is arg dangerously large?
5921 or.b &0x80,FP_SCR0_EX(%a6) # positive arg
7148 fadd.x %fp2,%fp0 # fp0 is R, reduced arg.
7310 fadd.x %fp2,%fp0 # fp0 is R, reduced arg.
H A Dfpsp.S5576 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
5580 cmp.l %d1,&0x7ffeffff # is arg dangerously large?
5596 or.b &0x80,FP_SCR0_EX(%a6) # positive arg
6007 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
6011 cmp.l %d1,&0x7ffeffff # is arg dangerously large?
6027 or.b &0x80,FP_SCR0_EX(%a6) # positive arg
7254 fadd.x %fp2,%fp0 # fp0 is R, reduced arg.
7416 fadd.x %fp2,%fp0 # fp0 is R, reduced arg.
/linux-master/arch/m68k/mvme16x/
H A Drtc.c38 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
43 void __user *argp = (void __user *)arg;
/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c43 char *arg = argv[i]; local
45 if (*arg == '-') {
46 if (strcmp(arg, "--reloc-info") == 0) {
50 if (strcmp(arg, "--text") == 0) {
54 if (strcmp(arg, "--bin") == 0) {
58 if (strcmp(arg, "--keep") == 0) {
63 fname = arg;
/linux-master/arch/mips/dec/prom/
H A Dcmdline.c20 char *arg; local
31 arg = (void *)(long)(argv[i]);
32 strcat(arcs_cmdline, arg);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h855 uint64_t arg:32; member in struct:cvmx_mio_emm_cmd::cvmx_mio_emm_cmd_s
857 uint64_t arg:32;
/linux-master/arch/mips/mm/
H A Duasm-micromips.c133 static inline u32 build_bimm(s32 arg) argument
135 WARN(arg > 0xffff || arg < -0x10000,
138 WARN(arg & 0x3, KERN_WARNING "Invalid micro-assembler branch target\n");
140 return ((arg < 0) ? (1 << 15) : 0) | ((arg >> 1) & 0x7fff);
143 static inline u32 build_jimm(u32 arg) argument
146 WARN(arg & ~((JIMM_MASK << 2) | 1),
149 return (arg >> 1) & JIMM_MASK;
/linux-master/arch/powerpc/perf/
H A Dhv-common.c16 struct p arg = { local
26 virt_to_phys(&arg), sizeof(arg));
31 pr_devel("capability_mask: 0x%x\n", arg.caps.capability_mask);
33 caps->version = arg.params.counter_info_version_out;
34 caps->collect_privileged = !!arg.caps.perf_collect_privileged;
35 caps->ga = !!(arg.caps.capability_mask & HV_GPCI_CM_GA);
36 caps->expanded = !!(arg.caps.capability_mask & HV_GPCI_CM_EXPANDED);
37 caps->lab = !!(arg.caps.capability_mask & HV_GPCI_CM_LAB);
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c83 struct fd arg; local
91 arg = fdget(fd);
92 if (arg.file) {
93 ret = calls->spu_run(arg.file, unpc, ustatus);
94 fdput(arg);

Completed in 373 milliseconds

1234567891011>>