NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MMUDR_PA
sys/arch/m68k/include/pte_coldfire.h
120
return (paddr_t)(pt_entry & MMUDR_PA);
sys/arch/m68k/include/pte_coldfire.h
219
pt_entry_t pt_entry = (pt_entry_t) pa & MMUDR_PA;
sys/arch/m68k/include/pte_coldfire.h
231
pt_entry_t pt_entry = (pt_entry_t) pa & MMUDR_PA;