| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pci/ |
| D | pci-thunder-pem.txt | 1 * ThunderX PEM PCIe host controller 12 - compatible : Must be "cavium,pci-host-thunder-pem" 17 the PEM device PCIe bridge. 22 compatible = "cavium,pci-host-thunder-pem"; 31 <0x87e0 0xc2000000 0x0 0x00010000>; /* PEM space */ 35 <0x03000000 0x87e0 0xc2f00000 0x87e0 0xc2000000 0x00 0x00100000>; /* mem64 PEM BAR4 */
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | lineage-pem | 1 Kernel driver lineage-pem 6 Prefix: 'lineage-pem' 33 Example: the following will load the driver for a Lineage PEM at address 0x40 35 $ modprobe lineage-pem 36 $ echo lineage-pem 0x40 > /sys/bus/i2c/devices/i2c-1/new_device
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | lineage-pem.rst | 1 Kernel driver lineage-pem 8 Prefix: 'lineage-pem' 38 Example: the following will load the driver for a Lineage PEM at address 0x40 41 $ modprobe lineage-pem 42 $ echo lineage-pem 0x40 > /sys/bus/i2c/devices/i2c-1/new_device
|
| D | index.rst | 85 lineage-pem
|
| /kernel/linux/linux-5.10/certs/ |
| D | Kconfig | 6 default "certs/signing_key.pem" 9 Provide the file name of a private key/certificate in PEM format, 14 If this option is unchanged from its default "certs/signing_key.pem", 35 If set, this option should be the filename of a PEM-formatted file 99 If set, this option should be the filename of a PEM-formatted file
|
| D | Makefile | 55 ifeq ($(CONFIG_MODULE_SIG_KEY),"certs/signing_key.pem") 58 X509TEXT=$(shell openssl x509 -in "certs/signing_key.pem" -text 2>/dev/null) 60 $(if $(findstring rsaEncryption,$(X509TEXT)),,$(shell rm -f "certs/signing_key.pem")) 63 $(obj)/signing_key.pem: $(obj)/x509.genkey 74 -outform PEM -out $(obj)/signing_key.pem \ 75 -keyout $(obj)/signing_key.pem \
|
| /kernel/linux/linux-4.19/Documentation/admin-guide/ |
| D | module-signing.rst | 100 ``certs/signing_key.pem`` will disable the autogeneration of signing keys 103 and its corresponding X.509 certificate in PEM form, or — on systems where 108 If the PEM file containing the private key is encrypted, or if the 116 This option can be set to the filename of a PEM-encoded file containing 139 certs/signing_key.pem 170 -config x509.genkey -outform PEM -out kernel_key.pem \ 171 -keyout kernel_key.pem 173 The full pathname for the resulting kernel_key.pem file can then be specified 192 trusted certificates can be provided in a PEM-encoded file referenced by the
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | module-signing.rst | 100 ``certs/signing_key.pem`` will disable the autogeneration of signing keys 103 and its corresponding X.509 certificate in PEM form, or — on systems where 108 If the PEM file containing the private key is encrypted, or if the 116 This option can be set to the filename of a PEM-encoded file containing 139 certs/signing_key.pem 170 -config x509.genkey -outform PEM -out kernel_key.pem \ 171 -keyout kernel_key.pem 173 The full pathname for the resulting kernel_key.pem file can then be specified 192 trusted certificates can be provided in a PEM-encoded file referenced by the
|
| /kernel/linux/linux-4.19/certs/ |
| D | Kconfig | 6 default "certs/signing_key.pem" 9 Provide the file name of a private key/certificate in PEM format, 14 If this option is unchanged from its default "certs/signing_key.pem", 35 If set, this option should be the filename of a PEM-formatted file
|
| D | Makefile | 53 ifeq ($(CONFIG_MODULE_SIG_KEY),"certs/signing_key.pem") 54 $(obj)/signing_key.pem: $(obj)/x509.genkey 65 -outform PEM -out $(obj)/signing_key.pem \ 66 -keyout $(obj)/signing_key.pem \
|
| /kernel/linux/linux-4.19/drivers/pci/controller/ |
| D | pci-thunder-pem.c | 138 * The first device on the bus is the PEM PCIe bridge. in thunder_pem_config_read() 286 * The first device on the bus is the PEM PCIe bridge. in thunder_pem_config_write() 311 * The MSI-X BAR for the PEM and AER interrupts is located at in thunder_pem_init() 312 * a fixed offset from the PEM register base. Generate a in thunder_pem_init() 340 regionid = kasprintf(GFP_KERNEL, "PEM RC:%d", seg); in thunder_pem_reserve_range() 386 * FW where we need to calculate PEM-specific resources manually. in thunder_pem_acpi_init() 391 * Reserve 64K size PEM specific resources. The full 16M range in thunder_pem_acpi_init() 429 * The second register range is the PEM bridge to the PCIe in thunder_pem_platform_init() 453 { .compatible = "cavium,pci-host-thunder-pem" },
|
| D | Makefile | 48 obj-$(CONFIG_ARM64) += pci-thunder-pem.o
|
| /kernel/linux/linux-5.10/drivers/pci/controller/ |
| D | pci-thunder-pem.c | 140 * The first device on the bus is the PEM PCIe bridge. in thunder_pem_config_read() 288 * The first device on the bus is the PEM PCIe bridge. in thunder_pem_config_write() 313 * The MSI-X BAR for the PEM and AER interrupts is located at in thunder_pem_init() 314 * a fixed offset from the PEM register base. Generate a in thunder_pem_init() 342 regionid = kasprintf(GFP_KERNEL, "PEM RC:%d", seg); in thunder_pem_reserve_range() 388 * FW where we need to calculate PEM-specific resources manually. in thunder_pem_acpi_init() 393 * Reserve 64K size PEM specific resources. The full 16M range in thunder_pem_acpi_init() 431 * The second register range is the PEM bridge to the PCIe in thunder_pem_platform_init() 456 .compatible = "cavium,pci-host-thunder-pem",
|
| D | Makefile | 52 obj-$(CONFIG_ARM64) += pci-thunder-pem.o
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
| D | host-generic-pci.yaml | 57 Cavium ThunderX PEM firmware-initialized PCIe host controller 58 const: cavium,pci-host-thunder-pem 132 - cavium,pci-host-thunder-pem
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/octeon/ |
| D | cvmx-ciu2-defs.h | 335 uint64_t pem:2; member 351 uint64_t pem:2; 364 uint64_t pem:2; member 380 uint64_t pem:2; 393 uint64_t pem:2; member 409 uint64_t pem:2; 1322 uint64_t pem:2; member 1338 uint64_t pem:2; 1351 uint64_t pem:2; member 1367 uint64_t pem:2; [all …]
|
| /kernel/linux/linux-4.19/scripts/ |
| D | extract-cert.c | 1 /* Extract X.509 certificate in DER form from PKCS#11 or PEM. 22 #include <openssl/pem.h>
|
| /kernel/linux/linux-5.10/scripts/ |
| D | extract-cert.c | 1 /* Extract X.509 certificate in DER form from PKCS#11 or PEM. 22 #include <openssl/pem.h>
|
| D | sign-file.c | 28 #include <openssl/pem.h> 200 /* Assume PEM encoded X.509 */ in read_x509()
|
| /kernel/linux/linux-4.19/drivers/crypto/cavium/nitrox/ |
| D | nitrox_csr.h | 114 /* PEM registers */ 583 * @pem: Set when any PEM(0)_INT RO bit is set or when any non-RO 584 * PEM(0)_INT and corresponding PEM(0)_INT_ENA_W1C bit are both set 609 u64 pem : 1; member 623 u64 pem : 1;
|
| /kernel/linux/linux-4.19/ |
| D | .gitignore | 125 signing_key.pem
|
| /kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
| D | nitrox_csr.h | 202 /* PEM registers */ 836 * @pem: Set when any PEM(0)_INT RO bit is set or when any non-RO 837 * PEM(0)_INT and corresponding PEM(0)_INT_ENA_W1C bit are both set 862 u64 pem : 1; member 876 u64 pem : 1;
|
| /kernel/linux/linux-5.10/ |
| D | .gitignore | 135 signing_key.pem
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | digsig.txt | 83 Keys can be in PEM or converted to the kernel format.
|
| /kernel/linux/linux-5.10/Documentation/security/ |
| D | digsig.rst | 83 Keys can be in PEM or converted to the kernel format.
|