Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/nohash/32/
Dslice.h14 #define GET_HIGH_SLICE_INDEX(addr) (addr & 0) macro
/arch/powerpc/include/asm/book3s/64/
Dslice.h12 #define GET_HIGH_SLICE_INDEX(addr) ((addr) >> SLICE_HIGH_SHIFT) macro