Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A Dmp_desc.c454 uint8_t *cfstk = &scfstks[cdp->cpu_number].fstk[0]; in cpu_desc_init() local
455 cdt->fstkp = cfstk; in cpu_desc_init()
456 bzero((void *) cfstk, FSTK_SZ); in cpu_desc_init()
790 uint8_t *cfstk = &scfstks[cdp->cpu_number].fstk[0]; in cpu_data_realloc() local
791 cdt->fstkp = cfstk; in cpu_data_realloc()
792 cfstk += FSTK_SZ; in cpu_data_realloc()
799 master_ktss64.ist2 = DBLMAP((uintptr_t) cfstk); in cpu_data_realloc()
800 master_ktss64.ist1 = DBLMAP((uintptr_t) cfstk - sizeof(x86_64_intr_stack_frame_t)); in cpu_data_realloc()
807 (void *) cdp, (void *) istk, (void *) cfstk); in cpu_data_realloc()