Searched refs:cfstk (Results 1 – 1 of 1) sorted by relevance
454 uint8_t *cfstk = &scfstks[cdp->cpu_number].fstk[0]; in cpu_desc_init() local455 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() local791 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()