Home
last modified time | relevance | path

Searched refs:QEMU_VMALLOC_ALIGN (Results 1 – 25 of 47) sorted by relevance

12

/dports/emulators/unicorn/unicorn-1.0.2/qemu/util/
H A Doslib-posix.c33 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
36 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
38 # define QEMU_VMALLOC_ALIGN getpagesize() macro
105 size_t align = QEMU_VMALLOC_ALIGN; in qemu_anon_ram_alloc()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/util/
H A Doslib-posix.c33 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
36 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
38 # define QEMU_VMALLOC_ALIGN getpagesize() macro
105 size_t align = QEMU_VMALLOC_ALIGN; in qemu_anon_ram_alloc()
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dosdep.h420 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
423 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
426 # define QEMU_VMALLOC_ALIGN MAX(qemu_real_host_page_size, SHMLBA) macro
428 # define QEMU_VMALLOC_ALIGN qemu_real_host_page_size macro
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dosdep.h420 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
423 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
426 # define QEMU_VMALLOC_ALIGN MAX(qemu_real_host_page_size, SHMLBA) macro
428 # define QEMU_VMALLOC_ALIGN qemu_real_host_page_size macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dosdep.h390 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
393 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
396 # define QEMU_VMALLOC_ALIGN MAX(getpagesize(), SHMLBA) macro
398 # define QEMU_VMALLOC_ALIGN getpagesize() macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dosdep.h406 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
409 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
412 # define QEMU_VMALLOC_ALIGN MAX(qemu_real_host_page_size, SHMLBA) macro
414 # define QEMU_VMALLOC_ALIGN qemu_real_host_page_size macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dosdep.h420 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
423 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
426 # define QEMU_VMALLOC_ALIGN MAX(qemu_real_host_page_size, SHMLBA) macro
428 # define QEMU_VMALLOC_ALIGN qemu_real_host_page_size macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/util/
H A Dmmap-alloc.c40 return QEMU_VMALLOC_ALIGN; in qemu_fd_getpagesize()
71 return QEMU_VMALLOC_ALIGN; in qemu_mempath_getpagesize()
H A Doslib-posix.c205 size_t align = QEMU_VMALLOC_ALIGN; in qemu_anon_ram_alloc()
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dosdep.h457 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
460 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
463 # define QEMU_VMALLOC_ALIGN MAX(qemu_real_host_page_size, SHMLBA) macro
465 # define QEMU_VMALLOC_ALIGN qemu_real_host_page_size macro
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dosdep.h535 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
538 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
540 # define QEMU_VMALLOC_ALIGN MAX(qemu_real_host_page_size, SHMLBA) macro
542 # define QEMU_VMALLOC_ALIGN qemu_real_host_page_size macro
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dosdep.h476 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
479 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
481 # define QEMU_VMALLOC_ALIGN MAX(qemu_real_host_page_size, SHMLBA) macro
483 # define QEMU_VMALLOC_ALIGN qemu_real_host_page_size macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dosdep.h535 # define QEMU_VMALLOC_ALIGN (512 * 4096) macro
538 # define QEMU_VMALLOC_ALIGN (256 * 4096) macro
540 # define QEMU_VMALLOC_ALIGN MAX(qemu_real_host_page_size, SHMLBA) macro
542 # define QEMU_VMALLOC_ALIGN qemu_real_host_page_size macro
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dmmap-alloc.c47 return QEMU_VMALLOC_ALIGN; in qemu_fd_getpagesize()
78 return QEMU_VMALLOC_ALIGN; in qemu_mempath_getpagesize()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Dmmap-alloc.c47 return QEMU_VMALLOC_ALIGN; in qemu_fd_getpagesize()
78 return QEMU_VMALLOC_ALIGN; in qemu_mempath_getpagesize()
H A Doslib-posix.c211 size_t align = QEMU_VMALLOC_ALIGN; in qemu_anon_ram_alloc()
/dports/emulators/qemu42/qemu-4.2.1/util/
H A Dmmap-alloc.c47 return QEMU_VMALLOC_ALIGN; in qemu_fd_getpagesize()
78 return QEMU_VMALLOC_ALIGN; in qemu_mempath_getpagesize()
H A Doslib-posix.c207 size_t align = QEMU_VMALLOC_ALIGN; in qemu_anon_ram_alloc()
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Dmmap-alloc.c47 return QEMU_VMALLOC_ALIGN; in qemu_fd_getpagesize()
78 return QEMU_VMALLOC_ALIGN; in qemu_mempath_getpagesize()
H A Doslib-posix.c207 size_t align = QEMU_VMALLOC_ALIGN; in qemu_anon_ram_alloc()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/util/
H A Dmmap-alloc.c47 return QEMU_VMALLOC_ALIGN; in qemu_fd_getpagesize()
78 return QEMU_VMALLOC_ALIGN; in qemu_mempath_getpagesize()
H A Doslib-posix.c211 size_t align = QEMU_VMALLOC_ALIGN; in qemu_anon_ram_alloc()
/dports/emulators/qemu60/qemu-6.0.0/util/
H A Dmmap-alloc.c47 return QEMU_VMALLOC_ALIGN; in qemu_fd_getpagesize()
78 return QEMU_VMALLOC_ALIGN; in qemu_mempath_getpagesize()
/dports/emulators/qemu/qemu-6.2.0/util/
H A Dmmap-alloc.c49 return QEMU_VMALLOC_ALIGN; in qemu_fd_getpagesize()
80 return QEMU_VMALLOC_ALIGN; in qemu_mempath_getpagesize()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Dmmap-alloc.c49 return QEMU_VMALLOC_ALIGN; in qemu_fd_getpagesize()
80 return QEMU_VMALLOC_ALIGN; in qemu_mempath_getpagesize()

12