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

/linux-master/arch/riscv/mm/
H A Dinit.c89 #define LOG2_SZ_1T ilog2(SZ_1T) macro
113 (((t) - (b)) >> LOG2_SZ_1T));
123 if (IS_ENABLED(CONFIG_64BIT) && (diff >> LOG2_SZ_1T) >= 10)

Completed in 238 milliseconds