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

/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c126 static u8 *linear_map_hash_slots; variable
436 linear_map_hash_slots[paddr >> PAGE_SHIFT] = ret | 0x80;
1139 linear_map_hash_slots = memblock_alloc_try_nid(
1142 if (!linear_map_hash_slots)
2137 if (linear_map_hash_slots[lmi] & 0x80)
2146 BUG_ON(linear_map_hash_slots[lmi] & 0x80);
2147 linear_map_hash_slots[lmi] = ret | 0x80;
2159 if (!(linear_map_hash_slots[lmi] & 0x80)) {
2163 hidx = linear_map_hash_slots[lmi] & 0x7f;
2164 linear_map_hash_slots[lm
[all...]

Completed in 179 milliseconds