| /linux/scripts/package/debian/ |
| H A D | rules | 32 all-packages = $(shell dh_listpackages) 33 image-package = $(filter linux-image-% user-%, $(filter-out %-dbg, $(all-packages))) 34 image-dbg-package = $(filter %-dbg, $(all-packages)) 35 libc-dev-package = $(filter linux-libc-dev, $(all-packages)) 36 headers-package = $(filter linux-headers-%, $(all-packages))
|
| /linux/tools/power/cpupower/bindings/python/ |
| H A D | README | 12 packages. 69 Python uses a system specific site-packages folder to look up modules to import 72 You can install and uninstall the bindings to the site-packages with:
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2187 #define ODD_COUNTERS odd.threads, odd.cores, odd.packages 2188 #define EVEN_COUNTERS even.threads, even.cores, even.packages 2374 struct pkg_data *packages; member 3145 …struct platform_counters *pplat_cnt = p == odd.packages ? &platform_counters_odd : &platform_count… in dump_counters() 3765 format_counters(average.threads, average.cores, average.packages); in format_all_counters() 4248 average.packages->pkg_wtd_core_c0 += p->pkg_wtd_core_c0; in sum_counters() 4250 average.packages->pkg_any_core_c0 += p->pkg_any_core_c0; in sum_counters() 4252 average.packages->pkg_any_gfxe_c0 += p->pkg_any_gfxe_c0; in sum_counters() 4254 average.packages->pkg_both_core_gfxe_c0 += p->pkg_both_core_gfxe_c0; in sum_counters() 4256 average.packages->pc2 += p->pc2; in sum_counters() [all …]
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 314 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT}) 316 @mkdir -p ${INSTALL_PATH}/kselftest-packages/ 317 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
|
| /linux/Documentation/rust/ |
| H A D | quick-start.rst | 9 A simple way is to use the packages from your Linux distribution if they are 77 RUST_LIB_SRC = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; 113 the versioned packages, e.g.:: 120 None of these packages set their tools as defaults; therefore they should be 134 ``RUST_LIB_SRC`` needs to be set when using the versioned packages, e.g.:: 227 to fetch pre-built releases and distribution packages.
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | TEST.DOC | 50 of these packages. 80 to a function required by the test packages (these functions and their 117 The test packages call _print_string() and _print_number() 174 will be system-implemented several different ways and the test packages
|
| /linux/Documentation/arch/x86/ |
| H A D | topology.rst | 24 threads, cores, packages, etc. 35 - packages 72 packages within a socket. This value may differ from topo.die_id. 77 packages in a consistent way, we introduced the concept of logical package 78 ID so we can sanely calculate the number of maximum possible packages in 79 the system and have the packages enumerated linearly. 83 The maximum possible number of packages in the system. Helpful for per
|
| H A D | microcode.rst | 88 The system needs to have the microcode packages installed into 96 You simply install the microcode packages your distro supplies and 105 packages already put them there.
|
| /linux/arch/arm/boot/dts/socionext/ |
| H A D | uniphier-ld6b.dtsi | 25 * LD6b and PXs2 have completely different packages,
|
| /linux/Documentation/scsi/ |
| H A D | scsi-generic.rst | 58 There are two packages of sg utilities: 66 Both packages will work in the lk 2.4 series. However, sg3_utils offers more
|
| /linux/net/ncsi/ |
| H A D | internal.h | 330 struct list_head packages; /* List of packages */ member 376 list_for_each_entry_rcu(np, &ndp->packages, node)
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-buildid-list.txt | 16 tools can be used to fetch packages with matching symbol tables for use by
|
| H A D | security.txt | 69 4. Get into rpmbuild/SPECS directory and build policy packages from patched sources: 87 5. Install SELinux packages from Fedora repo, if not already done so, and
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | tdx.c | 495 cpumask_var_t packages, targets; in tdx_mmu_release_hkid() local 504 packages_allocated = zalloc_cpumask_var(&packages, GFP_KERNEL); in tdx_mmu_release_hkid() 536 packages)) in tdx_mmu_release_hkid() 561 free_cpumask_var(packages); in tdx_mmu_release_hkid() 2382 cpumask_var_t packages; in __tdx_td_init() local 2420 if (!zalloc_cpumask_var(&packages, GFP_KERNEL)) in __tdx_td_init() 2430 cpumask_set_cpu(topology_physical_package_id(i), packages); in __tdx_td_init() 2432 cpumask_clear_cpu(topology_physical_package_id(i), packages); in __tdx_td_init() 2433 if (!cpumask_empty(packages)) { in __tdx_td_init() 2467 if (cpumask_test_and_set_cpu(pkg, packages)) in __tdx_td_init() [all …]
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | net.rst | 9 The Digital TV net device controls the mapping of data packages that are part
|
| /linux/Documentation/doc-guide/ |
| H A D | sphinx.rst | 37 and it is not uncommon that upgrading it or some other Python packages 64 packages. If those packages are not installed, the build system will 76 ``texlive`` packages that provide the minimal set of functionalities 90 requires quite a few texlive packages including amsfonts and amsmath among 94 without installing any texlive packages. See `Choice of Math Renderer`_ for
|
| /linux/Documentation/i2c/ |
| H A D | ten-bit-addresses.rst | 28 * Many user-space packages (for example i2c-tools) lack support for
|
| /linux/tools/usb/usbip/ |
| H A D | INSTALL | 129 Some packages pay attention to `--enable-FEATURE' options to 136 For packages that use the X Window System, `configure' can usually 186 environment passed to `configure'. However, some packages may run
|
| /linux/tools/power/cpupower/ |
| H A D | Makefile | 77 docdir ?= /usr/share/doc/packages/cpupower
|
| /linux/arch/x86/virt/vmx/tdx/ |
| H A D | tdx.c | 991 cpumask_var_t packages; in config_global_keyid() local 994 if (!zalloc_cpumask_var(&packages, GFP_KERNEL)) in config_global_keyid() 1013 packages)) in config_global_keyid() 1025 free_cpumask_var(packages); in config_global_keyid()
|
| /linux/Documentation/power/powercap/ |
| H A D | powercap.rst | 151 intel-rapl:1, representing CPU packages. Each of these power zones contains 157 CPU packages and the subzone constraints only apply to the respective parts of
|
| /linux/Documentation/admin-guide/ |
| H A D | mono.rst | 13 packages for several distributions can be found at:
|
| /linux/Documentation/devicetree/bindings/powerpc/nintendo/ |
| H A D | gamecube.txt | 7 This node represents the multi-function "Flipper" chip, which packages
|
| /linux/Documentation/tee/ |
| H A D | amd-tee.rst | 50 The AMD-TEE driver packages the command buffer payload for processing in TEE.
|
| /linux/Documentation/networking/ |
| H A D | plip.rst | 23 PLIP is Parallel Line IP, that is, the transportation of IP packages 27 cable]. [The protocol used to pack IP packages, is a simple one
|