/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/ |
H A D | ksm.rst | 45 int madvise(addr, length, MADV_UNMERGEABLE) 51 如果KSM未被配置到正在运行的内核中,则madvise MADV_MERGEABLE 和 MADV_UNMERGEABLE 54 启动时注册范围,即使该范围不能包含KSM实际可以合并的任何页面,即使MADV_UNMERGEABLE 57 如果一块内存区域必须被拆分为至少一个新的MADV_MERGEABLE区域或MADV_UNMERGEABLE区域,
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | ksm_functional_tests.c | 232 if (madvise(map, size, MADV_UNMERGEABLE)) { in test_unmerge() 278 if (madvise(map, size / 2, MADV_UNMERGEABLE)) { in test_unmerge_zero_pages() 324 if (madvise(map, size, MADV_UNMERGEABLE)) { in test_unmerge_discarded() 384 if (madvise(map, size, MADV_UNMERGEABLE)) { in test_unmerge_uffd_wp() 526 if (madvise(map + size / 2, size / 2, MADV_UNMERGEABLE)) { in test_prot_none()
|
H A D | ksm_tests.c | 271 if (madvise(addr, size, MADV_UNMERGEABLE)) { in ksm_unmerge_pages()
|
/openbmc/qemu/include/qemu/ |
H A D | madvise.h | 27 #ifdef MADV_UNMERGEABLE 28 #define QEMU_MADV_UNMERGEABLE MADV_UNMERGEABLE
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 17 #define MADV_UNMERGEABLE 13 macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 17 #define MADV_UNMERGEABLE 13 macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | mman.h | 18 #define MADV_UNMERGEABLE 13 macro
|
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 17 #define MADV_UNMERGEABLE 13 macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | mman-common.h | 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | mman-common.h | 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | mman-common.h | 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 94 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 59 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | mman.h | 85 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | mman.h | 85 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 53 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | ksm.rst | 43 int madvise(addr, length, MADV_UNMERGEABLE) 51 and MADV_UNMERGEABLE simply fail with EINVAL. If the running kernel was 56 MADV_UNMERGEABLE is applied to a range which was never MADV_MERGEABLE. 59 or MADV_UNMERGEABLE region, the madvise may return ENOMEM if the process
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | sys_parisc.c | 393 case 66: behavior = MADV_UNMERGEABLE; break; in parisc_madvise()
|
/openbmc/linux/mm/ |
H A D | madvise.c | 1071 case MADV_UNMERGEABLE: in madvise_vma_behavior() 1172 case MADV_UNMERGEABLE: in madvise_behavior_valid()
|
H A D | mremap.c | 636 MADV_UNMERGEABLE, &vm_flags); in move_vma()
|
H A D | ksm.c | 2686 case MADV_UNMERGEABLE: in ksm_madvise()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_uvmem.c | 399 int merge_flag = (merge) ? MADV_MERGEABLE : MADV_UNMERGEABLE; in kvmppc_memslot_page_merge()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 3252 ENUM_TARGET(MADV_UNMERGEABLE),
|