Searched refs:MADV_POPULATE_WRITE (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/tools/testing/selftests/vm/ |
D | madv_populate.c | 52 ret = madvise(addr, pagesize, MADV_POPULATE_WRITE); in sense_support() 73 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_prot_read() 95 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_prot_write() 120 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_holes() 128 ret = madvise(addr, 2 * pagesize, MADV_POPULATE_WRITE); in test_holes() 136 ret = madvise(addr + pagesize, pagesize, MADV_POPULATE_WRITE); in test_holes() 207 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_populate_write() 267 ret = madvise(addr, SIZE, MADV_POPULATE_WRITE); in test_softdirty()
|
/Linux-v6.1/include/uapi/asm-generic/ |
D | mman-common.h | 76 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
/Linux-v6.1/tools/include/uapi/asm-generic/ |
D | mman-common.h | 76 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
/Linux-v6.1/arch/xtensa/include/uapi/asm/ |
D | mman.h | 110 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
/Linux-v6.1/arch/parisc/include/uapi/asm/ |
D | mman.h | 56 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
/Linux-v6.1/arch/alpha/include/uapi/asm/ |
D | mman.h | 75 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
/Linux-v6.1/arch/mips/include/uapi/asm/ |
D | mman.h | 102 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */ macro
|
/Linux-v6.1/mm/ |
D | madvise.c | 61 case MADV_POPULATE_WRITE: in madvise_need_mmap_write() 898 const bool write = behavior == MADV_POPULATE_WRITE; in madvise_populate() 1027 case MADV_POPULATE_WRITE: in madvise_vma_behavior() 1162 case MADV_POPULATE_WRITE: in madvise_behavior_valid()
|