Searched refs:pentry (Results 1 – 6 of 6) sorted by relevance
/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()
|
/qemu/hw/s390x/ |
H A D | ipl.c | 135 uint64_t pentry; in s390_ipl_realize() local 188 &pentry, NULL, in s390_ipl_realize() 199 pentry = KERN_IMAGE_START; in s390_ipl_realize() 204 pentry = be32_to_cpu(*ipl_psw) & PSW_MASK_SHORT_ADDR; in s390_ipl_realize() 217 if (pentry == KERN_IMAGE_START || pentry == 0x800) { in s390_ipl_realize() 237 ipl->start_addr = pentry; in s390_ipl_realize()
|
/qemu/include/hw/ |
H A D | loader.h | 152 void *translate_opaque, uint64_t *pentry, 164 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr, 176 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr,
|
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;
|
/qemu/hw/core/ |
H A D | loader.c | 412 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr, in load_elf() argument 417 pentry, lowaddr, highaddr, pflags, elf_data_order, in load_elf() 425 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr, in load_elf_as() argument 432 pentry, lowaddr, highaddr, pflags, elf_data_order, in load_elf_as() 441 void *translate_opaque, uint64_t *pentry, in load_elf_ram_sym() argument 478 pentry, lowaddr, highaddr, pflags, elf_machine, in load_elf_ram_sym() 483 pentry, lowaddr, highaddr, pflags, elf_machine, in load_elf_ram_sym()
|
/qemu/hw/arm/ |
H A D | boot.c | 792 static ssize_t arm_load_elf(struct arm_boot_info *info, uint64_t *pentry, in arm_load_elf() argument 843 pentry, lowaddr, highaddr, NULL, elf_data_order, in arm_load_elf()
|