Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A Dmp_desc.c204 cldt_t *dyn_ldts; variable
582 if (dyn_ldts == NULL) { in cpu_data_alloc()
627 if (dyn_ldts == NULL) { in cpu_data_alloc()
628 dyn_ldts = (cldt_t *)ldtalloc; in cpu_data_alloc()
645 cdp->cpu_ldtp = &dyn_ldts[cnum].pcldts[0]; in cpu_data_alloc()