Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/i386/
H A Dmp_desc.c458 uint8_t *cfstk = &scfstks[cdp->cpu_number].fstk[0]; in cpu_desc_init() local
459 cdt->fstkp = cfstk; in cpu_desc_init()
460 bzero((void *) cfstk, FSTK_SZ); in cpu_desc_init()
794 uint8_t *cfstk = &scfstks[cdp->cpu_number].fstk[0]; in cpu_data_realloc() local
795 cdt->fstkp = cfstk; in cpu_data_realloc()
796 cfstk += FSTK_SZ; in cpu_data_realloc()
803 master_ktss64.ist2 = DBLMAP((uintptr_t) cfstk); in cpu_data_realloc()
804 master_ktss64.ist1 = DBLMAP((uintptr_t) cfstk - sizeof(x86_64_intr_stack_frame_t)); in cpu_data_realloc()
811 (void *) cdp, (void *) istk, (void *) cfstk); in cpu_data_realloc()