Searched refs:customstack (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/i386/ |
| H A D | bsd_i386.c | 103 if (customstack) { in thread_userstack() 104 *customstack = 0; in thread_userstack() 120 if (customstack) { in thread_userstack() 121 *customstack = 1; in thread_userstack() 125 if (customstack) { in thread_userstack() 126 *customstack = 0; in thread_userstack() 144 if (customstack) { in thread_userstack() 145 *customstack = 1; in thread_userstack() 149 if (customstack) { in thread_userstack() 150 *customstack = 0; in thread_userstack() [all …]
|
| /xnu-11215/osfmk/arm64/ |
| H A D | status.c | 1879 int * customstack, in thread_userstack() argument 1930 if (customstack) { in thread_userstack() 1931 *customstack = 1; in thread_userstack() 1935 if (customstack) { in thread_userstack() 1936 *customstack = 0; in thread_userstack()
|
| /xnu-11215/bsd/kern/ |
| H A D | mach_loader.c | 248 int *customstack, 2613 int customstack = 0; in load_unixthread() local 2630 &addr, &customstack, is_x86_64_compat_binary, result); in load_unixthread() 2637 if (customstack) { in load_unixthread() 2749 int *customstack, in load_threadstack() argument 2786 …ret = thread_userstack(thread, flavor, (thread_state_t)ts, size, user_stack, customstack, result->… in load_threadstack()
|