/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 265 int load_tag1(uint64_t ptr, uint8_t *mem) in load_tag1() 274 uint8_t *mem; in HELPER() local 299 void store_tag1(uint64_t ptr, uint8_t *mem, int tag) in store_tag1() 306 static void store_tag1_parallel(uint64_t ptr, uint8_t *mem, int tag) in store_tag1_parallel() 327 uint8_t *mem; in do_stg() local 540 uint8_t *mem; in HELPER() local 681 static int checkN(uint8_t *mem, int odd, int cmp, int count) in checkN() 730 static int checkNrev(uint8_t *mem, int odd, int cmp, int count) in checkNrev() 926 void *mem; in HELPER() local 1028 void *mem; in mte_mops_probe() local [all …]
|
/qemu/hw/vmapple/ |
H A D | vmapple.c | 134 static void create_bdif(VMAppleMachineState *vms, MemoryRegion *mem) in create_bdif() 167 static void create_pvpanic(VMAppleMachineState *vms, MemoryRegion *mem) in create_pvpanic() 178 static bool create_cfg(VMAppleMachineState *vms, MemoryRegion *mem, in create_cfg() 205 static void create_gfx(VMAppleMachineState *vms, MemoryRegion *mem) in create_gfx() 219 static void create_aes(VMAppleMachineState *vms, MemoryRegion *mem) in create_aes() 236 static void create_gic(VMAppleMachineState *vms, MemoryRegion *mem) in create_gic() 288 MemoryRegion *mem, Chardev *chr) in create_uart() 318 MemoryRegion *mem) in create_gpio_devices()
|
/qemu/target/rx/ |
H A D | translate.c | 164 static inline void rx_gen_ld(unsigned int size, TCGv reg, TCGv mem) in rx_gen_ld() 170 static inline void rx_gen_ldu(unsigned int size, TCGv reg, TCGv mem) in rx_gen_ldu() 176 static inline void rx_gen_st(unsigned int size, TCGv reg, TCGv mem) in rx_gen_st() 182 static inline void rx_gen_regindex(DisasContext *ctx, TCGv mem, in rx_gen_regindex() 190 static inline TCGv rx_index_addr(DisasContext *ctx, TCGv mem, in rx_index_addr() 221 static inline TCGv rx_load_source(DisasContext *ctx, TCGv mem, in rx_load_source() 432 TCGv mem; in trans_MOV_rm() local 442 TCGv mem; in trans_MOV_mr() local 462 TCGv imm, mem; in trans_MOV_im() local 473 TCGv mem; in trans_MOV_ar() local [all …]
|
/qemu/include/hw/vfio/ |
H A D | vfio-region.h | 15 MemoryRegion mem; member 26 MemoryRegion *mem; /* slow, read/write access */ member
|
/qemu/tests/tcg/hexagon/ |
H A D | invalid-slots.c | 18 char mem[8] __attribute__((aligned(8))); variable
|
/qemu/tests/tcg/s390x/ |
H A D | clc.c | 29 unsigned long mem = 42, rhs = 500; in main() local
|
H A D | cdsg.c | 21 aligned_quadword *mem) in cdsg()
|
/qemu/tests/tcg/x86_64/ |
H A D | cmpxchg.c | 3 static int mem; variable
|
/qemu/hw/pci-host/ |
H A D | pam.c | 33 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram_memory, in init_pam()
|
H A D | ppce500.c | 80 MemoryRegion mem; member 88 MemoryRegion mem; member 203 MemoryRegion *mem = &pci->pib[idx].mem; in e500_update_piw() local 235 MemoryRegion *mem = &pci->pob[idx].mem; in e500_update_pow() local
|
H A D | ppc440_pcix.c | 104 MemoryRegion *mem) in ppc440_pcix_clear_region() 115 MemoryRegion *mem = &s->pim[idx].mr; in ppc440_pcix_update_pim() local 140 MemoryRegion *mem = &s->pom[idx].mr; in ppc440_pcix_update_pom() local
|
/qemu/hw/usb/ |
H A D | libhw.c | 30 void *mem; in usb_packet_map() local
|
/qemu/include/hw/nvram/ |
H A D | mac_nvram.h | 45 MemoryRegion mem; member
|
/qemu/include/ |
H A D | glib-compat.h | 96 static inline gpointer g_memdup2_qemu(gconstpointer mem, gsize byte_size) in g_memdup2_qemu()
|
/qemu/tests/migration-stress/guestperf/ |
H A D | hardware.py | 22 def __init__(self, cpus=1, mem=1, argument
|
/qemu/hw/s390x/ |
H A D | s390-hypercall.c | 20 static int handle_virtio_notify(uint64_t mem) in handle_virtio_notify()
|
/qemu/include/hw/intc/ |
H A D | heathrow_pic.h | 45 MemoryRegion mem; member
|
/qemu/include/hw/pci-host/ |
H A D | uninorth.h | 62 MemoryRegion mem; member
|
/qemu/include/hw/ppc/ |
H A D | pnv_homer.h | 44 MemoryRegion mem; member
|
/qemu/hw/display/ |
H A D | framebuffer.c | 76 MemoryRegion *mem; in framebuffer_update_display() local
|
/qemu/include/hw/ide/ |
H A D | ahci.h | 42 MemoryRegion mem; member
|
/qemu/hw/vfio/ |
H A D | pci-quirks.h | 66 MemoryRegion *mem; member
|
/qemu/include/hw/ |
H A D | register.h | 106 MemoryRegion mem; member
|
/qemu/hw/net/ |
H A D | ne2000.h | 34 uint8_t mem[NE2000_MEM_SIZE]; member
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | 302 KVMSlot *mem = &kml->slots[i]; in kvm_lookup_matching_slot() local 344 KVMSlot *mem = &kml->slots[i]; in kvm_physical_memory_addr_from_host() local 360 struct kvm_userspace_memory_region2 mem; in kvm_set_user_memory_region() local 634 static int kvm_slot_update_flags(KVMMemoryListener *kml, KVMSlot *mem, in kvm_slot_update_flags() 652 KVMSlot *mem; in kvm_section_update_flags() local 731 static void kvm_slot_init_dirty_bitmap(KVMSlot *mem) in kvm_slot_init_dirty_bitmap() 789 KVMSlot *mem; in kvm_dirty_ring_mark_page() local 997 KVMSlot *mem; in kvm_physical_sync_dirty_bitmap() local 1022 static int kvm_log_clear_one_slot(KVMSlot *mem, int as_id, uint64_t start, in kvm_log_clear_one_slot() 1145 KVMSlot *mem; in kvm_physical_log_clear() local [all …]
|