Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PTE_T_LOG2
arch/loongarch/include/asm/pgtable.h
379
#define PTE_T_LOG2 (__builtin_ffs(sizeof(pte_t)) - 1)
arch/mips/include/asm/pgtable.h
248
#define PTE_T_LOG2 (__builtin_ffs(sizeof(pte_t)) - 1)
arch/powerpc/include/asm/page_32.h
54
#define PTE_T_LOG2 (__builtin_ffs(sizeof(pte_t)) - 1)