Home
last modified time | relevance | path

Searched refs:MADV_HUGEPAGE (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/qemu/include/qemu/
H A Dmadvise.h42 #ifdef MADV_HUGEPAGE
43 #define QEMU_MADV_HUGEPAGE MADV_HUGEPAGE
/openbmc/linux/tools/perf/bench/
H A Dbench.h14 # ifndef MADV_HUGEPAGE
15 # define MADV_HUGEPAGE 14 macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h10 #define MADV_HUGEPAGE 14 macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h10 #define MADV_HUGEPAGE 14 macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h10 #define MADV_HUGEPAGE 14 macro
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h10 #define MADV_HUGEPAGE 14 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h62 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h62 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h62 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h96 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h61 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h88 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h88 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h55 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ macro
/openbmc/linux/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c104 madvise(one_page, len, MADV_HUGEPAGE); in split_pmd_thp()
167 madvise(one_page, len, MADV_HUGEPAGE); in split_pte_mapped_thp()
H A Dtranshuge-stress.c76 if (madvise(ptr, len, MADV_HUGEPAGE)) in main()
H A Dsoft-dirty.c90 ret = madvise(map, hpage_len, MADV_HUGEPAGE); in test_hugepage()
H A Dgup_test.c241 madvise(p, size, MADV_HUGEPAGE); in main()
H A Dmigration.c191 ASSERT_EQ(madvise(ptr, TWOMEG, MADV_HUGEPAGE), 0);
H A Dkhugepaged.c622 if (madvise(p, hpage_pmd_size, MADV_HUGEPAGE)) { in alloc_hpage()
809 madvise(p, nr_hpages * hpage_pmd_size, MADV_HUGEPAGE); in __madvise_collapse()
845 madvise(p, nr_hpages * hpage_pmd_size, MADV_HUGEPAGE); in wait_for_scan()
1133 madvise(BASE_ADDR, hpage_pmd_size, MADV_HUGEPAGE); in collapse_compound_extreme()
H A Dvm_util.c163 if (madvise(ptr, HPAGE_SIZE, MADV_HUGEPAGE)) in allocate_transhuge()
H A Dmkdirty.c75 if (madvise(mem, thpsize, MADV_HUGEPAGE)) { in mmap_thp_range()
H A Dcow.c755 ret = madvise(mem, thpsize, MADV_HUGEPAGE); in do_run_with_thp()
1440 ret = madvise(mem, thpsize, MADV_HUGEPAGE); in run_with_huge_zeropage()
1441 ret |= madvise(smem, thpsize, MADV_HUGEPAGE); in run_with_huge_zeropage()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst77 MADV_HUGEPAGE madvise regions.
85 madvise(MADV_HUGEPAGE) on their critical mmapped regions.
96 (mostly for debugging purposes) or only enabled inside MADV_HUGEPAGE
111 MADV_HUGEPAGE region.
136 only for regions that have used madvise(MADV_HUGEPAGE); all
143 that are have used madvise(MADV_HUGEPAGE). This is the default
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dusage.rst220 - ``hugepage``: 为带有 ``MADV_HUGEPAGE`` 的区域调用 ``madvise()`` 。
454 - 3: Call ``madvise()`` for the region with ``MADV_HUGEPAGE``

12