Searched refs:gmap_pte_op_walk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | gmap.c | 842 * gmap_pte_op_walk - walk the gmap page table, get the page table lock 850 static pte_t *gmap_pte_op_walk(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_walk() function 1142 ptep = gmap_pte_op_walk(gmap, gaddr, &ptl); in gmap_read_table() 1232 ptep = gmap_pte_op_walk(parent, paddr, &ptl); in gmap_protect_rmap() 2136 sptep = gmap_pte_op_walk(parent, paddr, &ptl); in gmap_shadow_page()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | gmap.c | 858 * gmap_pte_op_walk - walk the gmap page table, get the page table lock 866 static pte_t *gmap_pte_op_walk(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_walk() function 1158 ptep = gmap_pte_op_walk(gmap, gaddr, &ptl); in gmap_read_table() 1255 ptep = gmap_pte_op_walk(parent, paddr, &ptl); in gmap_protect_rmap() 2165 sptep = gmap_pte_op_walk(parent, paddr, &ptl); in gmap_shadow_page()
|
Completed in 8 milliseconds