Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h80 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h80 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h80 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h114 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h79 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h106 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h106 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h73 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/openbmc/linux/mm/
H A Dmadvise.c62 case MADV_COLLAPSE: in madvise_need_mmap_write()
1082 case MADV_COLLAPSE: in madvise_vma_behavior()
1177 case MADV_COLLAPSE: in madvise_behavior_valid()
1200 case MADV_COLLAPSE: in process_madvise_behavior_valid()
/openbmc/linux/arch/parisc/kernel/
H A Dsys_parisc.c400 case 73: behavior = MADV_COLLAPSE; break; in parisc_madvise()
/openbmc/linux/tools/testing/selftests/mm/
H A Dcow.c1166 ret = madvise(mem, size, MADV_COLLAPSE); in do_test_anon_thp_collapse()
1240 ret = madvise(mem, size, MADV_COLLAPSE); in do_test_anon_thp_collapse()
H A Duffd-unit-tests.c599 MADV_COLLAPSE)) { in uffd_minor_test_common()
H A Dkhugepaged.c588 ret = madvise(p, size, MADV_COLLAPSE); in madvise_collapse_retry()