Searched +full:sml +full:- +full:size (Results 1 – 12 of 12) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/tpm/ |
D | tpm-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/tpm/tpm-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lukas Wunner <[email protected]> 14 pattern: '^tpm(@[0-9a-f]+)?$' 23 linux,sml-base: 28 linux,sml-size: 30 size of reserved memory allocated for firmware event log 33 memory-region: [all …]
|
D | microsoft,ftpm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microsoft firmware-based Trusted Platform Module (fTPM) 10 - Thirupathaiah Annapureddy <[email protected]> 11 - Sasha Levin <[email protected]> 20 Microsoft's firmware-based TPM 2.0 (fTPM) leverages ARM TrustZone to overcome 24 https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/ 25 https://github.com/Microsoft/ms-tpm-20-ref/tree/main/Samples/ARM32-FirmwareTPM 32 - compatible [all …]
|
D | ibm,vtpm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nayna Jain <[email protected]> 23 - IBM,vtpm 24 - IBM,vtpm20 30 - IBM,vtpm 31 - IBM,vtpm20 36 ibm,#dma-address-cells: 39 dma-window properties [all …]
|
D | tcg,tpm-tis-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/tpm/tcg,tpm-tis-i2c.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: I²C-attached Trusted Platform Module conforming to TCG TIS specification 10 - Lukas Wunner <[email protected]> 13 The Trusted Computing Group (TCG) has defined a multi-vendor standard 17 …tps://trustedcomputinggroup.org/resource/pc-client-work-group-pc-client-specific-tpm-interface-spe… 22 https://trustedcomputinggroup.org/resource/pc-client-platform-tpm-profile-ptp-specification/ 25 vendor-specific I²C interface. [all …]
|
/linux-6.14.4/drivers/char/tpm/eventlog/ |
D | of.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 * Maintained by: <tpmdd-[email protected]> 31 node = of_parse_phandle(chip->dev.parent->of_node, "memory-region", 0); in tpm_read_log_memory_region() 33 return -ENODEV; in tpm_read_log_memory_region() 40 chip->log.bios_event_log = devm_memremap(&chip->dev, res.start, resource_size(&res), in tpm_read_log_memory_region() 42 if (IS_ERR(chip->log.bios_event_log)) in tpm_read_log_memory_region() 43 return -ENOMEM; in tpm_read_log_memory_region() 45 chip->log.bios_event_log_end = chip->log.bios_event_log + resource_size(&res); in tpm_read_log_memory_region() 47 return chip->flags & TPM_CHIP_FLAG_TPM2 ? EFI_TCG2_EVENT_LOG_FORMAT_TCG_2 : in tpm_read_log_memory_region() 57 u32 size; in tpm_read_log_of() local [all …]
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | prom_init.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (C) 1996-2005 Paul Mackerras. 46 #include <asm/asm-prototypes.h> 47 #include <asm/ultravisor-api.h> 60 * This is the size of the local memory reserve map that gets copied 61 * into the boot params passed to the kernel. That size is totally 63 * entry with size 0, so it can be changed without breaking binary 72 * On ppc32 we compile with -mrelocatable, which means that references 83 * arguments to call_prom should be 32-bit values. 126 __be64 size; member [all …]
|
/linux-6.14.4/drivers/media/rc/keymaps/ |
D | rc-khamsin.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 #include <media/rc-map.h> 9 * SML-5442TW DVB-S/VOD box. The RCU has separate IR (TV) and 55 .size = ARRAY_SIZE(khamsin),
|
/linux-6.14.4/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 5 * Copyright (C) 2012-2014 LSI Corporation 6 * Copyright (C) 2013-2014 Avago Technologies 7 * (mailto: MPT-[email protected]) 22 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 41 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 93 static u8 scsi_io_cb_idx = -1; 94 static u8 tm_cb_idx = -1; 95 static u8 ctl_cb_idx = -1; 96 static u8 base_cb_idx = -1; 97 static u8 port_enable_cb_idx = -1; [all …]
|
/linux-6.14.4/drivers/scsi/ |
D | hpsa.c | 3 * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries 5 * Copyright 2014-2015 PMC-Sierra, Inc. 6 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P. 36 #include <linux/dma-mapping.h> 52 #include <linux/percpu-defs.h> 60 * HPSA_DRIVER_VERSION must be 3 byte values (0-255) separated by '.' 61 * with an optional trailing '-' followed by a byte value (0-255). 63 #define HPSA_DRIVER_VERSION "3.4.20-200" 79 /* Embedded module documentation macros - see modules.h */ 80 MODULE_AUTHOR("Hewlett-Packard Company"); [all …]
|
/linux-6.14.4/drivers/scsi/smartpqi/ |
D | smartpqi_init.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * driver for Microchip PQI-based storage controllers 4 * Copyright (c) 2019-2023 Microchip Technology Inc. and its subsidiaries 5 * Copyright (c) 2016-2018 Microsemi Corporation 6 * Copyright (c) 2016 PMC-Sierra, Inc. 36 #define DRIVER_VERSION "2.1.30-031" 51 #define PQI_NO_COMPLETION ((void *)-1) 194 "RAID-0", 195 "RAID-4", 196 "RAID-1(1+0)", [all …]
|
/linux-6.14.4/drivers/scsi/mpi3mr/ |
D | mpi3mr_fw.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2017-2023 Broadcom Inc. 6 * (mailto: mpi3mr-[email protected]) 11 #include <linux/io-64-nonatomic-lo-hi.h> 23 MODULE_PARM_DESC(poll_queues, "Number of queues for io_uring poll mode. (Range 1 - 126)"); 46 pi = op_req_q->pi; in mpi3mr_check_req_qfull() 47 ci = READ_ONCE(op_req_q->ci); in mpi3mr_check_req_qfull() 48 max_entries = op_req_q->num_requests; in mpi3mr_check_req_qfull() 50 if ((ci == (pi + 1)) || ((!ci) && (pi == (max_entries - 1)))) in mpi3mr_check_req_qfull() 60 max_vectors = mrioc->intr_info_count; in mpi3mr_sync_irqs() [all …]
|
/linux-6.14.4/drivers/message/fusion/ |
D | mptsas.c | 6 * Copyright (c) 1999-2008 LSI Corporation 7 * (mailto:DL-[email protected]) 9 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 23 LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 42 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 44 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 89 /* scsi-mid layer global parameter is max_report_luns, which is 511 */ 141 "---- IO UNIT PAGE 0 ------------\n", ioc->name)); in mptsas_print_phy_data() 143 ioc->name, le16_to_cpu(phy_data->AttachedDeviceHandle))); in mptsas_print_phy_data() 145 ioc->name, le16_to_cpu(phy_data->ControllerDevHandle))); in mptsas_print_phy_data() [all …]
|