Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/mm/
Dgmap.c1812 offset = ((r2t & _REGION_ENTRY_OFFSET) >> 6) * PAGE_SIZE; in gmap_shadow_r2t()
1896 offset = ((r3t & _REGION_ENTRY_OFFSET) >> 6) * PAGE_SIZE; in gmap_shadow_r3t()
1980 offset = ((sgt & _REGION_ENTRY_OFFSET) >> 6) * PAGE_SIZE; in gmap_shadow_sgt()
/linux-6.6.21/arch/s390/include/asm/
Dpgtable.h249 #define _REGION_ENTRY_OFFSET 0xc0 /* region table offset */ macro