Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dmodule.c656 unsigned int hashtable_bits, Elf_Addr v, in add_relocation_to_accumulate() argument
675 hash = hash_min((uintptr_t)location, hashtable_bits); in add_relocation_to_accumulate()
753 unsigned int hashtable_bits = ilog2(hashtable_size); in initialize_relocation_hashtable() local
761 hashtable_bits += should_double_size; in initialize_relocation_hashtable()
773 return hashtable_bits; in initialize_relocation_hashtable()
790 unsigned int hashtable_bits; in apply_relocate_add() local
793 hashtable_bits = initialize_relocation_hashtable(num_relocations, in apply_relocate_add()
890 hashtable_bits, v, in apply_relocate_add()