Home
last modified time | relevance | path

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

/xnu-11215/osfmk/i386/
H A Dcpu_threads.c414 pkg = x86_pkgs; in x86_package_find()
419 pkg = pkg->next; in x86_package_find()
422 return pkg; in x86_package_find()
442 die = pkg->dies; in x86_die_find()
506 pkg->lpkg_num = pkg->ppkg_num; in x86_set_logical_topology()
578 return pkg; in x86_package_alloc()
586 free_pkgs = pkg; in x86_package_free()
1044 pkg = x86_pkgs; in x86_validate_topology()
1201 pkg = pkg->next; in x86_validate_topology()
1216 pkg = x86_pkgs; in debug_topology_print()
[all …]
H A Dhpet.c115 x86_pkg_t *pkg; in hpet_request() local
131 pkg = core->package; in hpet_request()
150 pkg = core->package; in hpet_request()
174 pkg->Hpet = core->Hpet; in hpet_request()
175 pkg->HpetCfg = core->HpetCfg; in hpet_request()
176 pkg->HpetCmp = core->HpetCmp; in hpet_request()
328 x86_pkg_t *pkg; in ml_hpet_cfg() local
337 pkg = core->package; in ml_hpet_cfg()
372 pkg->Hpet = core->Hpet; in ml_hpet_cfg()
373 pkg->HpetVec = core->HpetVec; in ml_hpet_cfg()
[all …]