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