Home
last modified time | relevance | path

Searched refs:ldl_be_phys (Results 1 – 25 of 78) sorted by relevance

1234

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ppc/
H A Dpegasos2.c354 uint32_t token = ldl_be_phys(as, args_real); in pegasos2_rtas()
355 uint32_t nargs = ldl_be_phys(as, args_real + 4); in pegasos2_rtas()
356 uint32_t nrets = ldl_be_phys(as, args_real + 8); in pegasos2_rtas()
373 addr = ldl_be_phys(as, args); in pegasos2_rtas()
374 len = ldl_be_phys(as, args + 4); in pegasos2_rtas()
389 addr = ldl_be_phys(as, args); in pegasos2_rtas()
390 len = ldl_be_phys(as, args + 4); in pegasos2_rtas()
391 val = ldl_be_phys(as, args + 8); in pegasos2_rtas()
402 qemu_log_mask(LOG_UNIMP, "%c", ldl_be_phys(as, args)); in pegasos2_rtas()
H A Dspapr_hcall.c375 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4);
413 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4);
595 target_dispatch = ldl_be_phys(cs->as,
1047 pvr_mask = ldl_be_phys(&address_space_memory, *addr);
1048 pvr = ldl_be_phys(&address_space_memory, *addr + 4);
/dports/emulators/qemu/qemu-6.2.0/hw/ppc/
H A Dpegasos2.c360 uint32_t token = ldl_be_phys(as, args_real); in pegasos2_rtas()
361 uint32_t nargs = ldl_be_phys(as, args_real + 4); in pegasos2_rtas()
362 uint32_t nrets = ldl_be_phys(as, args_real + 8); in pegasos2_rtas()
402 addr = ldl_be_phys(as, args); in pegasos2_rtas()
403 len = ldl_be_phys(as, args + 4); in pegasos2_rtas()
418 addr = ldl_be_phys(as, args); in pegasos2_rtas()
419 len = ldl_be_phys(as, args + 4); in pegasos2_rtas()
420 val = ldl_be_phys(as, args + 8); in pegasos2_rtas()
431 qemu_log_mask(LOG_UNIMP, "%c", ldl_be_phys(as, args)); in pegasos2_rtas()
H A Dspapr_hcall.c376 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_slb_shadow()
414 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_dtl()
596 target_dispatch = ldl_be_phys(cs->as, in h_confer()
1048 pvr_mask = ldl_be_phys(&address_space_memory, *addr); in cas_check_pvr()
1049 pvr = ldl_be_phys(&address_space_memory, *addr + 4); in cas_check_pvr()
/dports/emulators/qemu42/qemu-4.2.1/include/exec/
H A Dmemory_ldst_phys.inc.h65 static inline uint32_t glue(ldl_be_phys, SUFFIX)(ARG1_DECL, hwaddr addr) in glue() argument
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/exec/
H A Dcpu-common.h85 uint32_t ldl_be_phys(AddressSpace *as, hwaddr addr);
/dports/emulators/qemu-utils/qemu-4.2.1/include/exec/
H A Dmemory_ldst_phys.inc.h65 static inline uint32_t glue(ldl_be_phys, SUFFIX)(ARG1_DECL, hwaddr addr) in glue() argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/exec/
H A Dmemory_ldst_phys.inc.h65 static inline uint32_t glue(ldl_be_phys, SUFFIX)(ARG1_DECL, hwaddr addr) in glue() argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/exec/
H A Dmemory_ldst_phys.inc.h65 static inline uint32_t glue(ldl_be_phys, SUFFIX)(ARG1_DECL, hwaddr addr) in glue() argument
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/exec/
H A Dmemory_ldst_phys.inc.h65 static inline uint32_t glue(ldl_be_phys, SUFFIX)(ARG1_DECL, hwaddr addr) in glue() argument
/dports/emulators/unicorn/unicorn-1.0.2/qemu/include/exec/
H A Dcpu-common.h85 uint32_t ldl_be_phys(AddressSpace *as, hwaddr addr);
/dports/emulators/qemu42/qemu-4.2.1/include/hw/virtio/
H A Dvirtio-access.h57 return ldl_be_phys(dma_as, pa); in virtio_ldl_phys()
/dports/emulators/qemu/qemu-6.2.0/include/hw/virtio/
H A Dvirtio-access.h57 return ldl_be_phys(dma_as, pa); in virtio_ldl_phys()
/dports/emulators/qemu60/qemu-6.0.0/include/hw/virtio/
H A Dvirtio-access.h57 return ldl_be_phys(dma_as, pa); in virtio_ldl_phys()
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/virtio/
H A Dvirtio-access.h57 return ldl_be_phys(dma_as, pa); in virtio_ldl_phys()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/virtio/
H A Dvirtio-access.h56 return ldl_be_phys(dma_as, pa); in virtio_ldl_phys()
/dports/emulators/qemu5/qemu-5.2.0/include/hw/virtio/
H A Dvirtio-access.h57 return ldl_be_phys(dma_as, pa); in virtio_ldl_phys()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/virtio/
H A Dvirtio-access.h57 return ldl_be_phys(dma_as, pa); in virtio_ldl_phys()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/virtio/
H A Dvirtio-access.h57 return ldl_be_phys(dma_as, pa); in virtio_ldl_phys()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/virtio/
H A Dvirtio-access.h57 return ldl_be_phys(dma_as, pa); in virtio_ldl_phys()
/dports/emulators/qemu42/qemu-4.2.1/hw/ppc/
H A Dspapr_hcall.c942 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_slb_shadow()
980 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_dtl()
1162 target_dispatch = ldl_be_phys(cs->as, in h_confer()
1608 pvr_mask = ldl_be_phys(&address_space_memory, *addr); in cas_check_pvr()
1609 pvr = ldl_be_phys(&address_space_memory, *addr + 4); in cas_check_pvr()
/dports/emulators/qemu60/qemu-6.0.0/hw/ppc/
H A Dspapr_hcall.c944 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_slb_shadow()
982 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_dtl()
1164 target_dispatch = ldl_be_phys(cs->as, in h_confer()
1610 pvr_mask = ldl_be_phys(&address_space_memory, *addr); in cas_check_pvr()
1611 pvr = ldl_be_phys(&address_space_memory, *addr + 4); in cas_check_pvr()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ppc/
H A Dspapr_hcall.c942 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_slb_shadow()
980 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_dtl()
1162 target_dispatch = ldl_be_phys(cs->as, in h_confer()
1608 pvr_mask = ldl_be_phys(&address_space_memory, *addr); in cas_check_pvr()
1609 pvr = ldl_be_phys(&address_space_memory, *addr + 4); in cas_check_pvr()
/dports/emulators/qemu5/qemu-5.2.0/hw/ppc/
H A Dspapr_hcall.c944 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_slb_shadow()
982 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_dtl()
1164 target_dispatch = ldl_be_phys(cs->as, in h_confer()
1609 pvr_mask = ldl_be_phys(&address_space_memory, *addr); in cas_check_pvr()
1610 pvr = ldl_be_phys(&address_space_memory, *addr + 4); in cas_check_pvr()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ppc/
H A Dspapr_hcall.c944 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_slb_shadow()
982 size = ldl_be_phys(CPU(cpu)->as, addr + 0x4); in register_dtl()
1164 target_dispatch = ldl_be_phys(cs->as, in h_confer()
1610 pvr_mask = ldl_be_phys(&address_space_memory, *addr); in cas_check_pvr()
1611 pvr = ldl_be_phys(&address_space_memory, *addr + 4); in cas_check_pvr()

1234