Searched refs:fn (Results 51 - 75 of 212) sorted by relevance

123456789

/arch/score/include/asm/
H A Dthread_info.h62 .fn = do_no_restart_syscall, \
/arch/tile/include/asm/
H A Dswitch_to.h72 void ret_from_kernel_thread(void *fn, void *arg);
/arch/arm/kernel/
H A Dkprobes-arm.c91 BLX("%[fn]")
94 [fn] "r" (asi->insn_fn)
119 BLX("%[fn]")
121 : "1" (rnv), "r" (rmv), [fn] "r" (asi->insn_fn)
151 BLX("%[fn]")
153 : "r" (rtv), "0" (rnv), "r" (rmv), [fn] "r" (asi->insn_fn)
181 BLX("%[fn]")
185 "1" (cpsr), [fn] "r" (asi->insn_fn)
211 BLX("%[fn]")
215 "1" (cpsr), [fn] "
[all...]
H A Dkprobes-thumb.c174 "blx %[fn]"
176 : "0" (rt1v), "1" (rt2v), "2" (rnv), [fn] "r" (asi->insn_fn)
199 "blx %[fn]"
201 : "0" (rtv), "1" (rnv), "r" (rmv), [fn] "r" (asi->insn_fn)
227 "blx %[fn] \n\t"
231 "1" (cpsr), [fn] "r" (asi->insn_fn)
250 "blx %[fn]"
252 : "0" (rdv), "r" (rnv), [fn] "r" (asi->insn_fn)
270 "blx %[fn]"
272 : "0" (rdv), "r" (rnv), [fn] "
[all...]
H A Dhibernate.c102 extern void call_with_stack(void (*fn)(void *), void *arg, void *sp);
H A Dsleep.S69 add r4, r4, #12 @ Space for pgd, virt sp, phys resume fn
85 ldmfd sp!, {r0, pc} @ call suspend fn
90 ldmia sp!, {r1 - r3} @ pop phys pgd, virt SP, phys resume fn
151 @ load phys pgd, stack, resume fn
/arch/arm64/include/asm/
H A Ddebug-monitors.h112 int (*fn)(struct pt_regs *regs, unsigned int esr); member in struct:step_hook
122 int (*fn)(struct pt_regs *regs, unsigned int esr); member in struct:break_hook
H A Dthread_info.h64 .fn = do_no_restart_syscall, \
/arch/arm64/kernel/
H A Dstacktrace.c61 int (*fn)(struct stackframe *, void *), void *data)
66 if (fn(frame, data))
H A Ddebug-monitors.c217 retval = hook->fn(regs, esr);
293 int (*fn)(struct pt_regs *regs, unsigned int esr) = NULL;
298 fn = hook->fn;
301 return fn ? fn(regs, esr) : DBG_HOOK_ERROR;
/arch/blackfin/include/asm/
H A Dpgtable.h65 #define PTE_BIT_FUNC(fn, op) \
66 static inline pte_t pte_##fn(pte_t _pte) { _pte.pte op; return _pte; }
H A Dthread_info.h62 .fn = do_no_restart_syscall, \
/arch/unicore32/kernel/
H A Dstacktrace.c58 int (*fn)(struct stackframe *, void *), void *data)
63 if (fn(frame, data))
/arch/xtensa/kernel/
H A Dstacktrace.c18 int (*fn)(struct stackframe *frame, void *data),
43 if (fn(&frame, data))
/arch/arm/mach-omap2/
H A Dvoltage.c345 * @fn: callback function *
347 * Call the supplied function @fn for each powerdomain in the
354 int (*fn)(struct voltagedomain *voltdm,
360 if (!fn)
364 ret = (*fn)(voltdm, pwrdm);
371 * @fn: callback function *
373 * Call the supplied function @fn for each registered voltagedomain.
374 * The callback function @fn can return anything but 0 to bail out
379 int voltdm_for_each(int (*fn)(struct voltagedomain *voltdm, void *user),
385 if (!fn)
[all...]
H A Dvoltage.h178 int voltdm_for_each(int (*fn)(struct voltagedomain *voltdm, void *user),
181 int (*fn)(struct voltagedomain *voltdm,
/arch/x86/pci/
H A Ddirect.c98 int dev, fn; local
107 fn = PCI_FUNC(devfn);
114 outb((u8)(0xF0 | (fn << 1)), 0xCF8);
140 int dev, fn; local
147 fn = PCI_FUNC(devfn);
154 outb((u8)(0xF0 | (fn << 1)), 0xCF8);
/arch/x86/xen/
H A Dmulticalls.c47 void (*fn)(void *); member in struct:mc_buffer::callback
123 (*cb->fn)(cb->data);
193 void xen_mc_callback(void (*fn)(void *), void *data)
203 trace_xen_mc_callback(fn, data);
206 cb->fn = fn;
/arch/arm/mm/
H A Dfault.c516 int (*fn)(unsigned long addr, unsigned int fsr, struct pt_regs *regs); member in struct:fsr_info
530 hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *),
536 fsr_info[nr].fn = fn;
551 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs))
565 hook_ifault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *),
571 ifsr_info[nr].fn = fn;
583 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs))
/arch/arm/mach-omap1/
H A Dlcd_dma.c139 unsigned long en, fn; local
187 fn = lcd_dma.yres;
202 fn = lcd_dma.xres;
217 fn = lcd_dma.yres;
232 fn = lcd_dma.xres;
255 omap_writew(fn, OMAP1610_DMA_LCD_SRC_FN_B1);
/arch/unicore32/mm/
H A Dfault.c405 int (*fn) (unsigned long addr, unsigned int fsr, struct pt_regs *regs); member in struct:fsr_info
448 int (*fn) (unsigned long, unsigned int, struct pt_regs *),
454 fsr_info[nr].fn = fn;
469 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs))
488 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs))
/arch/arm/mach-pxa/
H A Dirq.c121 void __init pxa_init_irq(int irq_nr, int (*fn)(struct irq_data *, unsigned int))
152 pxa_internal_irq_chip.irq_set_wake = fn;
235 void __init pxa_dt_irq_init(int (*fn)(struct irq_data *, unsigned int))
287 pxa_internal_irq_chip.irq_set_wake = fn;
/arch/avr32/include/asm/
H A Dthread_info.h45 .fn = do_no_restart_syscall \
/arch/frv/include/asm/
H A Dthread_info.h69 .fn = do_no_restart_syscall, \
/arch/hexagon/include/asm/
H A Dthread_info.h87 .fn = do_no_restart_syscall, \

Completed in 2038 milliseconds

123456789