Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dmach_loader.h62 mach_vm_size_t user_stack_alloc_size; member
H A Dmach_loader.c112 .user_stack_alloc_size = 0,
2624 if (os_add_overflow(epc->stacksize, PAGE_SIZE, &result->user_stack_alloc_size)) { in load_main()
2629 result->user_stack_alloc_size = MAXSSIZ; in load_main()
2678 result->user_stack_alloc_size = MAXSSIZ; in setup_driver_main()
2746 result->user_stack_alloc_size = MAXSSIZ; in load_unixthread()
H A Dkern_exec.c5598 (uint64_t)load_result->user_stack_alloc_size); in exec_add_apple_strings()
6256 …oc_size 0x%llx\n", map, user_stack, load_result->custom_stack, load_result->user_stack_alloc_size); in create_unix_stack()
6259 if (load_result->user_stack_alloc_size > 0) { in create_unix_stack()
6267 if (mach_vm_round_page_overflow(load_result->user_stack_alloc_size, &size)) { in create_unix_stack()