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

/linux-master/arch/s390/mm/
H A Dgmap.c333 *table = __pa(new) | _REGION_ENTRY_LENGTH |
1800 *table = s_r2t | _REGION_ENTRY_LENGTH |
1816 len = ((r2t & _REGION_ENTRY_LENGTH) + 1) * PAGE_SIZE - offset;
1884 *table = s_r3t | _REGION_ENTRY_LENGTH |
1900 len = ((r3t & _REGION_ENTRY_LENGTH) + 1) * PAGE_SIZE - offset;
1968 *table = s_sgt | _REGION_ENTRY_LENGTH |
1984 len = ((sgt & _REGION_ENTRY_LENGTH) + 1) * PAGE_SIZE - offset;
/linux-master/arch/s390/include/asm/
H A Dpgtable.h256 #define _REGION_ENTRY_LENGTH 0x03 /* region third length */ macro
258 #define _REGION1_ENTRY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_LENGTH)
260 #define _REGION2_ENTRY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_LENGTH)
262 #define _REGION3_ENTRY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_LENGTH)

Completed in 89 milliseconds