Searched refs:PAGETABLE_MOVE (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| H A D | vma_exec.c | 47 PAGETABLE_MOVE(pmc, vma, vma, old_start, new_start, length); in relocate_vma_down()
|
| H A D | mremap.c | 1275 PAGETABLE_MOVE(pmc, NULL, NULL, vrm->addr, vrm->new_addr, vrm->old_len); in copy_vma_and_data() 1299 PAGETABLE_MOVE(pmc_revert, new_vma, vma, vrm->new_addr, in copy_vma_and_data()
|
| H A D | internal.h | 129 #define PAGETABLE_MOVE(name, old_, new_, old_addr_, new_addr_, len_) \ macro
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 767 #define PAGETABLE_MOVE(name, old_, new_, old_addr_, new_addr_, len_) \ macro
|