Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PGD_T_LOG2
arch/loongarch/include/asm/pgtable.h
377
#define PGD_T_LOG2 (__builtin_ffs(sizeof(pgd_t)) - 1)
arch/mips/include/asm/pgtable.h
246
#define PGD_T_LOG2 (__builtin_ffs(sizeof(pgd_t)) - 1)
arch/powerpc/include/asm/page_32.h
53
#define PGD_T_LOG2 (__builtin_ffs(sizeof(pgd_t)) - 1)