Searched refs:modify_pagetable (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/mm/ |
H A D | vmem.c | 431 static int modify_pagetable(unsigned long start, unsigned long end, bool add, in modify_pagetable() function 473 return modify_pagetable(start, end, true, direct, altmap); in add_pagetable() 479 return modify_pagetable(start, end, false, direct, altmap); in remove_pagetable()
|