Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 25 of 82) sorted by relevance

1234

/qemu/target/arm/tcg/
H A Dmte_helper.c265 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 Dvmapple.c134 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 Dtranslate.c164 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 Dvfio-region.h15 MemoryRegion mem; member
26 MemoryRegion *mem; /* slow, read/write access */ member
/qemu/tests/tcg/hexagon/
H A Dinvalid-slots.c18 char mem[8] __attribute__((aligned(8))); variable
/qemu/tests/tcg/s390x/
H A Dclc.c29 unsigned long mem = 42, rhs = 500; in main() local
H A Dcdsg.c21 aligned_quadword *mem) in cdsg()
/qemu/tests/tcg/x86_64/
H A Dcmpxchg.c3 static int mem; variable
/qemu/hw/pci-host/
H A Dpam.c33 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram_memory, in init_pam()
H A Dppce500.c80 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 Dppc440_pcix.c104 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 Dlibhw.c30 void *mem; in usb_packet_map() local
/qemu/include/hw/nvram/
H A Dmac_nvram.h45 MemoryRegion mem; member
/qemu/include/
H A Dglib-compat.h96 static inline gpointer g_memdup2_qemu(gconstpointer mem, gsize byte_size) in g_memdup2_qemu()
/qemu/tests/migration-stress/guestperf/
H A Dhardware.py22 def __init__(self, cpus=1, mem=1, argument
/qemu/hw/s390x/
H A Ds390-hypercall.c20 static int handle_virtio_notify(uint64_t mem) in handle_virtio_notify()
/qemu/include/hw/intc/
H A Dheathrow_pic.h45 MemoryRegion mem; member
/qemu/include/hw/pci-host/
H A Duninorth.h62 MemoryRegion mem; member
/qemu/include/hw/ppc/
H A Dpnv_homer.h44 MemoryRegion mem; member
/qemu/hw/display/
H A Dframebuffer.c76 MemoryRegion *mem; in framebuffer_update_display() local
/qemu/include/hw/ide/
H A Dahci.h42 MemoryRegion mem; member
/qemu/hw/vfio/
H A Dpci-quirks.h66 MemoryRegion *mem; member
/qemu/include/hw/
H A Dregister.h106 MemoryRegion mem; member
/qemu/hw/net/
H A Dne2000.h34 uint8_t mem[NE2000_MEM_SIZE]; member
/qemu/accel/kvm/
H A Dkvm-all.c302 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 …]

1234