Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
pgd_same
arch/riscv/include/asm/pgtable.h
1293
WARN_ON_ONCE(pgd_present(*pgdp) && !pgd_same(*pgdp, pgd)); \
arch/x86/include/asm/pgtable.h
1745
WARN_ON_ONCE(pgd_present(*pgdp) && !pgd_same(*pgdp, pgd)); \
mm/debug_vm_pgtable.c
494
WARN_ON(!pgd_same(pgd, pgd));