Searched refs:customstack (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.101.5/osfmk/i386/ |
| H A D | bsd_i386.c | 99 int *customstack, in thread_userstack() argument 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() [all …]
|
| /xnu-8796.101.5/osfmk/arm64/ |
| H A D | status.c | 1812 int * customstack, in thread_userstack() argument 1863 if (customstack) { in thread_userstack() 1864 *customstack = 1; in thread_userstack() 1868 if (customstack) { in thread_userstack() 1869 *customstack = 0; in thread_userstack()
|
| /xnu-8796.101.5/bsd/kern/ |
| H A D | mach_loader.c | 249 int *customstack, 2742 int customstack = 0; in load_unixthread() local 2759 &addr, &customstack, is_x86_64_compat_binary, result); in load_unixthread() 2766 if (customstack) { in load_unixthread() 2878 int *customstack, in load_threadstack() argument 2915 …ret = thread_userstack(thread, flavor, (thread_state_t)ts, size, user_stack, customstack, result->… in load_threadstack()
|