Home
last modified time | relevance | path

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

/qemu/hw/xen/
A Dxen-mapcache.c329 MapCacheEntry *entry, *pentry = NULL, in xen_map_cache_unlocked() local
386 free_pentry = pentry; in xen_map_cache_unlocked()
388 pentry = entry; in xen_map_cache_unlocked()
393 pentry = free_pentry; in xen_map_cache_unlocked()
397 pentry->next = entry; in xen_map_cache_unlocked()
535 MapCacheEntry *entry = NULL, *pentry = NULL; in xen_invalidate_map_cache_entry_unlocked() local
570 pentry = entry; in xen_invalidate_map_cache_entry_unlocked()
596 if (pentry) { in xen_invalidate_map_cache_entry_unlocked()
597 pentry->next = entry->next; in xen_invalidate_map_cache_entry_unlocked()
/qemu/include/hw/
A Dloader.h152 void *translate_opaque, uint64_t *pentry,
165 void *translate_opaque, uint64_t *pentry,
176 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr,
188 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr,
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;
/qemu/hw/s390x/
A Dipl.c144 uint64_t pentry; in s390_ipl_realize() local
197 &pentry, NULL, in s390_ipl_realize()
208 pentry = KERN_IMAGE_START; in s390_ipl_realize()
213 pentry = be32_to_cpu(*ipl_psw) & PSW_MASK_SHORT_ADDR; in s390_ipl_realize()
226 if (pentry == KERN_IMAGE_START || pentry == 0x800) { in s390_ipl_realize()
246 ipl->start_addr = pentry; in s390_ipl_realize()
/qemu/hw/core/
A Dloader.c411 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr, in load_elf() argument
416 pentry, lowaddr, highaddr, pflags, big_endian, in load_elf()
424 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr, in load_elf_as() argument
430 pentry, lowaddr, highaddr, pflags, big_endian, in load_elf_as()
438 void *translate_opaque, uint64_t *pentry, in load_elf_ram() argument
445 pentry, lowaddr, highaddr, pflags, big_endian, in load_elf_ram()
454 void *translate_opaque, uint64_t *pentry, in load_elf_ram_sym() argument
499 pentry, lowaddr, highaddr, pflags, elf_machine, in load_elf_ram_sym()
504 pentry, lowaddr, highaddr, pflags, elf_machine, in load_elf_ram_sym()
/qemu/hw/arm/
A Dboot.c791 static ssize_t arm_load_elf(struct arm_boot_info *info, uint64_t *pentry, in arm_load_elf() argument
842 pentry, lowaddr, highaddr, NULL, big_endian, elf_machine, in arm_load_elf()

Completed in 30 milliseconds