Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgtable.h264 #define _REGION_ENTRY_LENGTH 0x03 /* region third length */ macro
266 #define _REGION1_ENTRY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_LENGTH)
268 #define _REGION2_ENTRY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_LENGTH)
270 #define _REGION3_ENTRY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_LENGTH)
456 ~_REGION_ENTRY_TYPE_MASK & ~_REGION_ENTRY_LENGTH; in pgd_bad()
490 ~_REGION_ENTRY_TYPE_MASK & ~_REGION_ENTRY_LENGTH; in pud_bad()
/arch/s390/mm/
Dpgtable.c262 *table = (unsigned long) new | _REGION_ENTRY_LENGTH | in gmap_alloc_table()