HomeSort by relevance Sort by last modified time
    Searched refs:qemu_mallocz (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/qemu/hw/
scsi-disk.c 937 s = (SCSIDeviceState *)qemu_mallocz(sizeof(SCSIDeviceState));
959 d = (SCSIDevice *)qemu_mallocz(sizeof(SCSIDevice));
bt-hid.c 536 struct bt_hid_device_s *s = qemu_mallocz(sizeof(*s));
goldfish_audio.c 557 s = (struct goldfish_audio_state *)qemu_mallocz(sizeof(*s));
goldfish_fb.c 651 s = (struct goldfish_fb_state *)qemu_mallocz(sizeof(*s));
usb-ohci.c     [all...]
apic.c 942 s = qemu_mallocz(sizeof(APICState));
goldfish_nand.c 659 s = (nand_dev_controller_state *)qemu_mallocz(sizeof(nand_dev_controller_state));
goldfish_pipe.c     [all...]
ne2000.c 744 s = qemu_mallocz(sizeof(NE2000State));
bt-hci.c 724 struct bt_hci_link_s *link = qemu_mallocz(sizeof(struct bt_hci_link_s));
    [all...]
  /external/qemu/
qemu-timer.c 433 clock = qemu_mallocz(sizeof(QEMUClock));
533 ts = qemu_mallocz(sizeof(QEMUTimer));
    [all...]
vl.c 506 vlan = qemu_mallocz(sizeof(struct bt_vlan_s));
    [all...]
tap-win32.c 673 s = qemu_mallocz(sizeof(TAPState));
vl-android.c 702 vlan = qemu_mallocz(sizeof(struct bt_vlan_s));
    [all...]
exec.c 326 p = qemu_mallocz(sizeof(PageDesc) * L2_SIZE);
878 p->code_bitmap = qemu_mallocz(TARGET_PAGE_SIZE / 8);
    [all...]
kqemu.c 220 qemu_mallocz(kqemu_phys_ram_size >> TARGET_PAGE_BITS);
kvm-all.c 419 s = qemu_mallocz(sizeof(KVMState));
  /external/qemu/target-i386/
kvm.c 51 cpuid = (struct kvm_cpuid2 *)qemu_mallocz(size);
226 kvm_msr_list = qemu_mallocz(sizeof(msr_list) +
helper.c     [all...]
  /external/qemu/block/
qcow.c 684 acb->cluster_data = qemu_mallocz(s->cluster_size);
qcow2-cluster.c 53 new_l1_table = qemu_mallocz(align_offset(new_l1_size2, 512));
  /external/qemu/proxy/
proxy_http_rewriter.c     [all...]
  /external/qemu/audio/
audio.c 289 return qemu_mallocz (len);
    [all...]
  /external/qemu/target-arm/
helper.c 384 env = qemu_mallocz(sizeof(CPUARMState));
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]

Completed in 3181 milliseconds

1 2 34