Home
last modified time | relevance | path

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

/crypto/
Dfips140-module.c493 const u32 *initcall; in fips140_init() local
501 for (initcall = __initcall_start + 1; in fips140_init()
502 initcall < &__initcall_end_marker; in fips140_init()
503 initcall++) { in fips140_init()
504 int (*init)(void) = offset_to_ptr(initcall); in fips140_init()