Home
last modified time | relevance | path

Searched refs:s_r2t (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/mm/
H A Dgmap.c1739 unsigned long *s_r2t, *table; in gmap_shadow_r2t() local
1751 s_r2t = (unsigned long *) page_to_phys(page); in gmap_shadow_r2t()
1766 crst_table_init(s_r2t, _REGION2_ENTRY_EMPTY); in gmap_shadow_r2t()
1768 *table = (unsigned long) s_r2t | _REGION_ENTRY_LENGTH | in gmap_shadow_r2t()
1790 (unsigned long) s_r2t) in gmap_shadow_r2t()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dgmap.c1769 phys_addr_t s_r2t; in gmap_shadow_r2t() local
1781 s_r2t = page_to_phys(page); in gmap_shadow_r2t()
1796 crst_table_init(__va(s_r2t), _REGION2_ENTRY_EMPTY); in gmap_shadow_r2t()
1798 *table = s_r2t | _REGION_ENTRY_LENGTH | in gmap_shadow_r2t()
1819 if (!table || (*table & _REGION_ENTRY_ORIGIN) != s_r2t) in gmap_shadow_r2t()

Completed in 8 milliseconds