Searched refs:initfunc (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/mips/loongson64/ |
D | smp.c | 504 register void *addr, *base, *initfunc; in loongson3_type1_play_dead() local 557 [count] "=&r" (count), [initfunc] "=&r" (initfunc) in loongson3_type1_play_dead() 566 register void *addr, *base, *initfunc; in loongson3_type2_play_dead() local 621 [count] "=&r" (count), [initfunc] "=&r" (initfunc) in loongson3_type2_play_dead() 630 register void *addr, *base, *initfunc; in loongson3_type3_play_dead() local 704 [count] "=&r" (count), [initfunc] "=&r" (initfunc) in loongson3_type3_play_dead()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | io-workarounds.c | 181 int (*initfunc)(struct iowa_bus *, void *), void *data) in iowa_register_bus() 199 if (initfunc) in iowa_register_bus() 200 if ((*initfunc)(bus, data)) in iowa_register_bus()
|
/Linux-v5.10/arch/arm/mm/ |
D | proc-v7m.S | 182 .macro __v7m_proc name, initfunc, cache_fns = nop_cache_fns, hwcaps = 0, proc_fns = v7m_processor_… 185 initfn \initfunc, \name
|
D | proc-v7.S | 652 .macro __v7_proc name, initfunc, mm_mmuflags = 0, io_mmuflags = 0, hwcaps = 0, proc_fns = v7_proces… 659 initfn \initfunc, \name
|
/Linux-v5.10/arch/ia64/hp/common/ |
D | sba_iommu.c | 1767 typedef void (initfunc)(struct ioc *); typedef 1772 initfunc *init;
|