| /linux/scripts/package/debian/ |
| A D | rules | 30 all-packages = $(shell dh_listpackages) 31 image-package = $(filter linux-image-% user-%, $(filter-out %-dbg, $(all-packages))) 32 image-dbg-package = $(filter %-dbg, $(all-packages)) 33 libc-dev-package = $(filter linux-libc-dev, $(all-packages)) 34 headers-package = $(filter linux-headers-%, $(all-packages))
|
| /linux/Documentation/arch/x86/ |
| 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
|
| 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/tools/testing/selftests/ |
| A D | Makefile | 291 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT}) 293 @mkdir -p ${INSTALL_PATH}/kselftest-packages/ 294 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
|
| /linux/tools/power/x86/turbostat/ |
| A D | turbostat.c | 1840 struct pkg_data packages; member 3589 average.packages.pc2 += p->pc2; in sum_counters() 3591 average.packages.pc3 += p->pc3; in sum_counters() 3593 average.packages.pc6 += p->pc6; in sum_counters() 3595 average.packages.pc7 += p->pc7; in sum_counters() 3596 average.packages.pc8 += p->pc8; in sum_counters() 3597 average.packages.pc9 += p->pc9; in sum_counters() 3598 average.packages.pc10 += p->pc10; in sum_counters() 3599 average.packages.die_c6 += p->die_c6; in sum_counters() 3601 average.packages.cpu_lpi = p->cpu_lpi; in sum_counters() [all …]
|
| /linux/arch/m68k/ifpsp060/ |
| 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/arch/arm/boot/dts/socionext/ |
| A D | uniphier-ld6b.dtsi | 25 * LD6b and PXs2 have completely different packages,
|
| /linux/Documentation/scsi/ |
| 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/tools/perf/Documentation/ |
| A D | perf-buildid-list.txt | 16 tools can be used to fetch packages with matching symbol tables for use by
|
| /linux/net/ncsi/ |
| A D | internal.h | 329 struct list_head packages; /* List of packages */ member 375 list_for_each_entry_rcu(np, &ndp->packages, node)
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | ethernet-phy-package.yaml | 13 PHY packages are multi-port Ethernet PHY of the same family
|
| A D | nxp,tja11xx.yaml | 70 Some packages have multiple PHYs. Secondary PHY should be defines as
|
| /linux/Documentation/userspace-api/media/dvb/ |
| A D | net.rst | 9 The Digital TV net device controls the mapping of data packages that are part
|
| /linux/arch/x86/virt/vmx/tdx/ |
| A D | tdx.c | 1011 cpumask_var_t packages; in config_global_keyid() local 1014 if (!zalloc_cpumask_var(&packages, GFP_KERNEL)) in config_global_keyid() 1033 packages)) in config_global_keyid() 1045 free_cpumask_var(packages); in config_global_keyid()
|
| /linux/Documentation/doc-guide/ |
| A D | sphinx.rst | 37 and it is not uncommon that upgrading it or some other Python packages 70 packages. If those packages are not installed, the build system will 82 ``texlive`` packages that provide the minimal set of functionalities 96 requires quite a few texlive packages including amsfonts and amsmath among 100 without installing any texlive packages. See `Choice of Math Renderer`_ for
|
| /linux/tools/power/cpupower/ |
| A D | Makefile | 73 docdir ?= /usr/share/doc/packages/cpupower
|
| /linux/Documentation/i2c/ |
| A D | ten-bit-addresses.rst | 28 * Many user-space packages (for example i2c-tools) lack support for
|
| /linux/Documentation/firmware-guide/acpi/ |
| A D | DSD-properties-rules.rst | 16 packages associated with them and makes those data available to device drivers 59 return property sets which do not follow that rule from _DSD in data packages
|
| /linux/Documentation/kbuild/ |
| A D | reproducible-builds.rst | 64 Generated files in source packages 116 packages for the different kernel versions.
|
| /linux/Documentation/rust/ |
| 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}"; 172 to fetch pre-built releases and distribution packages.
|
| /linux/tools/usb/usbip/ |
| 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/Documentation/power/powercap/ |
| 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/ |
| A D | README.rst | 118 versions of various software packages. Consult 120 required and how to get updates for these packages. Beware that using 121 excessively old versions of these packages can cause indirect 123 you can just update packages when obvious problems arise during
|
| A D | mono.rst | 13 packages for several distributions can be found at:
|
| /linux/Documentation/tee/ |
| A D | amd-tee.rst | 50 The AMD-TEE driver packages the command buffer payload for processing in TEE.
|