Home
last modified time | relevance | path

Searched refs:custom_stack (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/kern/
H A Dmach_loader.h90 custom_stack : 1, member
H A Dmach_loader.c118 .custom_stack = 0,
2521 result->custom_stack = TRUE; in load_main()
2638 result->custom_stack = TRUE; in load_unixthread()
H A Dkern_exec.c6992 if (load_result->custom_stack) { in create_unix_stack()
6997 …tom %d user_stack_alloc_size 0x%llx\n", map, user_stack, load_result->custom_stack, load_result->u… in create_unix_stack()