Home
last modified time | relevance | path

Searched refs:stack_depot_early_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dstackdepot.h62 int __init stack_depot_early_init(void);
68 static inline int stack_depot_early_init(void) { return 0; } in stack_depot_early_init() function
/openbmc/linux/lib/
H A Dstackdepot.c124 int __init stack_depot_early_init(void) in stack_depot_early_init() function
/openbmc/linux/mm/
H A Dmm_init.c2783 stack_depot_early_init(); in mm_core_init()