Searched refs:pkg (Results 1 – 2 of 2) sorted by relevance
406 x86_pkg_t *pkg; in x86_package_find() local414 pkg = x86_pkgs; in x86_package_find()415 while (pkg != NULL) { in x86_package_find()416 if (pkg->ppkg_num == pkg_num) { in x86_package_find()419 pkg = pkg->next; in x86_package_find()422 return pkg; in x86_package_find()429 x86_pkg_t *pkg; in x86_die_find() local437 pkg = x86_package_find(cpu); in x86_die_find()438 if (pkg == NULL) { in x86_die_find()442 die = pkg->dies; in x86_die_find()[all …]
115 x86_pkg_t *pkg; in hpet_request() local131 pkg = core->package; in hpet_request()134 pkg->flags |= X86PKG_FL_HAS_HPET; 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()177 pkg->flags |= X86PKG_FL_HAS_HPET; in hpet_request()328 x86_pkg_t *pkg; in ml_hpet_cfg() local337 pkg = core->package; in ml_hpet_cfg()[all …]