Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_native.c741 unsigned long pteg_count; in native_hpte_clear() local
744 pteg_count = htab_hash_mask + 1; in native_hpte_clear()
746 slots = pteg_count * HPTES_PER_GROUP; in native_hpte_clear()
Dhash_utils.c982 unsigned long pteg_count; in htab_initialize() local
1003 pteg_count = htab_size_bytes >> 7; in htab_initialize()
1005 htab_hash_mask = pteg_count - 1; in htab_initialize()