Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/mm/
H A Dinit.c95 #define LOG2_SZ_1T ilog2(SZ_1T) macro
119 (((t) - (b)) >> LOG2_SZ_1T)); in print_mlt()
129 if (IS_ENABLED(CONFIG_64BIT) && (diff >> LOG2_SZ_1T) >= 10) in print_ml()