Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/qemu/tests/tcg/cris/libc/
H A Dcheck_mapbrk.c22 free (p1); in main()
23 free (p2); in main()
24 free (p3); in main()
25 free (p4); in main()
26 free (p5); in main()
27 free (p6); in main()
35 free (p1); in main()
/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c160 QTAILQ_FOREACH(node, s->free, MLIST_ENTNAME) { in mlist_check()
181 node = mlist_find_space(s->free, size); in mlist_alloc()
207 mlist_sort_insert(s->free, node); in mlist_free()
208 mlist_coalesce(s->free, node); in mlist_free()
250 g_free(allocator->free); in alloc_destroy()
297 s->free = g_new(MemList, 1); in alloc_init()
299 QTAILQ_INIT(s->free); in alloc_init()
332 tmpfree = dst->free; in migrate_allocator()
336 dst->free = src->free; in migrate_allocator()
340 src->free = tmpfree; in migrate_allocator()
[all …]
/qemu/bsd-user/
H A Delfload.c347 free(elf_phdata); in load_elf_interp()
428 free(s); in load_symbols()
433 free(s); in load_symbols()
434 free(syms); in load_symbols()
440 free(s); in load_symbols()
441 free(syms); in load_symbols()
476 free(s); in load_symbols()
477 free(syms); in load_symbols()
487 free(s); in load_symbols()
488 free(syms); in load_symbols()
[all …]
/qemu/tests/tcg/multiarch/
H A Dfloat_madds.c48 free(a_fmt); in print_inputs()
49 free(b_fmt); in print_inputs()
50 free(c_fmt); in print_inputs()
62 free(r_fmt); in print_result()
63 free(flag_fmt); in print_result()
H A Dfloat_convd.c42 free(in_fmt); in print_input()
57 free(out_fmt); in convert_double_to_single()
58 free(flag_fmt); in convert_double_to_single()
74 free(flag_fmt); \
H A Dfloat_convs.c42 free(in_fmt); in print_input()
57 free(out_fmt); in convert_single_to_double()
58 free(flag_fmt); in convert_single_to_double()
74 free(flag_fmt); \
/qemu/tests/tcg/xtensa/
H A Dtest_windowed.S314 .macro entry_overflow_test window, free, next_window
321 movi a2, \free
323 reset_window %(1 | ((1 | (1 << ((\next_window) / 4))) << ((\free) / 4)))
343 movi a3, (\free) / 4
352 .irp free, 4, 8, 12
353 .if \free <= \window
354 entry_overflow_test \window, \free, \next_window
/qemu/scripts/coccinelle/
H A Derror-use-after-free.cocci1 // Find and fix trivial use-after-free of Error objects
5 // This program is free software; you can redistribute it and/or
20 // spatch --sp-file scripts/coccinelle/error-use-after-free.cocci \
/qemu/
H A Dcpu-common.c130 bool free, exclusive, done; member
156 wi.free = false; in do_run_on_cpu()
175 wi->free = true; in async_run_on_cpu()
328 wi->free = true; in async_safe_run_on_cpu()
363 if (wi->free) { in process_queued_cpu_work()
H A DCOPYING13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
44 that everyone understands that there is no warranty for this free
50 Finally, any free program is threatened constantly by software
51 patents. We wish to avoid the danger that redistributors of a free
218 integrity of the free software distribution system, which is
255 of preserving the free status of all derivatives of our free software and
[all …]
/qemu/hw/audio/
H A Dpcspk.c84 static void pcspk_callback(void *opaque, int free) in pcspk_callback() argument
107 while (free > 0) { in pcspk_callback()
108 n = MIN(s->samples - s->play_pos, (unsigned int)free); in pcspk_callback()
113 free -= n; in pcspk_callback()
H A Dfmopl.c614 free(TL_TABLE); in OPLOpenTable()
619 free(TL_TABLE); in OPLOpenTable()
620 free(SIN_TABLE); in OPLOpenTable()
625 free(TL_TABLE); in OPLOpenTable()
626 free(SIN_TABLE); in OPLOpenTable()
627 free(AMS_TABLE); in OPLOpenTable()
699 free(TL_TABLE); in OPLCloseTable()
700 free(SIN_TABLE); in OPLCloseTable()
701 free(AMS_TABLE); in OPLCloseTable()
702 free(VIB_TABLE); in OPLCloseTable()
[all …]
H A Dsb16.c121 static void SB_audio_callback (void *opaque, int free);
1217 int till, copy, written, free; in SB_read_DMA() local
1231 free = s->audio_free & ~s->align; in SB_read_DMA()
1232 if ((free <= 0) || !dma_len) { in SB_read_DMA()
1237 free = dma_len; in SB_read_DMA()
1240 copy = free; in SB_read_DMA()
1245 dma_pos, free, till, dma_len); in SB_read_DMA()
1269 dma_pos, free, dma_len, s->left_till_irq, copy, written, in SB_read_DMA()
1280 static void SB_audio_callback (void *opaque, int free) in SB_audio_callback() argument
1283 s->audio_free = free; in SB_audio_callback()
/qemu/docs/specs/
H A Dstandard-vga.rst16 legacy-free pci variant
41 The legacy-free variant has no ROM and has ``PCI_CLASS_DISPLAY_OTHER``
48 Doesn't apply to the legacy-free pci variant, use the MMIO bar instead.
/qemu/hw/xen/
H A Dxen_devconfig.c16 free(dom); in xen_config_dev_dirs()
20 free(dom); in xen_config_dev_dirs()
H A Dxen_pvdev.c94 free(str); in xenstore_read_str()
260 if (xendev->ops->free) { in xen_pv_del_xendev()
261 xendev->ops->free(xendev); in xen_pv_del_xendev()
/qemu/subprojects/libvduse/
H A Dlibvduse.c1076 free(data); in vduse_dev_update_config()
1166 free(dev_path); in vduse_dev_init()
1187 free(dev_name); in vduse_dev_init()
1225 free(dev); in vduse_dev_create_by_fd()
1232 free(dev); in vduse_dev_create_by_fd()
1266 free(dev); in vduse_dev_create_by_name()
1328 free(dev_config); in vduse_dev_create()
1349 free(dev); in vduse_dev_create()
1365 free(dev->vqs); in vduse_dev_destroy()
1377 free(dev->name); in vduse_dev_destroy()
[all …]
/qemu/linux-headers/LICENSES/preferred/
H A DGPL-2.032 License is intended to guarantee your freedom to share and change free
33 software--to make sure the software is free for all its users. This
40 When we speak of free software, we are referring to freedom, not
42 have the freedom to distribute copies of free software (and charge for
45 in new free programs; and that you know you can do these things.
63 that everyone understands that there is no warranty for this free
69 Finally, any free program is threatened constantly by software
70 patents. We wish to avoid the danger that redistributors of a free
237 integrity of the free software distribution system, which is
274 of preserving the free status of all derivatives of our free software and
[all …]
/qemu/semihosting/
H A Duaccess.c20 free(p); in uaccess_lock_user()
90 free(p); in uaccess_unlock_user()
/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py542 free = set(range(1, append_id)) - used
543 if len(free) >= number:
544 return set(random.sample(free, number))
546 return free | set(range(append_id, append_id + number - len(free)))
578 free = list(set(range(1, append_id)) - used)
579 idx = get_cluster_id(free, size)
/qemu/hw/usb/
H A Dbus.c91 QTAILQ_INIT(&bus->free); in usb_bus_new()
334 QTAILQ_INSERT_TAIL(&bus->free, port, next); in usb_register_port()
389 QTAILQ_REMOVE(&bus->free, port, next); in usb_unregister_port()
402 QTAILQ_FOREACH(port, &bus->free, next) { in usb_claim_port()
425 port = QTAILQ_FIRST(&bus->free); in usb_claim_port()
429 QTAILQ_REMOVE(&bus->free, port, next); in usb_claim_port()
453 QTAILQ_INSERT_TAIL(&bus->free, port, next); in usb_release_port()
/qemu/hw/mem/
H A Dmemory-device.c119 unsigned int free = vhost_get_free_memslots(); in memory_device_memslot_decision_limit() local
125 free = MIN(free, kvm_get_free_memslots()); in memory_device_memslot_decision_limit()
153 memslots = MIN(memslots, free - reserved); in memory_device_memslot_decision_limit()
154 if (memslots < 1 || unlikely(free < reserved)) { in memory_device_memslot_decision_limit()
/qemu/docs/system/s390x/
H A Dcss.rst27 next free device number in subchannel set 0, skipping to the next subchannel
28 set if no more device numbers are free.
30 QEMU places a device at the first free subchannel in the specified subchannel
/qemu/hw/display/
H A Dvirtio-gpu-gl.c42 free(data); in virtio_gpu_gl_update_cursor_data()
48 free(data); in virtio_gpu_gl_update_cursor_data()
/qemu/net/
H A Dtrace-events5 qemu_announce_timer_del(bool free_named, bool free_timer, char *id) "free named: %d free timer: %d …

12345678910>>...13