Searched +full:sml +full:- +full:size (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/sys/contrib/device-tree/Bindings/tpm/ |
H A 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 <lukas@wunner.de> 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 …]
|
H A 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 <thiruan@microsoft.com> 11 - Sasha Levin <sashal@kernel.org> 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 …]
|
H A D | ibm,vtpm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
H A 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-ti [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/security/tpm/ |
H A D | tpm-i2c.txt | 5 - compatible : 'manufacturer,model', eg. nuvoton,npct650 6 - label : human readable string describing the device, eg. "tpm" 7 - linux,sml-base : 64-bit base address of the reserved memory allocated for 9 - linux,sml-size : size of the memory allocated for the firmware event log 13 - powered-while-suspended: present when the TPM is left powered on between 18 ---------------------------------------------------------- 24 linux,sml-base = <0x7f 0xfd450000>; 25 linux,sml-size = <0x10000>;
|
H A D | ibmvtpm.txt | 5 - compatible : property name that conveys the platform architecture 7 - device_type : specifies type of virtual device 8 - interrupts : property specifying the interrupt source number and 10 - ibm,my-drc-index : integer index for the connector between the device 11 and its parent - present only if Dynamic 13 - ibm,#dma-address-cells: specifies the number of cells that are used to 14 encode the physical address field of dma-window 16 - ibm,#dma-size-cells : specifies the number of cells that are used to 17 encode the size field of dma-window properties 18 - ibm,my-dma-window : specifies DMA window associated with this virtual [all …]
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | modem | 2 #------------------------------------------------------------------------------ 7 1 string PC\ Research,\ Inc Digifax-G3-File 18 # 16 0-bits near beginning like True Type fonts *.ttf, Postscript PrinterFontMetric *.pfm, FTYPE.HY… 20 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3 22 # skip IRCAM file (VAX big-endian) ./audio 33 # skip MouseTrap/Mt.Defaults with file size 16 found on Golden Orchard Apple II CD Rom 35 # skip PICTUREH.SML found on Golden Orchard Apple II CD Rom 37 # skip few (5/41) DEGAS mid-res bitmap (GEMINI01.PI2 GEMINI02.PI2 GEMINI03.PI2 CODE_RAM.PI2 TBX_DEM… 38 # with file size 32034 39 >>>>>>>>-0 offset !32034 raw G3 (Group 3) FAX, byte-padded [all …]
|
/freebsd-src/usr.bin/fortune/fortune/ |
H A D | fortune.c | 1 /*- 59 #define POS_UNKNOWN ((uint32_t) -1) /* pos for file unknown */ 60 #define NO_PROB (-1) /* no prob specified for file */ 94 static bool Equal_probs = FALSE; /* scatter un-allocted prob equally */ 101 static char *Fortbuf = NULL; /* fortune buffer for -m */ 180 if ((fd = creat(Fortfile->posfile, 0666)) < 0) { in main() 181 perror(Fortfile->posfile); in main() 190 write(fd, (char *) &Fortfile->pos, sizeof Fortfile->pos); in main() 191 if (!Fortfile->was_pos_file) in main() 192 chmod(Fortfile->path, 0666); in main() [all …]
|