Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dtopology.h199 static inline int topology_phys_to_logical_pkg(unsigned int pkg) in topology_phys_to_logical_pkg() argument
201 return topology_get_logical_id(pkg << x86_topo_system.dom_shifts[TOPO_PKG_DOMAIN], in topology_phys_to_logical_pkg()
235 static inline int topology_phys_to_logical_pkg(unsigned int pkg) { return 0; } in topology_phys_to_logical_pkg() argument
/arch/x86/events/amd/
A Dpower.c168 EVENT_ATTR_STR(power-pkg, power_pkg, "event=0x01");
170 EVENT_ATTR_STR(power-pkg.unit, power_pkg_unit, "mWatts");
173 EVENT_ATTR_STR(power-pkg.scale, power_pkg_scale, "1.000000e-3");
/arch/powerpc/platforms/pseries/
A Dpapr_scm.c944 struct nd_cmd_pkg *pkg) in papr_scm_service_pdsm() argument
947 struct nd_pkg_pdsm *pdsm_pkg = (struct nd_pkg_pdsm *)pkg->nd_payload; in papr_scm_service_pdsm()
948 enum papr_pdsm pdsm = (enum papr_pdsm)pkg->nd_command; in papr_scm_service_pdsm()
965 pkg->nd_size_in != (pdsc->size_in + ND_PDSM_HDR_SIZE)) { in papr_scm_service_pdsm()
967 pdsm, pkg->nd_size_in); in papr_scm_service_pdsm()
973 pkg->nd_size_out != (pdsc->size_out + ND_PDSM_HDR_SIZE)) { in papr_scm_service_pdsm()
975 pdsm, pkg->nd_size_out); in papr_scm_service_pdsm()
988 pkg->nd_fw_size = ND_PDSM_HDR_SIZE; in papr_scm_service_pdsm()
992 pkg->nd_fw_size = ND_PDSM_HDR_SIZE + rc; in papr_scm_service_pdsm()
998 pkg->nd_fw_size = ND_PDSM_HDR_SIZE; in papr_scm_service_pdsm()
/arch/x86/events/
A Drapl.c435 RAPL_EVENT_ATTR_STR(energy-pkg , rapl_pkg, "event=0x02");
442 RAPL_EVENT_ATTR_STR(energy-pkg.unit , rapl_pkg_unit, "Joules");
452 RAPL_EVENT_ATTR_STR(energy-pkg.scale, rapl_pkg_scale, "2.3283064365386962890625e-10");
/arch/x86/kvm/vmx/
A Dtdx.c2539 int pkg = topology_physical_package_id(i); in __tdx_td_init() local
2541 if (cpumask_test_and_set_cpu(pkg, packages)) in __tdx_td_init()
/arch/x86/events/intel/
A Duncore_snbep.c5083 int pkg; in snr_uncore_get_mc_dev() local
5089 pkg = uncore_pcibus_to_dieid(mc_dev->bus); in snr_uncore_get_mc_dev()
5090 if (pkg == id) in snr_uncore_get_mc_dev()

Completed in 35 milliseconds