| /kernel/linux/linux-5.10/Documentation/x86/ |
| D | topology.rst | 24 threads, cores, packages, etc. 35 - packages 41 Packages contain a number of cores plus shared resources, e.g. DRAM 68 packages within a socket. This value may differ from cpu_die_id. 73 packages in a consistent way, we introduced the concept of logical package 74 ID so we can sanely calculate the number of maximum possible packages in 75 the system and have the packages enumerated linearly. 79 The maximum possible number of packages in the system. Helpful for per
|
| D | microcode.rst | 87 The system needs to have the microcode packages installed into 102 The easier method is simply installing the microcode packages your distro 111 packages already put them there.
|
| /kernel/linux/build/ |
| D | BUILD.gn | 50 rebase_path("$root_build_dir/packages/phone/images/$kernel_image"), 62 outputs = [ "$root_build_dir/packages/phone/images/$kernel_image" ] 66 rebase_path("$root_build_dir/packages/phone/images"),
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | ncsi.h | 20 * all packages and their associated channels. 29 * @NCSI_CMD_SET_PACKAGE_MASK: set a whitelist of allowed packages. 61 * @NCSI_ATTR_PACKAGE_MASK: 32-bit mask of allowed packages.
|
| /kernel/linux/linux-5.10/net/ncsi/ |
| D | internal.h | 242 struct list_head node; /* Form list of packages */ 316 unsigned int package_num; /* Number of packages */ 317 struct list_head packages; /* List of packages */ member 332 bool multi_package; /* Enable multiple packages */ 334 u32 package_whitelist; /* Packages to configure */ 362 list_for_each_entry_rcu(np, &ndp->packages, node)
|
| /kernel/linux/linux-5.10/scripts/ |
| D | Makefile.package | 2 # Makefile for the different targets used to generate full packages of a kernel 9 # /usr/src/packages/SRPMS/kernel-2.6.7rc2-1.src.rpm 10 # /usr/src/packages/RPMS/i386/kernel-2.6.7rc2-1.<arch>.rpm 145 @echo ' rpm-pkg - Build both source and binary RPM kernel packages' 147 @echo ' deb-pkg - Build both source and binary deb kernel packages'
|
| /kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | nsprepkg.c | 74 * For variable-length Packages, we can safely remove all embedded in acpi_ns_check_package() 86 * Most packages must have at least one element. The only exception in acpi_ns_check_package() 104 * PTYPE1 packages contain no subpackages in acpi_ns_check_package() 105 * PTYPE2 packages contain subpackages in acpi_ns_check_package() 269 * package instead of a Package of Packages (a common error if in acpi_ns_check_package() 300 * Returns a variable list of packages, each with a variable list in acpi_ns_check_package()
|
| D | nsrepair.c | 377 * is required. It does not apply to variable-length packages where NULL in acpi_ns_repair_null_element() 431 * DESCRIPTION: Remove all NULL package elements from packages that contain 433 * packages, NULL elements can be safely removed. 452 * PTYPE1_VAR packages contain a variable number of simple data types. in acpi_ns_remove_null_elements() 453 * PTYPE2 packages contain a variable number of subpackages. in acpi_ns_remove_null_elements()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ |
| D | Makefile | 245 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT}) 247 @mkdir -p ${INSTALL_PATH}/kselftest-packages/ 248 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
|
| /kernel/linux/linux-5.10/scripts/package/ |
| D | builddeb | 8 # is left to other scripts and packages: they can install scripts in the 188 # kernel packages, as well as kernel packages built using make-kpkg.
|
| /kernel/linux/linux-5.10/tools/usb/usbip/ |
| 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
|
| /kernel/linux/linux-5.10/net/llc/ |
| D | llc_if.c | 78 * machine. This function packages a proper event and sends it connection 125 * connection with a remote machine. This function packages a proper event
|
| /kernel/linux/linux-5.10/Documentation/kbuild/ |
| D | reproducible-builds.rst | 64 Generated files in source packages 116 packages for the different kernel versions.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | dell_rbu.rst | 21 This driver works with Dell OpenManage or Dell Update Packages for updating 26 OpenManage and Dell Update packages (DUP).
|
| 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
|
| /kernel/linux/linux-5.10/drivers/acpi/x86/ |
| D | apple.c | 24 * of 2-element packages. Convert to _DSD format and make them available under 96 /* layout: top-level package | packages | key/value tuples | strings */ in acpi_extract_apple_properties()
|
| /kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
| D | DSD-properties-rules.rst | 16 packages associated with them and makes those data available to device drivers 55 return property sets which do not follow that rule from _DSD in data packages
|
| /kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
| D | turbostat.c | 387 struct pkg_data packages; member 1317 format_counters(&average.threads, &average.cores, &average.packages); in format_all_counters() 1651 average.packages.pkg_wtd_core_c0 += p->pkg_wtd_core_c0; in sum_counters() 1653 average.packages.pkg_any_core_c0 += p->pkg_any_core_c0; in sum_counters() 1655 average.packages.pkg_any_gfxe_c0 += p->pkg_any_gfxe_c0; in sum_counters() 1657 average.packages.pkg_both_core_gfxe_c0 += p->pkg_both_core_gfxe_c0; in sum_counters() 1659 average.packages.pc2 += p->pc2; in sum_counters() 1661 average.packages.pc3 += p->pc3; in sum_counters() 1663 average.packages.pc6 += p->pc6; in sum_counters() 1665 average.packages.pc7 += p->pc7; in sum_counters() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| 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 235 [1] https://download-ib01.fedoraproject.org/pub/fedora/linux/updates/31/Everything/SRPMS/Packages/s…
|
| /kernel/linux/linux-5.10/tools/power/cpupower/lib/ |
| D | cpupower.h | 6 /* Amount of CPU cores, packages and threads per core in the system */
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | scsi-generic.rst | 68 There are two packages of sg utilities: 76 Both packages will work in the lk 2.4 series however sg3_utils offers more
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | uniphier-ld6b.dtsi | 25 * LD6b and PXs2 have completely different packages,
|
| /kernel/linux/linux-5.10/Documentation/doc-guide/ |
| D | sphinx.rst | 36 and it is not uncommon that upgrading it or some other Python packages 77 packages. If those packages are not installed, the build system will 89 ``texlive`` packages that provide the minimal set of functionalities
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | ia_css_version_data.h | 25 …DK:/nfs/iir/disks/iir_hivepackages_003/iir_hivepkgs_disk017/Css_Mizuchi/packages/Css_Mizuchi/int_c…
|