Home
last modified time | relevance | path

Searched defs:PMD_T_LOG2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h247 #define PMD_T_LOG2 (__builtin_ffs(sizeof(pmd_t)) - 1) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable.h360 #define PMD_T_LOG2 (__builtin_ffs(sizeof(pmd_t)) - 1) macro