Searched defs:e_moddata (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c142 caddr_t e_moddata; /* end of module data reserve */ variable
997 e_moddata = moddata + MODDATA;
998 nalloc_base = e_moddata;
1006 if (((uintptr_t)e_moddata & MMU_PAGEMASK4M) != (uintptr_t)s_data)
2782 (size_t)(e_moddata - KERNELBASE), &ktextseg);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c369 caddr_t e_moddata; /* end of loadable module data reserved */ variable
1032 e_moddata = (caddr_t)P2ROUNDUP((uintptr_t)e_data, (uintptr_t)len);
1033 if (e_moddata - moddata > MODDATA)
1034 e_moddata = moddata + MODDATA;
1041 econtig = e_moddata;
1046 PRM_DEBUG(e_moddata);
1148 if (va >= (uintptr_t)e_moddata)
2776 (void) seg_attach(&kas, s_text, e_moddata - s_text, &ktextseg);
2823 (void) as_setprot(&kas, s_data, e_moddata - s_data,
3183 size_t dsize = e_moddata
[all...]

Completed in 71 milliseconds