Searched refs:vma_set_flags (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/vma/tests/ |
| H A D | vma.c | 132 vma_set_flags(&vma, bit); in test_vma_flags_unchanged() 411 vma_set_flags(&vma, VMA_EXEC_BIT, 64); in test_vma_flags_clear() 427 vma_set_flags(&vma, __VA_ARGS__); \ in test_vma_flags_clear()
|
| /linux/mm/ |
| H A D | mremap.c | 1245 vma_set_flags(prev, VMA_ACCOUNT_BIT); in unmap_source_vma() 1252 vma_set_flags(next, VMA_ACCOUNT_BIT); in unmap_source_vma()
|
| H A D | vma.c | 2742 vma_set_flags(vma, VMA_SOFTDIRTY_BIT); in __mmap_complete() 3055 vma_set_flags(vma, VMA_SOFTDIRTY_BIT); in do_brk_flags()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 1101 #define vma_set_flags(vma, ...) \ macro
|
| /linux/include/linux/ |
| H A D | mm.h | 1452 #define vma_set_flags(vma, ...) \ macro
|