Home
last modified time | relevance | path

Searched refs:QEMU_MADV_WILLNEED (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dosdep.h321 #define QEMU_MADV_WILLNEED MADV_WILLNEED macro
366 #define QEMU_MADV_WILLNEED POSIX_MADV_WILLNEED macro
379 #define QEMU_MADV_WILLNEED QEMU_MADV_INVALID macro
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dosdep.h321 #define QEMU_MADV_WILLNEED MADV_WILLNEED macro
366 #define QEMU_MADV_WILLNEED POSIX_MADV_WILLNEED macro
379 #define QEMU_MADV_WILLNEED QEMU_MADV_INVALID macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dosdep.h291 #define QEMU_MADV_WILLNEED MADV_WILLNEED macro
336 #define QEMU_MADV_WILLNEED POSIX_MADV_WILLNEED macro
349 #define QEMU_MADV_WILLNEED QEMU_MADV_INVALID macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dosdep.h307 #define QEMU_MADV_WILLNEED MADV_WILLNEED macro
352 #define QEMU_MADV_WILLNEED POSIX_MADV_WILLNEED macro
365 #define QEMU_MADV_WILLNEED QEMU_MADV_INVALID macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dosdep.h321 #define QEMU_MADV_WILLNEED MADV_WILLNEED macro
366 #define QEMU_MADV_WILLNEED POSIX_MADV_WILLNEED macro
379 #define QEMU_MADV_WILLNEED QEMU_MADV_INVALID macro
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dosdep.h354 #define QEMU_MADV_WILLNEED MADV_WILLNEED macro
399 #define QEMU_MADV_WILLNEED POSIX_MADV_WILLNEED macro
412 #define QEMU_MADV_WILLNEED QEMU_MADV_INVALID macro
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dosdep.h432 #define QEMU_MADV_WILLNEED MADV_WILLNEED macro
477 #define QEMU_MADV_WILLNEED POSIX_MADV_WILLNEED macro
490 #define QEMU_MADV_WILLNEED QEMU_MADV_INVALID macro
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dosdep.h373 #define QEMU_MADV_WILLNEED MADV_WILLNEED macro
418 #define QEMU_MADV_WILLNEED POSIX_MADV_WILLNEED macro
431 #define QEMU_MADV_WILLNEED QEMU_MADV_INVALID macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dosdep.h432 #define QEMU_MADV_WILLNEED MADV_WILLNEED macro
477 #define QEMU_MADV_WILLNEED POSIX_MADV_WILLNEED macro
490 #define QEMU_MADV_WILLNEED QEMU_MADV_INVALID macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/virtio/
H A Dvirtio-balloon.c40 deflate ? QEMU_MADV_WILLNEED : QEMU_MADV_DONTNEED); in balloon_page()
/dports/emulators/qemu42/qemu-4.2.1/hw/virtio/
H A Dvirtio-balloon.c150 ret = qemu_madvise(host_addr, rb_page_size, QEMU_MADV_WILLNEED); in balloon_deflate_page()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/virtio/
H A Dvirtio-balloon.c150 ret = qemu_madvise(host_addr, rb_page_size, QEMU_MADV_WILLNEED); in balloon_deflate_page()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/virtio/
H A Dvirtio-balloon.c150 ret = qemu_madvise(host_addr, rb_page_size, QEMU_MADV_WILLNEED); in balloon_deflate_page()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/virtio/
H A Dvirtio-balloon.c150 ret = qemu_madvise(host_addr, rb_page_size, QEMU_MADV_WILLNEED); in balloon_deflate_page()
/dports/emulators/qemu/qemu-6.2.0/hw/virtio/
H A Dvirtio-balloon.c162 ret = qemu_madvise(host_addr, rb_page_size, QEMU_MADV_WILLNEED); in balloon_deflate_page()
/dports/emulators/qemu60/qemu-6.0.0/hw/virtio/
H A Dvirtio-balloon.c161 ret = qemu_madvise(host_addr, rb_page_size, QEMU_MADV_WILLNEED); in balloon_deflate_page()
/dports/emulators/qemu5/qemu-5.2.0/hw/virtio/
H A Dvirtio-balloon.c156 ret = qemu_madvise(host_addr, rb_page_size, QEMU_MADV_WILLNEED); in balloon_deflate_page()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/virtio/
H A Dvirtio-balloon.c162 ret = qemu_madvise(host_addr, rb_page_size, QEMU_MADV_WILLNEED); in balloon_deflate_page()