Searched refs:pentry (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/hw/xen/ |
| H A D | xen-mapcache.c | 333 MapCacheEntry *entry, *pentry = NULL, in xen_map_cache_unlocked() local 390 free_pentry = pentry; in xen_map_cache_unlocked() 392 pentry = entry; in xen_map_cache_unlocked() 397 pentry = free_pentry; in xen_map_cache_unlocked() 401 pentry->next = entry; in xen_map_cache_unlocked() 546 MapCacheEntry *entry = NULL, *pentry = NULL; in xen_invalidate_map_cache_entry_unlocked() local 581 pentry = entry; in xen_invalidate_map_cache_entry_unlocked() 607 if (pentry) { in xen_invalidate_map_cache_entry_unlocked() 608 pentry->next = entry->next; in xen_invalidate_map_cache_entry_unlocked()
|
| /openbmc/u-boot/cmd/ |
| H A D | mtdparts.c | 1086 struct list_head *pentry, *dentry; in generate_mtdparts() local 1117 list_for_each(pentry, &dev->parts) { in generate_mtdparts() 1118 part = list_entry(pentry, struct part_info, link); in generate_mtdparts() 1249 struct list_head *dentry, *pentry; local 1269 list_for_each(pentry, &dev->parts) { 1273 part = list_entry(pentry, struct part_info, link); 1286 list_for_each(pentry, &dev->parts) { 1287 part = list_entry(pentry, struct part_info, link); 1350 struct list_head *dentry, *pentry; local 1359 list_for_each(pentry, &(*dev)->parts) { [all …]
|
| /openbmc/u-boot/arch/x86/cpu/tangier/ |
| H A D | sdram.c | 86 sbh = (struct sfi_table_header *)(unsigned long)sb->pentry[i]; in sfi_search_mmap() 97 for (i = 0, mentry = (struct sfi_mem_entry *)sb->pentry; \
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | sfi.h | 50 u64 pentry[1]; member
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 319 int must_swab, uint64_t *pentry, 390 if (pentry) { 391 *pentry = ehdr.e_entry; 525 if (pentry && !translate_fn && 530 *pentry = ehdr.e_entry - ph->p_vaddr + ph->p_paddr;
|
| /openbmc/u-boot/common/ |
| H A D | fdt_support.c | 788 struct list_head *pentry; in fdt_node_set_part_info() local 808 list_for_each_prev(pentry, &dev->parts) { in fdt_node_set_part_info() 811 part = list_entry(pentry, struct part_info, link); in fdt_node_set_part_info()
|