Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/mm/
H A Dvmem.c424 static int modify_pagetable(unsigned long start, unsigned long end, bool add, in modify_pagetable() function
466 return modify_pagetable(start, end, true, direct, altmap); in add_pagetable()
472 return modify_pagetable(start, end, false, direct, altmap); in remove_pagetable()