Searched refs:BTX_ORIGIN (Results 1 – 2 of 2) sorted by relevance
65 #define BTX_ORIGIN(btx) (BTX_PGBASE + BTX_MAPPED(btx) * 4) macro66 #define BTX_ENTRY(btx) (BTX_ORIGIN(btx) + 2 + (btx).btx_hdrsz)
306 BTX_ORIGIN(btx), BTX_ENTRY(btx), BTX_MAPPED(btx) * in btxld()