Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h330 #define _SEGMENT_MASK (~(_SEGMENT_SIZE - 1)) macro
342 #define PMD_MASK _SEGMENT_MASK
/openbmc/linux/arch/s390/mm/
H A Dgmap.c2100 raddr = (saddr & _SEGMENT_MASK) | _SHADOW_RMAP_SEGMENT; in gmap_shadow_pgt()