/openbmc/qemu/include/hw/misc/ |
H A D | nrf51_rng.h | 16 * generation of random values. 17 * + Named GPIO input "tep_stop": Task that ends continuous generation of 23 * + Generation of unfiltered and filtered random values take at least the 24 * average generation time stated in the production specification; 25 * non-deterministic generation times are not modeled. 69 /* Time between generation of successive unfiltered values in us */ 71 /* Time between generation of successive filtered values in us */
|
/openbmc/u-boot/fs/btrfs/ |
H A D | conv-funcs.h | 123 sector_size, type, generation, start_offset, dev_group) 128 DEFINE_CONV(btrfs_free_space_header, location, generation, num_entries, 130 DEFINE_CONV(btrfs_extent_item, refs, generation, flags) 139 DEFINE_CONV(btrfs_inode_item, generation, transid, size, nbytes, block_group, 144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit, 149 DEFINE_CONV(btrfs_file_extent_item, generation, ram_bytes, other_encoding, 151 DEFINE_CONV_ALT(btrfs_file_extent_item, inl, generation, ram_bytes, 159 DEFINE_CONV(btrfs_header, bytenr, flags, generation, owner, nritems) 164 DEFINE_CONV(btrfs_super_block, bytenr, flags, magic, generation, root, 173 DEFINE_CONV(btrfs_key_ptr, key, blockptr, generation)
|
H A D | super.c | 36 if (root_backup->tree_root_gen == sb->generation) in btrfs_check_super_roots() 190 btrfs_info.sb.generation = 0; in btrfs_read_superblock() 219 } else if (sb->generation > btrfs_info.sb.generation) { in btrfs_read_superblock() 226 if (!btrfs_info.sb.generation) { in btrfs_read_superblock() 243 debug("Chosen superblock with generation = %llu\n", in btrfs_read_superblock() 244 btrfs_info.sb.generation); in btrfs_read_superblock()
|
H A D | btrfs_tree.h | 373 /* expected generation for this device */ 374 __u64 generation; member 445 __u64 generation; member 468 __u64 generation; member 540 /* nfs style generation number */ 541 __u64 generation; member 590 __u64 generation; member 608 * This generation number is used to test if the new fields are valid 610 * is written out, the "generation" field is copied into this field. If 612 * mismatching generation values here and thus must invalidate the [all …]
|
/openbmc/qemu/docs/specs/ |
H A D | vmgenid.rst | 1 Virtual Machine Generation ID Device 11 The VM generation ID (``vmgenid``) device is an emulated device which 27 generation ID support in a virtualization platform" section of 28 `the Microsoft Virtual Machine Generation ID specification 31 - **R1a** The generation ID shall live in an 8-byte aligned buffer. 33 - **R1b** The buffer holding the generation ID shall be in guest RAM, 36 - **R1c** The buffer holding the generation ID shall be kept separate from 42 - **R1e** The generation ID shall not live in a page frame that could be 44 generation ID lives in RAM, ROM or MMIO, it shall only be mapped as 58 will contain the VM Generation ID device. Other implementations (Hyper-V and [all …]
|
/openbmc/pldm/host-bmc/dbus/ |
H A D | pcie_slot.cpp | 8 auto PCIeSlot::generation() const -> Generations in generation() function in pldm::dbus::PCIeSlot 11 generation(); in generation() 14 auto PCIeSlot::generation(Generations value) -> Generations in generation() function in pldm::dbus::PCIeSlot 17 generation(value); in generation()
|
H A D | pcie_slot.hpp | 33 /** Get value of Generation */ 34 Generations generation() const override; 36 /** Set value of Generation */ 37 Generations generation(Generations value) override;
|
H A D | pcie_device.hpp | 43 /** Get Generation in use */ 46 /** Set Generation in use */
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
H A D | README.lsch3_2 | 7 NXP LayerScape with Chassis Generation 3.2 9 This architecture supports NXP ARMv8 SoCs with Chassis generation 3.2 12 This architecture is enhancement over Chassis Generation 3 with
|
H A D | README.lsch2 | 7 Freescale LayerScape with Chassis Generation 2 9 This architecture supports Freescale ARMv8 SoCs with Chassis generation 2,
|
/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory/ |
H A D | static-inventory.yaml | 1157 Generation: 1177 Generation: 1197 Generation: 1217 Generation: 1237 Generation: 1257 Generation: 1277 Generation: 1297 Generation: 1317 Generation: 1337 Generation: [all …]
|
/openbmc/phosphor-dbus-interfaces/ |
H A D | README.md | 4 [sdbusplus binding generation tool sdbus++][]. 31 [sdbusplus binding generation tool sdbus++]: 32 https://github.com/openbmc/sdbusplus/blob/master/README.md#binding-generation-tool
|
/openbmc/u-boot/arch/arc/ |
H A D | Kconfig | 23 ISA for the Next Generation ARC-HS cores 51 Next Generation ARC Core based on ISA-v2 ISA without MMU. 58 Next Generation ARC Core based on ISA-v2 ISA without MMU. 65 Next Generation ARC Core based on ISA-v2 ISA with MMU.
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/ |
H A D | 0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch | 4 Subject: [PATCH] Do not get generation using ioctl when evm_portable is true 7 generation with the ioctl since in some cases this may not be supported 11 This avoids the current work-around of passing --generation 0 when the
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/static-inventory/ |
H A D | static-inventory.yaml | 1525 Generation: 1545 Generation: 1565 Generation: 1585 Generation: 1605 Generation: 1625 Generation: 1645 Generation: 1665 Generation: 1685 Generation: 1705 Generation: [all …]
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | pcie_slots.hpp | 64 const std::string* generation = nullptr; in onPcieSlotGetAllDone() local 70 dbus_utils::UnpackErrorPrinter(), propertiesList, "Generation", in onPcieSlotGetAllDone() 71 generation, "Lanes", lanes, "SlotType", slotType, "HotPluggable", in onPcieSlotGetAllDone() 80 if (generation != nullptr) in onPcieSlotGetAllDone() 83 pcie_util::redfishPcieGenerationFromDbus(*generation); in onPcieSlotGetAllDone() 86 BMCWEB_LOG_WARNING("Unknown PCIe Slot Generation: {}", *generation); in onPcieSlotGetAllDone()
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_certificate.robot | 138 Verify CSR Generation For Server Certificate 139 [Documentation] Verify CSR generation for server certificate. 150 Verify CSR Generation For Client Certificate 151 [Documentation] Verify CSR generation for client certificate. 162 Verify CSR Generation For Server Certificate With Invalid Value 173 Verify CSR Generation For Client Certificate With Invalid Value 291 # Remove not applicable field for CSR generation. 303 # Delay added between two CSR generation request.
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/ |
H A D | npcm7xx-igps-native_02.01.18.bb | 1 SUMMARY = "Image Generation and Programming Scripts for NPCM7XX (Poleg) devices" 2 DESCRIPTION = "Image Generation and Programming Scripts for NPCM7XX (Poleg) devices"
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client/ |
H A D | 0001-tee-supplicant-update-udev-systemd-install-code.patch | 8 - Make systemd service file generation and installation optional. 9 - Make udev rule file generation and installation optional. 28 +option(CFG_ENABLE_SYSTEMD "Enable systemd service unit file generation." ON) 29 +option(CFG_ENABLE_UDEV "Enable udev rules file generation." ON)
|
/openbmc/qemu/docs/devel/ |
H A D | multi-thread-tcg.rst | 71 are only taken when code generation is required or TranslationBlocks 80 We need to protect the entire code generation cycle including any post 81 generation patching of the translated code. This also implies a shared 84 mutex for code generation. This also includes times when we need flush 89 DESIGN REQUIREMENT: Add locking around all code generation and TB 94 Code generation is serialised with mmap_lock(). 105 Currently the whole system shares a single code generation buffer 167 Parallel code generation is supported. QHT is used at insertion time 301 operations if code generation is being done in a parallel context. The
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | snps,hsdk-cgu.txt | 1 * Synopsys HSDK clock generation unit 9 - reg: the pair of physical base address and length of clock generation unit
|
/openbmc/qemu/docs/system/ |
H A D | cpu-models-mips.rst.inc | 11 matches the generation of the host CPUs in use. In a deployment with a 43 matches the generation of the host CPUs in use. In a deployment with a 87 matches the generation of the host CPUs in use. In a deployment with a
|
/openbmc/phosphor-health-monitor/test/ |
H A D | test_health_metric_collection.cpp | 101 // Test no signal generation for metric init properties in TEST_F() 120 // Test no signal generation for threshold asserted in TEST_F() 152 // Test signal generation for threshold properties set in TEST_F() 159 // Test AssertionChanged signal generation in TEST_F()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | speeding-up-build.rst | 85 package generation can speed up the build. You can disable this 86 generation by setting the 90 - Disable static library generation for recipes derived from
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | core-image-tiny-initramfs.bb | 1 # Simple initramfs image artifact generation for tiny images. 7 that can subsequently be picked up by external image generation tools such as wic."
|