Home
last modified time | relevance | path

Searched refs:_SEGMENT_INDEX (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/mm/
H A Dfault.c111 table += (address & _SEGMENT_INDEX) >> _SEGMENT_SHIFT; in dump_pagetable()
H A Dpgalloc.c254 ste += (addr & _SEGMENT_INDEX) >> _SEGMENT_SHIFT; in base_segment_walk()
/linux/arch/s390/include/asm/
H A Dpgtable.h360 #define _SEGMENT_INDEX (0x7ffUL << _SEGMENT_SHIFT) macro