Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c38 #define BALLOON_PAGE_SIZE (1 << VIRTIO_BALLOON_PFN_SHIFT) macro
93 if (rb_page_size == BALLOON_PAGE_SIZE) { in balloon_inflate_page()
113 subpages = rb_page_size / BALLOON_PAGE_SIZE; in balloon_inflate_page()
128 set_bit((rb_offset - rb_aligned_offset) / BALLOON_PAGE_SIZE, in balloon_inflate_page()
411 BALLOON_PAGE_SIZE); in virtio_balloon_handle_output()