Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Druntime-const.h13 #define runtime_const_init(type,sym) do { } while (0) macro
/linux-6.15/arch/x86/include/asm/
H A Druntime-const.h40 #define runtime_const_init(type, sym) do { \ macro
/linux-6.15/arch/s390/include/asm/
H A Druntime-const.h36 #define runtime_const_init(type, sym) do { \ macro
/linux-6.15/arch/arm64/include/asm/
H A Druntime-const.h34 #define runtime_const_init(type, sym) do { \ macro
/linux-6.15/arch/riscv/include/asm/
H A Druntime-const.h156 #define runtime_const_init(type, sym) do { \ macro
/linux-6.15/fs/
H A Ddcache.c3174 runtime_const_init(shift, d_hash_shift); in dcache_init_early()
3175 runtime_const_init(ptr, dentry_hashtable); in dcache_init_early()
3205 runtime_const_init(shift, d_hash_shift); in dcache_init()
3206 runtime_const_init(ptr, dentry_hashtable); in dcache_init()
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c2510 runtime_const_init(ptr, USER_PTR_MAX); in arch_cpu_finalize_init()