Home
last modified time | relevance | path

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

/qemu/util/
H A Dmmap-alloc.c26 #define HUGETLBFS_MAGIC 0x958458f6 macro
50 case HUGETLBFS_MAGIC: in qemu_fd_getfs()
71 if (ret == 0 && fs.f_type == HUGETLBFS_MAGIC) { in qemu_fd_getpagesize()
/qemu/tests/qtest/
H A Dvhost-user-test.c52 #define HUGETLBFS_MAGIC 0x958458f6 macro
557 if (fs.f_type != HUGETLBFS_MAGIC) { in init_hugepagefs()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c368 if (!ret && (unsigned int)fs.f_type == HUGETLBFS_MAGIC) { in get_fd_hugepagesize()