Home
last modified time | relevance | path

Searched refs:SI_SUB_CPU (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/sys/powerpc/powernv/
H A Dopal_hmi.c143 SYSINIT(opal_setup_hmi, SI_SUB_CPU, SI_ORDER_ANY, opal_setup_hmi, NULL);
H A Dplatform_powernv.c630 SYSINIT(powernv_setup_nmmu, SI_SUB_CPU, SI_ORDER_ANY, powernv_setup_nmmu, NULL);
/freebsd/sys/kern/
H A Dsubr_prng.c84 SYSINIT(prng_init, SI_SUB_CPU, SI_ORDER_ANY, prng_init, NULL);
H A Dkern_boottrace.c613 SYSINIT(boottrace, SI_SUB_CPU, SI_ORDER_ANY, boottrace_init, NULL);
H A Dsubr_smp.c181 SYSINIT(cpu_mp, SI_SUB_CPU, SI_ORDER_THIRD, mp_start, NULL);
/freebsd/sys/arm/ti/
H A Dti_cpuid.c289 SYSINIT(ti_cpu_ident, SI_SUB_CPU, SI_ORDER_SECOND, ti_cpu_ident, NULL);
/freebsd/sys/i386/i386/
H A Dlongrun.c309 SYSINIT(setup_tmx86_longrun, SI_SUB_CPU, SI_ORDER_ANY, setup_tmx86_longrun,
H A Dbios.c69 SYSINIT(bios32, SI_SUB_CPU, SI_ORDER_ANY, bios32_init, NULL);
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c340 SYSUNINIT(sol_kmem, SI_SUB_CPU, SI_ORDER_FIRST, kmem_show, NULL);
/freebsd/sys/arm64/arm64/
H A Dmachdep.c260 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
267 SYSINIT(late_ifunc_resolve, SI_SUB_CPU, SI_ORDER_ANY, late_ifunc_resolve, NULL);
H A Dvfp.c856 SYSINIT(vfp, SI_SUB_CPU, SI_ORDER_ANY, vfp_init, NULL);
/freebsd/sys/powerpc/aim/
H A Dmp_cpudep.c56 SYSINIT(cpu_save_config, SI_SUB_CPU, SI_ORDER_ANY, cpudep_save_config, NULL);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c145 SYSINIT(linux_rcu_runtime, SI_SUB_CPU, SI_ORDER_ANY, linux_rcu_runtime_init, NULL);
H A Dlinux_idr.c96 SYSINIT(idr_preload_init, SI_SUB_CPU, SI_ORDER_ANY, idr_preload_init, NULL);
/freebsd/sys/sys/
H A Dkernel.h114 SI_SUB_CPU = 0x2100000, /* CPU resource(s) */ enumerator
/freebsd/sys/x86/x86/
H A Ducode.c110 SYSINIT(ucode_log, SI_SUB_CPU, SI_ORDER_FIRST, log_msg, NULL);
H A Dx86_mem.c724 SYSINIT(x86memdev, SI_SUB_CPU, SI_ORDER_ANY, x86_mem_drvinit, NULL);
/freebsd/sys/arm/arm/
H A Dmachdep.c215 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
H A Dvfp.c199 SYSINIT(vfp, SI_SUB_CPU, SI_ORDER_ANY, vfp_init, NULL);
/freebsd/sys/riscv/riscv/
H A Dmachdep.c167 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
/freebsd/sys/dev/psci/
H A Dpsci.c150 SYSINIT(psci_start, SI_SUB_CPU, SI_ORDER_FIRST, psci_init, NULL);
/freebsd/sys/powerpc/powerpc/
H A Dmachdep.c160 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
/freebsd/sys/x86/acpica/
H A Dmadt.c778 SYSINIT(madt_set_ids, SI_SUB_CPU, SI_ORDER_MIDDLE, madt_set_ids, NULL);
/freebsd/sys/amd64/amd64/
H A Dmachdep.c166 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
318 SYSINIT(late_ifunc_resolve, SI_SUB_CPU, SI_ORDER_ANY, late_ifunc_resolve, NULL);
/freebsd/sys/compat/x86bios/
H A Dx86bios.c861 DECLARE_MODULE(x86bios, x86bios_mod, SI_SUB_CPU, SI_ORDER_ANY);

12