Searched refs:device_initcall_sync (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm/mach-mvebu/
H A Dpm-board.c140 * device_initcall_sync which is called after all the device_initcall
144 device_initcall_sync(mvebu_armada_pm_init);
/linux-master/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c373 device_initcall_sync(dev_mcelog_init_device);
H A Dcore.c2784 * device_initcall_sync(mcheck_init_device);
2841 device_initcall_sync(mcheck_init_device);
/linux-master/arch/arm64/kvm/
H A Dpkvm.c270 device_initcall_sync(finalize_pkvm);
/linux-master/include/linux/
H A Dinit.h312 #define device_initcall_sync(fn) __define_initcall(fn, 6s) macro
H A Dmodule.h123 #define device_initcall_sync(fn) module_init(fn) macro
/linux-master/arch/arm64/kernel/
H A Dsetup.c427 device_initcall_sync(check_mmu_enabled_at_boot);

Completed in 122 milliseconds