Searched refs:usrstack (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Delf_utils.c65 u_long usrstack; local
70 len = sizeof(usrstack);
71 if (sysctl(mib, sizeof(mib) / sizeof(mib[0]), &usrstack, &len, NULL, 0)
76 mprotect((void *)(uintptr_t)(usrstack - rlim.rlim_cur),
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_stack.c150 u_long usrstack; local
155 len = sizeof(usrstack);
156 if (sysctl(mib, sizeof(mib) / sizeof(mib[0]), &usrstack, &len, NULL, 0)
161 mprotect((void *)(uintptr_t)(usrstack - rlim.rlim_cur),
214 * spare stack lists and allocations from usrstack.
250 * Allocate a stack from or below usrstack, depending
/freebsd-11-stable/lib/libkvm/
H A Dkvm_arm.c243 kd->usrstack = USRSTACK;
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c127 SYSCTL_PROC(_kern, KERN_USRSTACK, usrstack, CTLTYPE_ULONG|CTLFLAG_RD|

Completed in 121 milliseconds