Searched refs:customstack (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | bsd_i386.c | 100 int *customstack, in thread_userstack() argument 104 if (customstack) { in thread_userstack() 105 *customstack = 0; in thread_userstack() 121 if (customstack) { in thread_userstack() 122 *customstack = 1; in thread_userstack() 126 if (customstack) { in thread_userstack() 127 *customstack = 0; in thread_userstack() 145 if (customstack) { in thread_userstack() 146 *customstack = 1; in thread_userstack() 150 if (customstack) { in thread_userstack() [all …]
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | status.c | 660 int *customstack, in thread_userstack() argument 674 if (customstack) { in thread_userstack() 675 *customstack = 0; in thread_userstack() 681 if (customstack) { in thread_userstack() 682 *customstack = 1; in thread_userstack()
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | status.c | 1541 int * customstack, in thread_userstack() argument 1592 if (customstack) { in thread_userstack() 1593 *customstack = 1; in thread_userstack() 1597 if (customstack) { in thread_userstack() 1598 *customstack = 0; in thread_userstack()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | mach_loader.c | 249 int *customstack, 2722 int customstack = 0; in load_unixthread() local 2739 &addr, &customstack, is_x86_64_compat_binary, result); in load_unixthread() 2746 if (customstack) { in load_unixthread() 2858 int *customstack, in load_threadstack() argument 2895 …ret = thread_userstack(thread, flavor, (thread_state_t)ts, size, user_stack, customstack, result->… in load_threadstack()
|