Home
last modified time | relevance | path

Searched refs:pentry (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c333 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 Dmtdparts.c1086 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 Dsdram.c86 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 Dsfi.h50 u64 pentry[1]; member
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc319 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 Dfdt_support.c788 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()