Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dldt.c150 #define FIXED_STACK_SIZE (PAGE_SIZE * 16) macro
682 if ((addr = mmap(0, FIXED_STACK_SIZE + PAGE_SIZE, PROT_READ | PROT_WRITE, in map_lowmem_stack()
700 (void) munmap(addr, FIXED_STACK_SIZE + PAGE_SIZE); in map_lowmem_stack()
706 stack2gs[0].stack_limit = stack2gs[0].stack_base + FIXED_STACK_SIZE; in map_lowmem_stack()
952 stackAddr = (uintptr_t)addr + FIXED_STACK_SIZE - 16; in ldt64_test_setup()