Searched refs:Hash_msk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/ |
H A D | hash_low.S | 288 Hash_msk = (((1 << Hash_bits) - 1) * 64) define 360 0: xoris r4,r3,Hash_msk>>16 /* compute secondary hash */ 381 0: xoris r4,r3,Hash_msk>>16 /* compute secondary hash */ 560 0: xoris r12,r8,Hash_msk>>16 /* compute secondary hash */
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/ |
H A D | hash_low.S | 292 Hash_msk = (((1 << Hash_bits) - 1) * 64) define 369 0: xoris r4,r3,Hash_msk>>16 /* compute secondary hash */ 396 0: xoris r4,r3,Hash_msk>>16 /* compute secondary hash */ 597 0: xoris r12,r8,Hash_msk>>16 /* compute secondary hash */
|
Completed in 2 milliseconds