Home
last modified time | relevance | path

Searched refs:pteg_count (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/powerpc/mm/book3s64/
Dhash_native.c746 unsigned long pteg_count; in native_hpte_clear() local
749 pteg_count = htab_hash_mask + 1; in native_hpte_clear()
751 slots = pteg_count * HPTES_PER_GROUP; in native_hpte_clear()
Dhash_utils.c1033 unsigned long pteg_count; in htab_initialize() local
1069 pteg_count = htab_size_bytes >> 7; in htab_initialize()
1071 htab_hash_mask = pteg_count - 1; in htab_initialize()