Searched refs:MADV_POPULATE_WRITE (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | madv_populate.c | 44 ret = madvise(addr, pagesize, MADV_POPULATE_WRITE); in sense_support() 65 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_prot_read() 87 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_prot_write() 112 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_holes() 120 ret = madvise(addr, 2 * pagesize, MADV_POPULATE_WRITE); in test_holes() 128 ret = madvise(addr + pagesize, pagesize, MADV_POPULATE_WRITE); in test_holes() 199 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_populate_write() 259 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_softdirty()
|
| H A D | guard-regions.c | 1383 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_POPULATE_WRITE), -1); in TEST_F()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | mman-common.h | 76 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 76 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 69 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 102 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /linux-6.15/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 110 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 75 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /linux-6.15/mm/ |
| H A D | madvise.c | 67 case MADV_POPULATE_WRITE: in madvise_need_mmap_write() 959 const bool write = behavior == MADV_POPULATE_WRITE; in madvise_populate() 1439 case MADV_POPULATE_WRITE: in madvise_behavior_valid() 1672 case MADV_POPULATE_WRITE: in is_madvise_populate()
|