Searched refs:MADV_UNMERGEABLE (Results 1 – 20 of 20) sorted by relevance
/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/mm/ |
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区域,
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | ksm_functional_tests.c | 138 if (madvise(map, size, MADV_UNMERGEABLE)) { in test_unmerge() 166 if (madvise(map, size, MADV_UNMERGEABLE)) { in test_unmerge_discarded() 230 if (madvise(map, size, MADV_UNMERGEABLE)) { in test_unmerge_uffd_wp()
|
A D | ksm_tests.c | 198 if (madvise(addr, size, MADV_UNMERGEABLE)) { in ksm_unmerge_pages()
|
/linux-6.3-rc2/tools/arch/alpha/include/uapi/asm/ |
A D | mman.h | 17 #define MADV_UNMERGEABLE 13 macro
|
/linux-6.3-rc2/tools/arch/mips/include/uapi/asm/ |
A D | mman.h | 18 #define MADV_UNMERGEABLE 13 macro
|
/linux-6.3-rc2/tools/arch/parisc/include/uapi/asm/ |
A D | mman.h | 17 #define MADV_UNMERGEABLE 13 macro
|
/linux-6.3-rc2/tools/arch/xtensa/include/uapi/asm/ |
A D | mman.h | 17 #define MADV_UNMERGEABLE 13 macro
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | mman-common.h | 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/linux-6.3-rc2/tools/include/uapi/asm-generic/ |
A D | mman-common.h | 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/ |
A D | mman.h | 94 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | mman.h | 85 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | mman.h | 53 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/linux-6.3-rc2/arch/alpha/include/uapi/asm/ |
A D | mman.h | 59 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
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
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | sys_parisc.c | 484 case 66: behavior = MADV_UNMERGEABLE; break; in parisc_madvise()
|
/linux-6.3-rc2/mm/ |
A D | madvise.c | 1074 case MADV_UNMERGEABLE: in madvise_vma_behavior() 1175 case MADV_UNMERGEABLE: in madvise_behavior_valid()
|
A D | mremap.c | 617 MADV_UNMERGEABLE, &vm_flags); in move_vma()
|
A D | ksm.c | 2504 case MADV_UNMERGEABLE: in ksm_madvise()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_hv_uvmem.c | 399 int merge_flag = (merge) ? MADV_MERGEABLE : MADV_UNMERGEABLE; in kvmppc_memslot_page_merge()
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | gmap.c | 2598 MADV_UNMERGEABLE, &vm_flags); in gmap_mark_unmergeable()
|
Completed in 37 milliseconds