| /linux/arch/loongarch/kernel/ |
| H A D | process.c | 160 void *fn_arg) in ret_from_kernel_thread() argument 163 fn(fn_arg); in ret_from_kernel_thread() 193 p->thread.reg24 = (unsigned long)args->fn_arg; in copy_thread()
|
| /linux/arch/riscv/kernel/ |
| H A D | process.c | 212 asmlinkage void ret_from_fork_kernel(void *fn_arg, int (*fn)(void *), struct pt_regs *regs) in ret_from_fork_kernel() argument 214 fn(fn_arg); in ret_from_fork_kernel() 245 p->thread.s[1] = (unsigned long)args->fn_arg; in copy_thread()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | asm-prototypes.h | 22 void *fn_arg);
|
| /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()
|
| /linux/include/linux/soc/ti/ |
| H A D | knav_qmss.h | 57 void *fn_arg; member
|
| /linux/drivers/iommu/generic_pt/ |
| H A D | kunit_generic_pt.h | 32 void *fn_arg; member 94 (*chk->fn)(chk->test, &pts, chk->fn_arg); in __check_all_levels() 106 void *fn_arg) in check_all_levels() argument 113 .fn_arg = fn_arg, in check_all_levels()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_mailbox.h | 72 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 | 55 void *fn_arg = NULL; in octeon_get_dispatch_arg() local 68 fn_arg = octeon_dev->dispatch.dlist[idx].arg; in octeon_get_dispatch_arg() 74 fn_arg = ((struct octeon_dispatch *) in octeon_get_dispatch_arg() 82 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()
|
| /linux/arch/riscv/include/asm/ |
| H A D | asm-prototypes.h | 55 asmlinkage void ret_from_fork_kernel(void *fn_arg, int (*fn)(void *), struct pt_regs *regs);
|
| /linux/arch/csky/kernel/ |
| H A D | process.c | 54 childstack->r10 = (unsigned long) args->fn_arg; in copy_thread()
|
| /linux/arch/parisc/kernel/ |
| H A D | process.c | 236 cregs->gr[25] = (unsigned long) args->fn_arg; in copy_thread()
|
| /linux/arch/hexagon/kernel/ |
| H A D | process.c | 82 ss->r25 = (unsigned long)args->fn_arg; in copy_thread()
|
| /linux/kernel/ |
| H A D | vhost_task.c | 144 args.fn_arg = vtsk; in vhost_task_create()
|
| /linux/arch/openrisc/kernel/ |
| H A D | process.c | 191 kregs->gpr[22] = (unsigned long)args->fn_arg; in copy_thread()
|
| /linux/arch/arc/kernel/ |
| H A D | process.c | 200 c_callee->r13 = (unsigned long)args->fn_arg; in copy_thread()
|
| /linux/arch/microblaze/kernel/ |
| H A D | process.c | 70 ti->cpu_context.r19 = (unsigned long)args->fn_arg; in copy_thread()
|
| /linux/include/linux/sched/ |
| H A D | task.h | 43 void *fn_arg; member
|
| /linux/arch/sh/kernel/ |
| H A D | process_32.c | 117 childregs->regs[4] = (unsigned long) args->fn_arg; in copy_thread()
|
| /linux/arch/m68k/kernel/ |
| H A D | process.c | 168 frame->sw.d7 = (unsigned long)args->fn_arg; in copy_thread()
|
| /linux/arch/um/kernel/ |
| H A D | process.c | 169 p->thread.request.thread.arg = args->fn_arg; in copy_thread()
|
| /linux/arch/nios2/kernel/ |
| H A D | process.c | 118 childstack->r17 = (unsigned long) args->fn_arg; in copy_thread()
|