Searched defs:early_initcall (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/kernel/ | ||
H A D | dexcr.c | 23 early_initcall(init_task_dexcr) in early_initcall() function |
/linux/include/linux/ | ||
H A D | module.h | 112 #define early_initcall(fn) module_init(fn) macro |