Home
last modified time | relevance | path

Searched refs:BTX_PGBASE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/stand/boot/pc32/btxld/
H A Dbtx.h36 #define BTX_PGBASE 0x5000 /* Start of page tables */ macro
66 #define BTX_ORIGIN(btx) (BTX_PGBASE + BTX_MAPPED(btx) * 4)
H A Dbtxld.c280 BTX_MAPPED(btx) - btx.btx_pgctl - BTX_PGBASE / in btxld()