Home
last modified time | relevance | path

Searched refs:__base (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxv86.h57 extern u_int32_t __base;
60 #define PTOV(pa) ((caddr_t)(pa) - __base)
61 #define VTOP(va) ((vm_offset_t)(va) + __base)
H A Dbtxcsu.S39 popl __base
48 .comm __base,4 # Client base address
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c237 (roundup2(__base + (int32_t)&_end, 0x10000) - __base); in main()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c168 (roundup2(__base + (int32_t)&_end, 0x10000) - __base); in main()