| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 16 #define MADV_REMOVE 9 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | mman-common.h | 50 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | mman-common.h | 50 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | mman-common.h | 53 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 53 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 89 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 80 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 54 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 48 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | mman-linux.h | 78 # define MADV_REMOVE 9 /* Remove these pages and resources. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | mman-linux.h | 78 # define MADV_REMOVE 9 /* Remove these pages and resources. */ macro
|
| /OK3568_Linux_fs/kernel/arch/um/include/shared/ |
| H A D | common-offsets.h | 4 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | madvise.c | 52 case MADV_REMOVE: in madvise_need_mmap_write() 957 case MADV_REMOVE: in madvise_vma() 982 case MADV_REMOVE: in madvise_behavior_valid()
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run.log | 30 Checking host MADV_REMOVE support...OK
|
| H A D | test_output_isolated_correctly.log | 55 Checking host MADV_REMOVE support...OK
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | userfaultfd.rst | 277 enable notifications about madvise(MADV_REMOVE) and
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | userfaultfd.c | 278 if (madvise(rel_area, nr_pages * page_size, MADV_REMOVE)) in shmem_release_pages()
|