Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
H A Dslice.h22 #define GET_HIGH_SLICE_INDEX(addr) ((addr) >> SLICE_HIGH_SHIFT) macro
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1605 index = GET_HIGH_SLICE_INDEX(addr); in get_paca_psize()