Searched refs:_userlimit (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Darch_kdi.c90 return (_userlimit);
/illumos-gate/usr/src/uts/i86pc/os/
H A Ddtrace_subr.c114 (*func)(0, _userlimit);
133 (*func)(0, _userlimit);
H A Dstartup.c1475 *(uintptr_t *)&_userlimit = kernelbase;
1477 *(uintptr_t *)&_userlimit -= KERNELBASE - USERLIMIT;
1479 *(uintptr_t *)&_userlimit32 = _userlimit;
1482 PRM_DEBUG(_userlimit);
2522 clear_boot_mappings(0, _userlimit);
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h338 extern uintptr_t _userlimit;
392 #define USERLIMIT _userlimit
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c706 if ((uintptr_t)uaddr >= _userlimit) {
718 if ((uintptr_t)uaddr >= _userlimit) {
730 if ((uintptr_t)uaddr >= _userlimit) {
742 if ((uintptr_t)uaddr >= _userlimit) {
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c470 * round kernelbase down to a supported value to use for _userlimit
482 panic("_userlimit %p will fall in VA hole\n", (void *)va);
690 * _userlimit must be aligned correctly
692 if ((_userlimit & LEVEL_MASK(1)) != _userlimit) {
693 prom_printf("hat_init(): _userlimit=%p, not aligned at %p\n",
694 (void *)_userlimit, (void *)LEVEL_SIZE(1));
1145 uintptr_t eaddr = _userlimit;
1151 * We can't just call hat_unload(hat, 0, _userlimit...) here, because
1588 ASSERT(hat == kas.a_hat || va < _userlimit);
[all...]
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c111 uintptr_t _userlimit = (uintptr_t)USERLIMIT; variable

Completed in 78 milliseconds