Searched refs:_userlimit32 (Results 1 – 5 of 5) sorted by relevance
351 extern uintptr_t _userlimit32;405 #define USERLIMIT32 _userlimit32
113 uintptr_t _userlimit32 = (uintptr_t)USERLIMIT32; variable
869 if (_userlimit32 > 0xc0000000ul) in workaround_errata()870 *(uintptr_t *)&_userlimit32 = 0xc0000000ul; in workaround_errata()
1400 PRM_DEBUG(_userlimit32); in startup_kmem()
715 (caddr_t)_userlimit32 : p->p_as->a_userlimit; in map_addr()