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

/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h301 int a_pgshift, b_pgshift; local
304 b_pgshift = a_pgshift = kvmppc_hpte_page_shifts(v, r);
305 if (a_pgshift >= 0x100) {
307 a_pgshift >>= 8;
342 if (a_pgshift > 12) {
343 sllp = (a_pgshift == 16) ? 5 : 4;
357 rb &= ~((1ul << a_pgshift) - 1);
367 rb |= r & 0xff000 & ((1ul << a_pgshift) - 1); /* LP field */

Completed in 102 milliseconds