Searched refs:base_hpte_find (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/mm/ptdump/ |
H A D | hashpagetable.c | 316 static int base_hpte_find(unsigned long ea, int psize, bool primary, u64 *v, in base_hpte_find() function 336 slot = base_hpte_find(ea, psize, true, &v, &r); in hpte_find() 340 slot = base_hpte_find(ea, psize, false, &v, &r); in hpte_find()
|