Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dmemfd.h27 #ifndef MFD_HUGETLB
28 #define MFD_HUGETLB 0x0004U macro
/openbmc/linux/mm/
H A Dmemfd.c269 #define MFD_ALL_FLAGS (MFD_CLOEXEC | MFD_ALLOW_SEALING | MFD_HUGETLB | MFD_NOEXEC_SEAL | MFD_EXEC)
304 if (!(flags & MFD_HUGETLB)) { in SYSCALL_DEFINE2()
357 if (flags & MFD_HUGETLB) { in SYSCALL_DEFINE2()
/openbmc/qemu/linux-headers/linux/
H A Dmemfd.h10 #define MFD_HUGETLB 0x0004U macro
/openbmc/linux/include/uapi/linux/
H A Dmemfd.h10 #define MFD_HUGETLB 0x0004U macro
/openbmc/linux/tools/testing/selftests/memfd/
H A Dcommon.c43 flags |= MFD_HUGETLB; in sys_memfd_create()
/openbmc/linux/tools/testing/selftests/mm/
H A Dhugepage-mmap.c69 fd = memfd_create("hugepage-mmap", MFD_HUGETLB); in main()
H A Dhugepage-mremap.c125 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
H A Dgup_longterm.c301 int flags = MFD_HUGETLB; in run_with_memfd_hugetlb()
H A Dhugetlb-read-hwpoison.c242 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
H A Dhugetlb-madvise.c103 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
H A Duffd-common.c28 memfd_flags = MFD_HUGETLB; in uffd_mem_fd_create()
H A Dcow.c1565 int flags = MFD_HUGETLB; in run_with_memfd_hugetlb()
/openbmc/qemu/util/
H A Dmemfd.c69 flags |= MFD_HUGETLB; in qemu_memfd_create()
/openbmc/qemu/backends/
H A Dhostmem-memfd.c138 if (qemu_memfd_check(MFD_HUGETLB)) { in memfd_backend_class_init()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c742 memfd_flags |= MFD_HUGETLB; in kvm_memfd_alloc()