Searched refs:customstack (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/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-8020.121.3/osfmk/arm/ |
| H A D | status.c | 664 int *customstack, in thread_userstack() argument 678 if (customstack) { in thread_userstack() 679 *customstack = 0; in thread_userstack() 685 if (customstack) { in thread_userstack() 686 *customstack = 1; in thread_userstack()
|
| /xnu-8020.121.3/osfmk/arm64/ |
| H A D | status.c | 1804 int * customstack, in thread_userstack() argument 1855 if (customstack) { in thread_userstack() 1856 *customstack = 1; in thread_userstack() 1860 if (customstack) { in thread_userstack() 1861 *customstack = 0; in thread_userstack()
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | mach_loader.c | 249 int *customstack, 2719 int customstack = 0; in load_unixthread() local 2736 &addr, &customstack, is_x86_64_compat_binary, result); in load_unixthread() 2743 if (customstack) { in load_unixthread() 2855 int *customstack, in load_threadstack() argument 2892 …ret = thread_userstack(thread, flavor, (thread_state_t)ts, size, user_stack, customstack, result->… in load_threadstack()
|