/openbmc/linux/net/atm/ |
D | mpoa_caches.c |
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 271.out | 9 L2 entry #0: 0x8000000000050000 0000000000000001 11 L2 entry #0: 0x8000000000050000 0000000000000003 13 L2 entry #0: 0x8000000000050000 0000000000000007 15 L2 entry #0: 0x8000000000050000 000000000000000f 17 L2 entry #0: 0x8000000000050000 000000000000007f 19 L2 entry #0: 0x8000000000050000 00000000000003ff 21 L2 entry #0: 0x8000000000050000 00000000000103ff 23 L2 entry #0: 0x8000000000050000 00000000800103ff 24 L2 entry #1: 0x8000000000060000 0000000000000003 26 L2 entry #0: 0x8000000000050000 00000002800103fd [all …]
|
/openbmc/libpldm/include/libpldm/ |
H A D | bios_table.h | 40 * @note *end* is a position after the last entry. 44 /** @brief Get iterator to next entry 49 /** @brief Get the bios table entry that the iterator points to 51 * @return Pointer to an entry in bios table 55 /** @brief Get the bios attribute table entry that the iterator points to 57 * @return Pointer to an entry in bios attribute table 66 /** @brief Get the bios string table entry that the iterator points to 68 * @return Pointer to an entry in bios string table 77 /** @brief Get the bios attribute value table entry that the iterator points to 79 * @return Pointer to an entry in bios attribute value table [all …]
|
/openbmc/linux/arch/x86/kernel/ |
D | asm-offsets_64.c |
|
/openbmc/u-boot/tools/binman/ |
H A D | bsection.py | 30 _pad_before: Number of bytes before the first entry starts. This 31 effectively changes the place where entry offset 0 starts 32 _pad_after: Number of bytes after the last entry ends. The last 33 entry will finish on or before this boundary 34 _pad_byte: Byte to use to pad the section where there is no entry 37 _skip_at_start: Number of bytes before the first entry starts. These 39 if _pad_before is 16, then the first entry would start at 16. 40 An entry with offset = 20 would in fact be written at offset 4 44 address (like 0xff800000) is the first entry offset. This causes 51 global entry [all …]
|
H A D | entry_test.py | 5 # Test for the Entry class 16 entry = None variable 33 """Test that we can import Entry subclassess successfully""" 36 global entry 37 import entry 38 entry.Entry.Create(None, self.GetNode(), 'u-boot') 42 global entry 43 if entry: 44 reload(entry) 46 import entry [all …]
|
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/ |
D | dmabuf-cache.c |
|
/openbmc/linux/drivers/staging/media/atomisp/pci/base/refcount/src/ |
D | refcount.c |
|
/openbmc/linux/drivers/firmware/ |
D | memmap.c |
|
/openbmc/qemu/block/ |
H A D | qed-l2-cache.c | 34 * Multiple I/O requests may be using an L2 table cache entry at any given 35 * time. That means an entry may be in use across several requests and 36 * reference counting is needed to free the entry at the correct time. In 37 * particular, an entry evicted from the cache will only be freed once all 40 * An in-flight I/O request will hold a reference to a L2 table cache entry for 50 * table will be deleted in favor of the existing cache entry. 75 CachedL2Table *entry, *next_entry; in qed_free_l2_cache() local 77 QTAILQ_FOREACH_SAFE(entry, &l2_cache->entries, node, next_entry) { in qed_free_l2_cache() 78 qemu_vfree(entry->table); in qed_free_l2_cache() 79 g_free(entry); in qed_free_l2_cache() [all …]
|
/openbmc/linux/drivers/acpi/ |
D | nvs.c |
|
/openbmc/linux/include/linux/ |
D | bpf_mprog.h |
|
/openbmc/linux/arch/sparc/lib/ |
D | Memcpy_utils.S |
|
/openbmc/qemu/hw/xen/ |
H A D | xen-mapcache.c | 62 MapCacheEntry *entry; member 131 mc->entry = g_malloc0(size); in xen_map_cache_init_single() 191 MapCacheEntry *entry, in xen_remap_bucket() argument 216 if (entry->vaddr_base != NULL) { in xen_remap_bucket() 217 if (!(entry->flags & XEN_MAPCACHE_ENTRY_DUMMY)) { in xen_remap_bucket() 218 ram_block_notify_remove(entry->vaddr_base, entry->size, in xen_remap_bucket() 219 entry->size); in xen_remap_bucket() 223 * If an entry is being replaced by another mapping and we're using in xen_remap_bucket() 232 assert(!vaddr || (entry->vaddr_base == vaddr && entry->size == size)); in xen_remap_bucket() 234 if (!vaddr && munmap(entry->vaddr_base, entry->size) != 0) { in xen_remap_bucket() [all …]
|
/openbmc/linux/fs/squashfs/ |
D | cache.c |
|
/openbmc/linux/tools/perf/util/ |
D | block-range.c |
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
D | sja1105_static_config.c |
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | vega10_smumgr.c |
|
D | vega12_smumgr.c |
|
/openbmc/linux/drivers/firmware/broadcom/ |
D | bcm47xx_sprom.c |
|
/openbmc/linux/drivers/infiniband/core/ |
D | ib_core_uverbs.c |
|
/openbmc/qemu/util/ |
H A D | envlist.c | 37 struct envlist_entry *entry; in envlist_free() local 42 entry = envlist->el_entries.lh_first; in envlist_free() 43 QLIST_REMOVE(entry, ev_link); in envlist_free() 45 g_free((char *)entry->ev_var); in envlist_free() 46 g_free(entry); in envlist_free() 60 struct envlist_entry *entry = NULL; in envlist_setenv() local 75 * new entry. in envlist_setenv() 77 for (entry = envlist->el_entries.lh_first; entry != NULL; in envlist_setenv() 78 entry = entry->ev_link.le_next) { in envlist_setenv() 79 if (strncmp(entry->ev_var, env, envname_len) == 0) in envlist_setenv() [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_table.hpp | 149 /** @brief Get the string handle for the entry 150 * @param[in] entry - Pointer to a bios string table entry 153 uint16_t decodeHandle(const pldm_bios_string_table_entry* entry); 155 /** @brief Get the string from the entry 156 * @param[in] entry - Pointer to a bios string table entry 159 std::string decodeString(const pldm_bios_string_table_entry* entry); 161 /** @brief construct entry of string table at the end of the given 165 * @return pointer to the constructed entry 185 /** @brief Decode header of attribute table entry 186 * @param[in] entry - Pointer to an attribute table entry [all …]
|
/openbmc/linux/net/netlabel/ |
D | netlabel_domainhash.c |
|
/openbmc/qemu/tests/multiboot/ |
H A D | mmap.out | 10 0x0 - 0x9fc00: type 1 [entry size: 20] 11 0x9fc00 - 0xa0000: type 2 [entry size: 20] 12 0xf0000 - 0x100000: type 2 [entry size: 20] 13 0x100000 - 0x7fe0000: type 1 [entry size: 20] 14 0x7fe0000 - 0x8000000: type 2 [entry size: 20] 15 0xfffc0000 - 0x100000000: type 2 [entry size: 20] 28 0x0 - 0x9fc00: type 1 [entry size: 20] 29 0x9fc00 - 0xa0000: type 2 [entry size: 20] 30 0xf0000 - 0x100000: type 2 [entry size: 20] 31 0x100000 - 0x11a000: type 1 [entry size: 20] [all …]
|