Searched defs:sbase (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c162 uintptr_t sbase; local
172 if ((sbase = pcb->pcb_fsbase) != 0) {
194 if ((sbase = pcb->pcb_gsbase) != 0) {
220 sbase = USEGD_GETBASE(&pcb->pcb_fsdesc);
227 sbase = USEGD_GETBASE(&pcb->pcb_gsdesc);
245 if (sulword((void *)base, sbase) == -1)
249 if (suword32((void *)base, (uint32_t)sbase) == -1)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c1756 const char *sbase = gst->gst_ssect->gs_data; local
1763 if (func(private, symp, sbase + symp->st_name, i) == -1)
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c1290 pfn_t sbase; local
1294 sbase = mdsp->mds_base;
1302 p_end = sbase + snpgs;
1305 * after sbase and account for it.
1311 if ((lseg->pages_base >= sbase) ||
1313 lseg->pages_end > sbase)) {
1326 seg->pages_end <= sbase) {
1335 if (seg == NULL || mseg_start > sbase) {
1342 if (arch_kphysm_del_span_ok(sbase,
1343 (a_end - sbase))) {
[all...]

Completed in 639 milliseconds