Home
last modified time | relevance | path

Searched refs:PAGETABLE_MOVE (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Dvma_exec.c47 PAGETABLE_MOVE(pmc, vma, vma, old_start, new_start, length); in relocate_vma_down()
H A Dmremap.c1275 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 Dinternal.h129 #define PAGETABLE_MOVE(name, old_, new_, old_addr_, new_addr_, len_) \ macro
/linux/tools/testing/vma/include/
H A Ddup.h767 #define PAGETABLE_MOVE(name, old_, new_, old_addr_, new_addr_, len_) \ macro