Searched refs:MADV_POPULATE_WRITE (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/vm/ |
| D | madv_populate.c | 21 #if defined(MADV_POPULATE_READ) && defined(MADV_POPULATE_WRITE) 71 ret = madvise(addr, pagesize, MADV_POPULATE_WRITE); in sense_support() 92 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_prot_read() 114 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_prot_write() 139 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_holes() 147 ret = madvise(addr, 2 * pagesize, MADV_POPULATE_WRITE); in test_holes() 155 ret = madvise(addr + pagesize, pagesize, MADV_POPULATE_WRITE); in test_holes() 226 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_populate_write() 300 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_softdirty()
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | mman-common.h | 76 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /Linux-v5.15/tools/include/uapi/asm-generic/ |
| D | mman-common.h | 76 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /Linux-v5.15/arch/xtensa/include/uapi/asm/ |
| D | mman.h | 110 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /Linux-v5.15/arch/parisc/include/uapi/asm/ |
| D | mman.h | 56 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /Linux-v5.15/arch/mips/include/uapi/asm/ |
| D | mman.h | 102 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /Linux-v5.15/arch/alpha/include/uapi/asm/ |
| D | mman.h | 75 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
| /Linux-v5.15/mm/ |
| D | madvise.c | 57 case MADV_POPULATE_WRITE: in madvise_need_mmap_write() 832 const bool write = behavior == MADV_POPULATE_WRITE; in madvise_populate() 998 case MADV_POPULATE_WRITE: in madvise_vma() 1021 case MADV_POPULATE_WRITE: in madvise_behavior_valid()
|