Home
last modified time | relevance | path

Searched refs:hpte_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H A Dhtab.c174 unsigned long hpte_count = (1UL << ppc64_pft_size) >> 4; in ps3_hpte_clear() local
177 for (i = 0; i < hpte_count; i++) in ps3_hpte_clear()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H A Dhtab.c174 unsigned long hpte_count = (1UL << ppc64_pft_size) >> 4; in ps3_hpte_clear() local
177 for (i = 0; i < hpte_count; i++) in ps3_hpte_clear()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dlpar.c801 unsigned long hpte_count = size_bytes >> 4; in manual_hpte_clear_all() local
811 * hpte_count will be a multiple of 4 in manual_hpte_clear_all()
813 for (i = 0; i < hpte_count; i += 4) { in manual_hpte_clear_all()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dlpar.c850 unsigned long hpte_count = size_bytes >> 4; in manual_hpte_clear_all() local
860 * hpte_count will be a multiple of 4 in manual_hpte_clear_all()
862 for (i = 0; i < hpte_count; i += 4) { in manual_hpte_clear_all()

Completed in 6 milliseconds