Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvirtio-mem.c88 static uint32_t thp_size; variable
97 if (thp_size) { in virtio_mem_thp_size()
98 return thp_size; in virtio_mem_thp_size()
112 thp_size = tmp; in virtio_mem_thp_size()
116 if (!thp_size) { in virtio_mem_thp_size()
117 thp_size = virtio_mem_default_thp_size(); in virtio_mem_thp_size()
119 " MiB.", thp_size / MiB); in virtio_mem_thp_size()
123 return thp_size; in virtio_mem_thp_size()