Home
last modified time | relevance | path

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

/arch/s390/mm/
A Dgmap.c326 *table = __pa(new) | _REGION_ENTRY_LENGTH | in gmap_alloc_table()
1500 *table = s_r2t | _REGION_ENTRY_LENGTH | in gmap_shadow_r2t()
1515 len = ((r2t & _REGION_ENTRY_LENGTH) + 1) * PAGE_SIZE - offset; in gmap_shadow_r2t()
1580 *table = s_r3t | _REGION_ENTRY_LENGTH | in gmap_shadow_r3t()
1595 len = ((r3t & _REGION_ENTRY_LENGTH) + 1) * PAGE_SIZE - offset; in gmap_shadow_r3t()
1660 *table = s_sgt | _REGION_ENTRY_LENGTH | in gmap_shadow_sgt()
1675 len = ((sgt & _REGION_ENTRY_LENGTH) + 1) * PAGE_SIZE - offset; in gmap_shadow_sgt()
/arch/s390/include/asm/
A Dpgtable.h276 #define _REGION_ENTRY_LENGTH 0x03 /* region third length */ macro
278 #define _REGION1_ENTRY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_LENGTH)
280 #define _REGION2_ENTRY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_LENGTH)
282 #define _REGION3_ENTRY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_LENGTH | \

Completed in 16 milliseconds