/openbmc/linux/include/linux/soc/ti/ |
H A D | knav_qmss.h | 57 void *fn_arg; member
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | process.c | 345 SPILL_SLOT(childregs, 3) = (unsigned long)args->fn_arg; in copy_thread() 352 ((unsigned long *)p->thread.sp)[1] = (unsigned long)args->fn_arg; in copy_thread()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_mailbox.h | 69 void *fn_arg; member
|
H A D | octeon_mailbox.c | 311 mbox_cmd.fn_arg); in octeon_mbox_process_message() 329 mbox_cmd.fn(mbox->oct_dev, &mbox_cmd, mbox_cmd.fn_arg); in octeon_mbox_process_message()
|
H A D | octeon_droq.c | 60 void *fn_arg = NULL; in octeon_get_dispatch_arg() local 73 fn_arg = octeon_dev->dispatch.dlist[idx].arg; in octeon_get_dispatch_arg() 79 fn_arg = ((struct octeon_dispatch *) in octeon_get_dispatch_arg() 87 return fn_arg; in octeon_get_dispatch_arg()
|
H A D | octeon_droq.h | 393 octeon_dispatch_fn_t fn, void *fn_arg);
|
H A D | octeon_device.c | 1137 octeon_dispatch_fn_t fn, void *fn_arg) in octeon_register_dispatch_fn() argument 1150 oct->dispatch.dlist[idx].arg = fn_arg; in octeon_register_dispatch_fn() 1173 dispatch->arg = fn_arg; in octeon_register_dispatch_fn() 1185 octeon_get_dispatch_arg(oct, opcode, subcode) == fn_arg) in octeon_register_dispatch_fn()
|
H A D | cn23xx_vf_device.c | 383 mbox_cmd.fn_arg = NULL; in cn23xx_vf_ask_pf_to_do_flr() 433 mbox_cmd.fn_arg = &status; in cn23xx_octeon_pfvf_handshake()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | switch_to.h | 17 int (*fn)(void *), void *fn_arg);
|
/openbmc/linux/arch/csky/kernel/ |
H A D | process.c | 54 childstack->r10 = (unsigned long) args->fn_arg; in copy_thread()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | process.c | 141 int (*fn)(void *), void *fn_arg) in ret_from_fork() argument 147 fn(fn_arg); in ret_from_fork() 220 kthread_frame_init(frame, args->fn, args->fn_arg); in copy_thread() 249 kthread_frame_init(frame, args->fn, args->fn_arg); in copy_thread()
|
/openbmc/linux/include/linux/ |
H A D | padata.h | 143 void *fn_arg; member
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | process.c | 81 ss->r25 = (unsigned long)args->fn_arg; in copy_thread()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | process.c | 236 cregs->gr[25] = (unsigned long) args->fn_arg; in copy_thread()
|
/openbmc/linux/kernel/ |
H A D | vhost_task.c | 143 args.fn_arg = vtsk; in vhost_task_create()
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | process.c | 192 kregs->gpr[22] = (unsigned long)args->fn_arg; in copy_thread()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | process.c | 200 c_callee->r13 = (unsigned long)args->fn_arg; in copy_thread()
|
/openbmc/linux/include/linux/sched/ |
H A D | task.h | 41 void *fn_arg; member
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | process.c | 70 ti->cpu_context.r19 = (unsigned long)args->fn_arg; in copy_thread()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | process_32.c | 117 childregs->regs[4] = (unsigned long) args->fn_arg; in copy_thread()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | process.c | 153 frame->childregs.gprs[10] = (unsigned long)args->fn_arg; in copy_thread()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | process.c | 167 frame->sw.d7 = (unsigned long)args->fn_arg; in copy_thread()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | process.c | 191 p->thread.s[1] = (unsigned long)args->fn_arg; in copy_thread()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | process.c | 118 childstack->r17 = (unsigned long) args->fn_arg; in copy_thread()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | process.c | 256 childstack->r10 = (unsigned long) args->fn_arg; in copy_thread()
|