Searched refs:initfunc (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/mips/loongson64/ |
H A 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()
|
/openbmc/linux/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()
|
/openbmc/linux/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_… 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_proces… 658 initfn \initfunc, \name
|
/openbmc/qemu/include/crypto/ |
H A D | block.h | 155 QCryptoBlockInitFunc initfunc,
|
/openbmc/qemu/crypto/ |
H A D | blockpriv.h | 67 QCryptoBlockInitFunc initfunc,
|
H A D | block-qcow.c | 125 QCryptoBlockInitFunc initfunc G_GNUC_UNUSED, in qcrypto_block_qcow_create()
|
H A D | block.c | 87 QCryptoBlockInitFunc initfunc, in qcrypto_block_create() argument 110 if (block->driver->create(block, options, optprefix, initfunc, in qcrypto_block_create()
|
H A D | block-luks.c | 1298 QCryptoBlockInitFunc initfunc, in qcrypto_block_luks_create() argument 1572 initfunc(block, detached_header_size, opaque, &local_err); in qcrypto_block_luks_create()
|
/openbmc/linux/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 1775 typedef void (initfunc)(struct ioc *); typedef 1780 initfunc *init;
|