Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
pmd_none2
arch/m68k/include/asm/mcf_pgtable.h
134
#define pmd_none(pmd) pmd_none2(&(pmd))
arch/m68k/include/asm/mcf_pgtable.h
137
#define pmd_present(pmd) (!pmd_none2(&(pmd)))
arch/m68k/include/asm/sun3_pgtable.h
113
#define pmd_none(pmd) pmd_none2(&(pmd))
arch/m68k/include/asm/sun3_pgtable.h
119
#define pmd_present(pmd) (!pmd_none2(&(pmd)))