Home
last modified time | relevance | path

Searched refs:packages (Results 1 – 25 of 85) sorted by relevance

1234

/linux-6.15/scripts/package/debian/
H A Drules32 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-6.15/Documentation/arch/x86/
H A Dtopology.rst24 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 Dmicrocode.rst88 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-6.15/tools/power/cpupower/bindings/python/
H A DREADME66 Python uses a system specific site-packages folder to look up modules to import
69 You can install and uninstall the bindings to the site-packages with:
/linux-6.15/tools/testing/selftests/
H A DMakefile298 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
300 @mkdir -p ${INSTALL_PATH}/kselftest-packages/
301 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
/linux-6.15/tools/net/ynl/
H A Dpyproject.toml19 [tool.setuptools.packages.find]
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c2011 struct pkg_data packages; member
3863 average.packages.pc2 += p->pc2; in sum_counters()
3865 average.packages.pc3 += p->pc3; in sum_counters()
3867 average.packages.pc6 += p->pc6; in sum_counters()
3869 average.packages.pc7 += p->pc7; in sum_counters()
3870 average.packages.pc8 += p->pc8; in sum_counters()
3871 average.packages.pc9 += p->pc9; in sum_counters()
3872 average.packages.pc10 += p->pc10; in sum_counters()
3873 average.packages.die_c6 += p->die_c6; in sum_counters()
3875 average.packages.cpu_lpi = p->cpu_lpi; in sum_counters()
[all …]
/linux-6.15/arch/m68k/ifpsp060/
H A DTEST.DOC50 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-6.15/arch/arm/boot/dts/socionext/
H A Duniphier-ld6b.dtsi25 * LD6b and PXs2 have completely different packages,
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dirondevice,sma1307.yaml26 both WLCSP and QFN packages. However, SMA1307AQ only
/linux-6.15/Documentation/scsi/
H A Dscsi-generic.rst58 There are two packages of sg utilities:
66 Both packages will work in the lk 2.4 series. However, sg3_utils offers more
/linux-6.15/tools/perf/Documentation/
H A Dperf-buildid-list.txt16 tools can be used to fetch packages with matching symbol tables for use by
/linux-6.15/net/ncsi/
H A Dinternal.h331 struct list_head packages; /* List of packages */ member
377 list_for_each_entry_rcu(np, &ndp->packages, node)
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dethernet-phy-package.yaml13 PHY packages are multi-port Ethernet PHY of the same family
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dnet.rst9 The Digital TV net device controls the mapping of data packages that are part
/linux-6.15/Documentation/rust/
H A Dquick-start.rst9 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}";
98 ``RUST_LIB_SRC`` needs to be set when using the versioned packages, e.g.::
189 to fetch pre-built releases and distribution packages.
/linux-6.15/arch/x86/virt/vmx/tdx/
H A Dtdx.c973 cpumask_var_t packages; in config_global_keyid() local
976 if (!zalloc_cpumask_var(&packages, GFP_KERNEL)) in config_global_keyid()
995 packages)) in config_global_keyid()
1007 free_cpumask_var(packages); in config_global_keyid()
/linux-6.15/Documentation/doc-guide/
H A Dsphinx.rst37 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-6.15/Documentation/i2c/
H A Dten-bit-addresses.rst28 * Many user-space packages (for example i2c-tools) lack support for
/linux-6.15/Documentation/firmware-guide/acpi/
H A DDSD-properties-rules.rst16 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-6.15/Documentation/kbuild/
H A Dreproducible-builds.rst64 Generated files in source packages
116 packages for the different kernel versions.
/linux-6.15/tools/power/cpupower/
H A DMakefile76 docdir ?= /usr/share/doc/packages/cpupower
/linux-6.15/tools/usb/usbip/
H A DINSTALL129 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-6.15/Documentation/power/powercap/
H A Dpowercap.rst151 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-6.15/Documentation/admin-guide/
H A DREADME.rst118 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

1234