Searched refs:gmap_unlink (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | gmap.h | 122 void gmap_unlink(struct mm_struct *, unsigned long *table, unsigned long vmaddr);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | gmap.h | 122 void gmap_unlink(struct mm_struct *, unsigned long *table, unsigned long vmaddr);
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | pgalloc.c | 285 gmap_unlink(mm, table, vmaddr); in page_table_free_rcu()
|
H A D | gmap.c | 506 * gmap_unlink - disconnect a page table from the gmap shadow tables 511 void gmap_unlink(struct mm_struct *mm, unsigned long *table, in gmap_unlink() function
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | pgalloc.c | 388 gmap_unlink(mm, table, vmaddr); in page_table_free_rcu() 458 * page_table_free() does not do the pgste gmap_unlink() which in pte_free_defer()
|
H A D | gmap.c | 516 * gmap_unlink - disconnect a page table from the gmap shadow tables 521 void gmap_unlink(struct mm_struct *mm, unsigned long *table, in gmap_unlink() function
|
Completed in 13 milliseconds