Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dcpu_threads.c408 x86_pkg_t *pkg; in x86_package_find() local
416 pkg = x86_pkgs; in x86_package_find()
417 while (pkg != NULL) { in x86_package_find()
418 if (pkg->ppkg_num == pkg_num) { in x86_package_find()
421 pkg = pkg->next; in x86_package_find()
424 return pkg; in x86_package_find()
431 x86_pkg_t *pkg; in x86_die_find() local
439 pkg = x86_package_find(cpu); in x86_die_find()
440 if (pkg == NULL) { in x86_die_find()
444 die = pkg->dies; in x86_die_find()
[all …]
H A Dhpet.c116 x86_pkg_t *pkg; in hpet_request() local
132 pkg = core->package; in hpet_request()
135 pkg->flags |= X86PKG_FL_HAS_HPET; in hpet_request()
151 pkg = core->package; in hpet_request()
175 pkg->Hpet = core->Hpet; in hpet_request()
176 pkg->HpetCfg = core->HpetCfg; in hpet_request()
177 pkg->HpetCmp = core->HpetCmp; in hpet_request()
178 pkg->flags |= X86PKG_FL_HAS_HPET; in hpet_request()
329 x86_pkg_t *pkg; in ml_hpet_cfg() local
338 pkg = core->package; in ml_hpet_cfg()
[all …]