Searched refs:b_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);
306 b_pgshift &= 0xff;
341 if (b_pgshift <= 12) {
353 rb |= (va_low << b_pgshift) & 0x7ff000;
363 aval_shift = 64 - (77 - b_pgshift) + 1;

Completed in 113 milliseconds