Searched refs:base_hpte_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 2 milliseconds