| /OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 18 #define MADV_UNMERGEABLE 13 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 17 #define MADV_UNMERGEABLE 13 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 17 #define MADV_UNMERGEABLE 13 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 17 #define MADV_UNMERGEABLE 66 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 | 57 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ 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 | 57 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | mman-common.h | 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 94 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 85 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 59 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 56 #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */ 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 | 82 # define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages. */ 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 | 82 # define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages. */ macro
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | ksm.rst | 45 int madvise(addr, length, MADV_UNMERGEABLE) 53 and MADV_UNMERGEABLE simply fail with EINVAL. If the running kernel was 58 MADV_UNMERGEABLE is applied to a range which was never MADV_MERGEABLE. 61 or MADV_UNMERGEABLE region, the madvise may return ENOMEM if the process
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | madvise.c | 120 case MADV_UNMERGEABLE: in madvise_behavior() 990 case MADV_UNMERGEABLE: in madvise_behavior_valid()
|
| H A D | mremap.c | 570 MADV_UNMERGEABLE, &vm_flags); in move_vma()
|
| H A D | ksm.c | 2475 case MADV_UNMERGEABLE: in ksm_madvise()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_uvmem.c | 396 int merge_flag = (merge) ? MADV_MERGEABLE : MADV_UNMERGEABLE; in kvmppc_memslot_page_merge()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | gmap.c | 2578 MADV_UNMERGEABLE, &vma->vm_flags); in gmap_mark_unmergeable()
|