Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/i386/
H A Dmp_desc.c208 cldt_t *dyn_ldts; variable
586 if (dyn_ldts == NULL) { in cpu_data_alloc()
631 if (dyn_ldts == NULL) { in cpu_data_alloc()
632 dyn_ldts = (cldt_t *)ldtalloc; in cpu_data_alloc()
649 cdp->cpu_ldtp = &dyn_ldts[cnum].pcldts[0]; in cpu_data_alloc()