Searched refs:hpt (Results 1 – 13 of 13) sorted by relevance
7 - mips-hpt-frequency: This is common to all CPUs in the system so it lives
53 unsigned long hpt = 0; in kvmppc_alloc_hpt() local67 hpt = (unsigned long)pfn_to_kaddr(page_to_pfn(page)); in kvmppc_alloc_hpt()68 memset((void *)hpt, 0, (1ul << order)); in kvmppc_alloc_hpt()73 while (!hpt && order > PPC_MIN_HPT_ORDER) { in kvmppc_alloc_hpt()74 hpt = __get_free_pages(GFP_KERNEL|__GFP_ZERO|__GFP_REPEAT| in kvmppc_alloc_hpt()76 if (!hpt) in kvmppc_alloc_hpt()80 if (!hpt) in kvmppc_alloc_hpt()83 kvm->arch.hpt_virt = hpt; in kvmppc_alloc_hpt()97 kvm->arch.sdr1 = __pa(hpt) | (order - 18); in kvmppc_alloc_hpt()100 hpt, order, kvm->arch.lpid); in kvmppc_alloc_hpt()[all …]
10 mips-hpt-frequency = <160000000>;
10 mips-hpt-frequency = <200000000>;
19 mips-hpt-frequency = <300000000>;
18 mips-hpt-frequency = <100000000>;
10 mips-hpt-frequency = <202500000>;
10 mips-hpt-frequency = <375000000>;
10 mips-hpt-frequency = <93750000>;
10 mips-hpt-frequency = <163125000>;