Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c242 if (ihdr.org && ihdr.org != BTX_PGSIZE) in btxld()
245 ihdr.org, BTX_PGSIZE); in btxld()
259 cwr = howmany(ihdr.text, BTX_PGSIZE); in btxld()
264 if (ppage > 0 || (ppage && wpage && ihdr.org >= BTX_PGSIZE)) { in btxld()
307 BTX_PGSIZE / 0x100000, !!(btx.btx_flags & BTX_MAPONE), in btxld()
309 BTX_PGSIZE - BTX_MAPPED(btx) * 4 / BTX_PGSIZE); in btxld()
374 if (le32toh(ex->a_entry) >= BTX_PGSIZE) in gethdr()
375 hdr->org = BTX_PGSIZE; in gethdr()
H A Dbtx.h34 #define BTX_PGSIZE 0x1000 /* Page size */ macro
64 #define BTX_MAPPED(btx) (((btx).btx_pgctl | (BTX_PGSIZE / 4 - 1)) + 1)