/openbmc/linux/arch/um/os-Linux/ |
H A D | process.c | 175 #ifndef MADV_REMOVE 176 #define MADV_REMOVE KERNEL_MADV_REMOVE macro 183 err = madvise(addr, length, MADV_REMOVE); in os_drop_memory() 210 if (madvise(addr, UM_KERN_PAGE_SIZE, MADV_REMOVE) != 0) { in can_drop_memory()
|
/openbmc/qemu/include/qemu/ |
H A D | madvise.h | 52 #ifdef MADV_REMOVE 53 #define QEMU_MADV_REMOVE MADV_REMOVE
|
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | mman.h | 16 #define MADV_REMOVE 9 macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | mman-common.h | 53 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | mman-common.h | 53 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | mman-common.h | 53 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 89 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 48 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 54 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/openbmc/linux/arch/um/include/shared/ |
H A D | common-offsets.h | 5 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | mman.h | 80 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | mman.h | 80 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | hugetlb-madvise.c | 308 if (madvise(addr, NR_HUGE_PAGES * huge_page_size, MADV_REMOVE)) { in main() 375 if (madvise(addr, NR_HUGE_PAGES * huge_page_size, MADV_REMOVE)) { in main()
|
H A D | uffd-common.c | 69 if (madvise(rel_area, nr_pages * page_size, MADV_REMOVE)) in hugetlb_release_pages() 120 if (madvise(rel_area, nr_pages * page_size, MADV_REMOVE)) in shmem_release_pages()
|
/openbmc/linux/mm/ |
H A D | madvise.c | 53 case MADV_REMOVE: in madvise_need_mmap_write() 1021 case MADV_REMOVE: in madvise_vma_behavior() 1161 case MADV_REMOVE: in madvise_behavior_valid()
|
/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-no_tests_run_no_header.log | 30 Checking host MADV_REMOVE support...OK
|
H A D | test_output_isolated_correctly.log | 55 Checking host MADV_REMOVE support...OK
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | userfaultfd.rst | 350 enable notifications about madvise(MADV_REMOVE) and
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 3150 ENUM_TARGET(MADV_REMOVE),
|