Searched refs:initfunc (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/arch/mips/loongson64/ |
D | smp.c | 578 register void *addr, *base, *initfunc; in loongson3_type1_play_dead() local 631 [count] "=&r" (count), [initfunc] "=&r" (initfunc) in loongson3_type1_play_dead() 640 register void *addr, *base, *initfunc; in loongson3_type2_play_dead() local 695 [count] "=&r" (count), [initfunc] "=&r" (initfunc) in loongson3_type2_play_dead() 704 register void *addr, *base, *initfunc; in loongson3_type3_play_dead() local 779 [count] "=&r" (count), [initfunc] "=&r" (initfunc) in loongson3_type3_play_dead()
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | io-workarounds.c | 171 int (*initfunc)(struct iowa_bus *, void *), void *data) in iowa_register_bus() 189 if (initfunc) in iowa_register_bus() 190 if ((*initfunc)(bus, data)) in iowa_register_bus()
|
/Linux-v6.1/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 | 649 .macro __v7_proc name, initfunc, mm_mmuflags = 0, io_mmuflags = 0, hwcaps = 0, proc_fns = v7_proces… 656 initfn \initfunc, \name
|
/Linux-v6.1/arch/ia64/hp/common/ |
D | sba_iommu.c | 1767 typedef void (initfunc)(struct ioc *); typedef 1772 initfunc *init;
|