Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c44 #define PPC_MIN_HPT_ORDER 18 macro
60 if (order < PPC_MIN_HPT_ORDER) in kvmppc_alloc_hpt()
61 order = PPC_MIN_HPT_ORDER; in kvmppc_alloc_hpt()
73 while (!hpt && order > PPC_MIN_HPT_ORDER) { in kvmppc_alloc_hpt()