Searched refs:RLIMIT_STACK (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/x86/ |
| A D | nx_stack.c | 181 int rv = getrlimit(RLIMIT_STACK, &rlim); in main() 188 rv = setrlimit(RLIMIT_STACK, &rlim); in main()
|
| /linux/arch/um/os-Linux/ |
| A D | main.c | 31 if (getrlimit(RLIMIT_STACK, &lim) < 0) { in set_stklim() 37 if (setrlimit(RLIMIT_STACK, &lim) < 0) { in set_stklim()
|
| /linux/include/uapi/asm-generic/ |
| A D | resource.h | 19 #define RLIMIT_STACK 3 /* max stack size */ macro
|
| /linux/include/asm-generic/ |
| A D | resource.h | 16 [RLIMIT_STACK] = { _STK_LIM, RLIM_INFINITY }, \
|
| /linux/lib/kunit/ |
| A D | user_alloc.c | 45 arch_pick_mmap_layout(mm, ¤t->signal->rlim[RLIMIT_STACK]); in kunit_attach_mm()
|
| /linux/tools/testing/selftests/powerpc/mm/ |
| A D | stack_expansion_ldst.c | 177 getrlimit(RLIMIT_STACK, &rlimit); in test()
|
| /linux/arch/x86/kernel/ |
| A D | shstk.c | 132 return PAGE_ALIGN(min_t(unsigned long long, rlimit(RLIMIT_STACK), SZ_4G)); in adjust_shstk_size()
|
| /linux/arch/parisc/kernel/ |
| A D | sys_parisc.c | 86 : rlimit_max(RLIMIT_STACK); in mmap_upper_limit()
|
| /linux/Documentation/arch/x86/ |
| A D | shstk.rst | 121 MIN(RLIMIT_STACK, 4 GB). In other words, the shadow stack is allocated to
|
| /linux/fs/ |
| A D | exec.c | 390 bprm->rlim_stack = current->signal->rlim[RLIMIT_STACK]; in bprm_mm_init() 1451 current->signal->rlim[RLIMIT_STACK] = bprm->rlim_stack; in finalize_exec()
|
| /linux/mm/ |
| A D | mmap.c | 1015 if (size > rlimit(RLIMIT_STACK)) in acct_stack_growth()
|
| A D | Kconfig | 988 arch) when the RLIMIT_STACK hard limit is unlimited.
|
| /linux/fs/proc/ |
| A D | base.c | 616 [RLIMIT_STACK] = {"Max stack size", "bytes"},
|
Completed in 32 milliseconds