Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/mm/
Dgmap.c320 *table = (unsigned long) new | _REGION_ENTRY_LENGTH | in gmap_alloc_table()
1768 *table = (unsigned long) s_r2t | _REGION_ENTRY_LENGTH | in gmap_shadow_r2t()
1784 len = ((r2t & _REGION_ENTRY_LENGTH) + 1) * PAGE_SIZE - offset; in gmap_shadow_r2t()
1852 *table = (unsigned long) s_r3t | _REGION_ENTRY_LENGTH | in gmap_shadow_r3t()
1868 len = ((r3t & _REGION_ENTRY_LENGTH) + 1) * PAGE_SIZE - offset; in gmap_shadow_r3t()
1936 *table = (unsigned long) s_sgt | _REGION_ENTRY_LENGTH | in gmap_shadow_sgt()
1952 len = ((sgt & _REGION_ENTRY_LENGTH) + 1) * PAGE_SIZE - offset; in gmap_shadow_sgt()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpgtable.h248 #define _REGION_ENTRY_LENGTH 0x03 /* region third length */ macro
250 #define _REGION1_ENTRY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_LENGTH)
252 #define _REGION2_ENTRY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_LENGTH)
254 #define _REGION3_ENTRY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_LENGTH)