Home
last modified time | relevance | path

Searched refs:_PAGE_INDEX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/mm/
H A Dfault.c164 table += (address & _PAGE_INDEX) >> _PAGE_SHIFT; in dump_pagetable()
H A Dpgalloc.c543 pte += (addr & _PAGE_INDEX) >> _PAGE_SHIFT; in base_page_walk()
H A Dgmap.c852 table += (gaddr & _PAGE_INDEX) >> _PAGE_SHIFT; in gmap_table_walk()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h320 #define _PAGE_INDEX (0xffUL << _PAGE_SHIFT) macro