/kernel/linux/linux-5.10/arch/mips/loongson64/ |
H A D | smp.c | 504 register void *addr, *base, *initfunc; in loongson3_type1_play_dead() local 546 " ld %[initfunc], 0x20(%[base]) \n" /* get PC via mailbox */ in loongson3_type1_play_dead() 547 " beqz %[initfunc], 1b \n" in loongson3_type1_play_dead() 552 " jr %[initfunc] \n" /* jump to initial PC */ in loongson3_type1_play_dead() 557 [count] "=&r" (count), [initfunc] "=&r" (initfunc) in loongson3_type1_play_dead() 566 register void *addr, *base, *initfunc; in loongson3_type2_play_dead() local 610 " ld %[initfunc], 0x20(%[base]) \n" /* get PC via mailbox */ in loongson3_type2_play_dead() 611 " beqz %[initfunc], 1b \n" in loongson3_type2_play_dead() 616 " jr %[initfunc] \ in loongson3_type2_play_dead() 630 register void *addr, *base, *initfunc; loongson3_type3_play_dead() local [all...] |
/kernel/linux/linux-6.6/arch/mips/loongson64/ |
H A D | smp.c | 565 register void *addr, *base, *initfunc; in loongson3_type1_play_dead() local 607 " ld %[initfunc], 0x20(%[base]) \n" /* get PC via mailbox */ in loongson3_type1_play_dead() 608 " beqz %[initfunc], 1b \n" in loongson3_type1_play_dead() 613 " jr %[initfunc] \n" /* jump to initial PC */ in loongson3_type1_play_dead() 618 [count] "=&r" (count), [initfunc] "=&r" (initfunc) in loongson3_type1_play_dead() 627 register void *addr, *base, *initfunc; in loongson3_type2_play_dead() local 671 " ld %[initfunc], 0x20(%[base]) \n" /* get PC via mailbox */ in loongson3_type2_play_dead() 672 " beqz %[initfunc], 1b \n" in loongson3_type2_play_dead() 677 " jr %[initfunc] \ in loongson3_type2_play_dead() 691 register void *addr, *base, *initfunc; loongson3_type3_play_dead() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7m.S | 182 .macro __v7m_proc name, initfunc, cache_fns = nop_cache_fns, hwcaps = 0, proc_fns = v7m_processor_functions 185 initfn \initfunc, \name
|
H A D | proc-v7.S | 652 .macro __v7_proc name, initfunc, mm_mmuflags = 0, io_mmuflags = 0, hwcaps = 0, proc_fns = v7_processor_functions, cache_fns = v7_cache_fns 659 initfn \initfunc, \name
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7m.S | 182 .macro __v7m_proc name, initfunc, cache_fns = nop_cache_fns, hwcaps = 0, proc_fns = v7m_processor_functions 185 initfn \initfunc, \name
|
H A D | proc-v7.S | 651 .macro __v7_proc name, initfunc, mm_mmuflags = 0, io_mmuflags = 0, hwcaps = 0, proc_fns = v7_processor_functions, cache_fns = v7_cache_fns 658 initfn \initfunc, \name
|
/kernel/linux/linux-5.10/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 1767 typedef void (initfunc)(struct ioc *); typedef 1772 initfunc *init;
|
/kernel/linux/linux-6.6/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 1775 typedef void (initfunc)(struct ioc *); typedef 1780 initfunc *init;
|