Lines Matching refs:hashed_bit

660 	bool hash_pa8, hashed_bit;  in denorm_addr_df4_np2()  local
776 hashed_bit = !!hash_pa8; in denorm_addr_df4_np2()
777 hashed_bit ^= FIELD_GET(BIT_ULL(14), ctx->ret_addr); in denorm_addr_df4_np2()
778 hashed_bit ^= FIELD_GET(BIT_ULL(16), ctx->ret_addr) & hash_ctl_64k; in denorm_addr_df4_np2()
779 hashed_bit ^= FIELD_GET(BIT_ULL(21), ctx->ret_addr) & hash_ctl_2M; in denorm_addr_df4_np2()
780 hashed_bit ^= FIELD_GET(BIT_ULL(30), ctx->ret_addr) & hash_ctl_1G; in denorm_addr_df4_np2()
782 ctx->ret_addr |= hashed_bit << 8; in denorm_addr_df4_np2()
791 hashed_bit = !!(group & BIT(1)); in denorm_addr_df4_np2()
793 hashed_bit = group & BIT(0); in denorm_addr_df4_np2()
795 hashed_bit ^= FIELD_GET(BIT_ULL(18), ctx->ret_addr) & hash_ctl_64k; in denorm_addr_df4_np2()
796 hashed_bit ^= FIELD_GET(BIT_ULL(23), ctx->ret_addr) & hash_ctl_2M; in denorm_addr_df4_np2()
797 hashed_bit ^= FIELD_GET(BIT_ULL(32), ctx->ret_addr) & hash_ctl_1G; in denorm_addr_df4_np2()
799 ctx->ret_addr |= hashed_bit << 13; in denorm_addr_df4_np2()
805 hashed_bit = group & BIT(0); in denorm_addr_df4_np2()
806 hashed_bit ^= FIELD_GET(BIT_ULL(17), ctx->ret_addr) & hash_ctl_64k; in denorm_addr_df4_np2()
807 hashed_bit ^= FIELD_GET(BIT_ULL(22), ctx->ret_addr) & hash_ctl_2M; in denorm_addr_df4_np2()
808 hashed_bit ^= FIELD_GET(BIT_ULL(31), ctx->ret_addr) & hash_ctl_1G; in denorm_addr_df4_np2()
810 ctx->ret_addr |= hashed_bit << 12; in denorm_addr_df4_np2()
905 bool hash_ctl_64k, hash_ctl_2M, hash_ctl_1G, hash_ctl_1T, hashed_bit; in recalculate_hashed_bits_df4p5_np2() local
916 hashed_bit = FIELD_GET(BIT_ULL(8), denorm_ctx->current_spa); in recalculate_hashed_bits_df4p5_np2()
917 hashed_bit ^= FIELD_GET(BIT_ULL(14), denorm_ctx->current_spa); in recalculate_hashed_bits_df4p5_np2()
918 hashed_bit ^= FIELD_GET(BIT_ULL(16), denorm_ctx->current_spa) & hash_ctl_64k; in recalculate_hashed_bits_df4p5_np2()
919 hashed_bit ^= FIELD_GET(BIT_ULL(21), denorm_ctx->current_spa) & hash_ctl_2M; in recalculate_hashed_bits_df4p5_np2()
920 hashed_bit ^= FIELD_GET(BIT_ULL(30), denorm_ctx->current_spa) & hash_ctl_1G; in recalculate_hashed_bits_df4p5_np2()
921 hashed_bit ^= FIELD_GET(BIT_ULL(40), denorm_ctx->current_spa) & hash_ctl_1T; in recalculate_hashed_bits_df4p5_np2()
923 if (FIELD_GET(BIT_ULL(8), denorm_ctx->current_spa) != hashed_bit) in recalculate_hashed_bits_df4p5_np2()
928 hashed_bit = FIELD_GET(BIT_ULL(9), denorm_ctx->current_spa); in recalculate_hashed_bits_df4p5_np2()
929 hashed_bit ^= FIELD_GET(BIT_ULL(17), denorm_ctx->current_spa) & hash_ctl_64k; in recalculate_hashed_bits_df4p5_np2()
930 hashed_bit ^= FIELD_GET(BIT_ULL(22), denorm_ctx->current_spa) & hash_ctl_2M; in recalculate_hashed_bits_df4p5_np2()
931 hashed_bit ^= FIELD_GET(BIT_ULL(31), denorm_ctx->current_spa) & hash_ctl_1G; in recalculate_hashed_bits_df4p5_np2()
932 hashed_bit ^= FIELD_GET(BIT_ULL(41), denorm_ctx->current_spa) & hash_ctl_1T; in recalculate_hashed_bits_df4p5_np2()
934 if (FIELD_GET(BIT_ULL(9), denorm_ctx->current_spa) != hashed_bit) in recalculate_hashed_bits_df4p5_np2()
939 hashed_bit = FIELD_GET(BIT_ULL(12), denorm_ctx->current_spa); in recalculate_hashed_bits_df4p5_np2()
940 hashed_bit ^= FIELD_GET(BIT_ULL(18), denorm_ctx->current_spa) & hash_ctl_64k; in recalculate_hashed_bits_df4p5_np2()
941 hashed_bit ^= FIELD_GET(BIT_ULL(23), denorm_ctx->current_spa) & hash_ctl_2M; in recalculate_hashed_bits_df4p5_np2()
942 hashed_bit ^= FIELD_GET(BIT_ULL(32), denorm_ctx->current_spa) & hash_ctl_1G; in recalculate_hashed_bits_df4p5_np2()
943 hashed_bit ^= FIELD_GET(BIT_ULL(42), denorm_ctx->current_spa) & hash_ctl_1T; in recalculate_hashed_bits_df4p5_np2()
945 if (FIELD_GET(BIT_ULL(12), denorm_ctx->current_spa) != hashed_bit) in recalculate_hashed_bits_df4p5_np2()
950 hashed_bit = FIELD_GET(BIT_ULL(13), denorm_ctx->current_spa); in recalculate_hashed_bits_df4p5_np2()
951 hashed_bit ^= FIELD_GET(BIT_ULL(19), denorm_ctx->current_spa) & hash_ctl_64k; in recalculate_hashed_bits_df4p5_np2()
952 hashed_bit ^= FIELD_GET(BIT_ULL(24), denorm_ctx->current_spa) & hash_ctl_2M; in recalculate_hashed_bits_df4p5_np2()
953 hashed_bit ^= FIELD_GET(BIT_ULL(33), denorm_ctx->current_spa) & hash_ctl_1G; in recalculate_hashed_bits_df4p5_np2()
954 hashed_bit ^= FIELD_GET(BIT_ULL(43), denorm_ctx->current_spa) & hash_ctl_1T; in recalculate_hashed_bits_df4p5_np2()
956 if (FIELD_GET(BIT_ULL(13), denorm_ctx->current_spa) != hashed_bit) in recalculate_hashed_bits_df4p5_np2()