Searched refs:arg (Results 26 - 50 of 3468) sorted by path

1234567891011>>

/linux-master/arch/powerpc/xmon/
H A Dspu-dis.c114 if (index->arg[0] != 0)
117 for (i = 1; i <= index->arg[0]; i++)
119 int arg = index->arg[i]; local
120 if (arg != A_P && !paren && i > 1)
123 switch (arg)
227 if (arg != A_P && paren)
H A Dspu.h77 int arg[5]; member in struct:spu_opcode
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c204 COMPAT_SYSCALL_DEFINE1(s390_old_mmap, struct mmap_arg_struct_emu31 __user *, arg)
208 if (copy_from_user(&a, arg, sizeof(a)))
216 COMPAT_SYSCALL_DEFINE1(s390_mmap2, struct mmap_arg_struct_emu31 __user *, arg)
220 if (copy_from_user(&a, arg, sizeof(a)))
/linux-master/arch/s390/kernel/syscalls/
H A Dsyscalltbl194 while getopts ":HNSXi:a:f:" arg; do
195 case $arg in
/linux-master/arch/sh/boards/mach-highlander/
H A Dpsw.c16 static irqreturn_t psw_irq_handler(int irq, void *arg) argument
18 struct platform_device *pdev = arg;
/linux-master/arch/sh/boards/mach-landisk/
H A Dpsw.c17 static irqreturn_t psw_irq_handler(int irq, void *arg) argument
19 struct platform_device *pdev = arg;
/linux-master/arch/sparc/include/asm/
H A Doplib_64.h109 * counter with the given arg passed in via register %o0.
111 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg);
114 * counter with the given arg passed in via register %o0.
116 void prom_startcpu_cpuid(int cpuid, unsigned long pc, unsigned long arg);
H A Dttable.h74 #define TRAP_ARG(routine, arg) \
80 mov arg, %o1; \
84 #define TRAPTL1_ARG(routine, arg) \
90 mov arg, %o1; \
/linux-master/arch/sparc/kernel/
H A Dtsb.S301 add %sp, PTREGS_OFF, %o0 ! Compute pt_regs arg
/linux-master/arch/sparc/prom/
H A Dmisc_64.c380 void prom_startcpu(int cpunode, unsigned long pc, unsigned long arg) argument
389 args[5] = arg;
393 void prom_startcpu_cpuid(int cpuid, unsigned long pc, unsigned long arg) argument
402 args[5] = arg;
/linux-master/arch/x86/boot/
H A Dearly_serial_console.c49 char arg[32]; local
53 if (cmdline_find_option("earlyprintk", arg, sizeof(arg)) > 0) {
56 if (!strncmp(arg, "serial", 6)) {
61 if (arg[pos] == ',')
70 if (pos == 7 && !strncmp(arg + pos, "0x", 2)) {
71 port = simple_strtoull(arg + pos, &e, 16);
72 if (port == 0 || arg + pos == e)
75 pos = e - arg;
76 } else if (!strncmp(arg
[all...]
/linux-master/arch/x86/kernel/
H A Dcheck.c33 static __init int set_corruption_check(char *arg) argument
38 if (!arg) {
43 ret = kstrtoul(arg, 10, &val);
53 static __init int set_corruption_check_period(char *arg) argument
58 if (!arg) {
63 ret = kstrtoul(arg, 10, &val);
72 static __init int set_corruption_check_size(char *arg) argument
77 if (!arg) {
82 size = memparse(arg, &end);
/linux-master/arch/x86/kernel/cpu/
H A Dhypervisor.c54 static __init int parse_nopv(char *arg) argument
/linux-master/arch/x86/math-emu/
H A Dfpu_emu.h209 asmlinkage int FPU_round(FPU_REG *arg, unsigned int extent, int dummy,
H A Dpoly_2xm1.c53 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) argument
60 exponent = exponent16(arg);
71 XSIG_LL(argSignif) = Xll = significand(arg);
H A Dpoly_l2.c21 static void log2_kernel(FPU_REG const *arg, u_char argsign,
182 static void log2_kernel(FPU_REG const *arg, u_char argsign, Xsig *accum_result, argument
189 exponent = exponent16(arg);
191 XSIG_LL(Numer) = XSIG_LL(Denom) = significand(arg);
/linux-master/arch/x86/tools/
H A Drelocs_common.c35 char *arg = argv[i]; local
36 if (*arg == '-') {
37 if (strcmp(arg, "--abs-syms") == 0) {
41 if (strcmp(arg, "--abs-relocs") == 0) {
45 if (strcmp(arg, "--reloc-info") == 0) {
49 if (strcmp(arg, "--text") == 0) {
53 if (strcmp(arg, "--realmode") == 0) {
59 fname = arg;
/linux-master/drivers/acpi/acpica/
H A Ddbutils.c369 (method->common.value.arg)->common.aml_offset + 1;
370 start_op = (method->common.value.arg)->common.next;
H A Ddsutils.c409 * arg - Parse object for the argument
423 union acpi_parse_object *arg, u32 arg_index)
434 ACPI_FUNCTION_TRACE_PTR(ds_create_operand, arg);
438 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) &&
439 (arg->common.value.string) &&
440 !(arg->common.flags & ACPI_PARSEOP_IN_STACK)) {
442 arg));
447 arg->common.value.buffer,
481 parent_op = arg->common.parent;
574 if ((arg
422 acpi_ds_create_operand(struct acpi_walk_state *walk_state, union acpi_parse_object *arg, u32 arg_index) argument
667 union acpi_parse_object *arg; local
[all...]
/linux-master/drivers/char/
H A Dds1620.c237 ds1620_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
246 uarg.i = (int __user *)arg;
322 ds1620_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
327 ret = ds1620_ioctl(file, cmd, arg);
H A Ddtlk.c99 unsigned int cmd, unsigned long arg);
271 unsigned long arg)
273 char __user *argp = (char __user *)arg;
269 dtlk_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
H A Duv_mmtimer.c42 unsigned long arg);
61 * @arg: optional argument to command
75 * specified by @arg
82 * in the address specified by @arg.
85 unsigned long arg)
106 if (copy_to_user((unsigned long __user *)arg,
112 if (copy_to_user((unsigned long __user *)arg,
127 if (copy_to_user((unsigned long __user *)arg,
84 uv_mmtimer_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
/linux-master/drivers/dma/qcom/
H A Dhidma.h154 irqreturn_t hidma_ll_inthandler(int irq, void *arg);
155 irqreturn_t hidma_ll_inthandler_msi(int irq, void *arg, int cause);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h133 struct bw_fixed bw_floor2(const struct bw_fixed arg, const struct bw_fixed significance);
134 struct bw_fixed bw_ceil2(const struct bw_fixed arg, const struct bw_fixed significance);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvmap.h19 s32 arg[6]; member in struct:nvbios_vmap_entry

Completed in 264 milliseconds

1234567891011>>