Lines Matching refs:test_bit
320 bool hashed_bit, intlv_bit, test_bit; in mi300_dehash_addr() local
345 test_bit = BIT_ULL(12 + i) & ctx->ret_addr; in mi300_dehash_addr()
346 hashed_bit ^= test_bit & hash_ctl_4k; in mi300_dehash_addr()
350 test_bit = BIT_ULL(15 + i) & ctx->ret_addr; in mi300_dehash_addr()
351 hashed_bit ^= test_bit & hash_ctl_64k; in mi300_dehash_addr()
352 test_bit = BIT_ULL(22 + i) & ctx->ret_addr; in mi300_dehash_addr()
353 hashed_bit ^= test_bit & hash_ctl_2M; in mi300_dehash_addr()
354 test_bit = BIT_ULL(29 + i) & ctx->ret_addr; in mi300_dehash_addr()
355 hashed_bit ^= test_bit & hash_ctl_1G; in mi300_dehash_addr()
356 test_bit = BIT_ULL(36 + i) & ctx->ret_addr; in mi300_dehash_addr()
357 hashed_bit ^= test_bit & hash_ctl_1T; in mi300_dehash_addr()
358 test_bit = BIT_ULL(43 + i) & ctx->ret_addr; in mi300_dehash_addr()
359 hashed_bit ^= test_bit & hash_ctl_1T; in mi300_dehash_addr()
375 test_bit = BIT_ULL(20 + i) & ctx->ret_addr; in mi300_dehash_addr()
376 hashed_bit ^= test_bit & hash_ctl_64k; in mi300_dehash_addr()
377 test_bit = BIT_ULL(27 + i) & ctx->ret_addr; in mi300_dehash_addr()
378 hashed_bit ^= test_bit & hash_ctl_2M; in mi300_dehash_addr()
379 test_bit = BIT_ULL(34 + i) & ctx->ret_addr; in mi300_dehash_addr()
380 hashed_bit ^= test_bit & hash_ctl_1G; in mi300_dehash_addr()
381 test_bit = BIT_ULL(41 + i) & ctx->ret_addr; in mi300_dehash_addr()
382 hashed_bit ^= test_bit & hash_ctl_1T; in mi300_dehash_addr()