Searched refs:lphi (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h220 unsigned int lphi; local
224 lphi = (l >> 16) & 0xf;
227 return !lphi ? 24 : 0; /* 16MB */
233 return !lphi ? 34 : 0; /* 16GB */
239 if (!lphi)
241 if (lphi == 3)

Completed in 121 milliseconds