Searched refs:hash_ctl_1G (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/ras/amd/atl/ |
H A D | dehash.c | 36 bool hash_ctl_64k, hash_ctl_2M, hash_ctl_1G; in df3_dehash_addr() local 41 hash_ctl_1G = FIELD_GET(DF3_HASH_CTL_1G, ctx->map.ctl); in df3_dehash_addr() 50 hashed_bit ^= FIELD_GET(BIT_ULL(32), ctx->ret_addr) & hash_ctl_1G; in df3_dehash_addr() 64 hashed_bit ^= FIELD_GET(BIT_ULL(30), ctx->ret_addr) & hash_ctl_1G; in df3_dehash_addr() 78 hashed_bit ^= FIELD_GET(BIT_ULL(31), ctx->ret_addr) & hash_ctl_1G; in df3_dehash_addr() 90 bool hash_ctl_2M, hash_ctl_1G; in df3_6chan_dehash_addr() local 100 hash_ctl_1G = FIELD_GET(DF3_HASH_CTL_1G, ctx->map.ctl); in df3_6chan_dehash_addr() 107 hashed_bit ^= FIELD_GET(BIT_ULL(32), ctx->ret_addr) & hash_ctl_1G; in df3_6chan_dehash_addr() 117 hashed_bit ^= FIELD_GET(BIT_ULL(30), ctx->ret_addr) & hash_ctl_1G; in df3_6chan_dehash_addr() 127 hashed_bit ^= FIELD_GET(BIT_ULL(31), ctx->ret_addr) & hash_ctl_1G; in df3_6chan_dehash_addr() [all …]
|
H A D | denormalize.c | 454 bool hash_ctl_64k, hash_ctl_2M, hash_ctl_1G, hash_ctl_1T; in get_logical_coh_st_fabric_id_for_current_spa() local 460 hash_ctl_1G = FIELD_GET(DF4_HASH_CTL_1G, ctx->map.ctl); in get_logical_coh_st_fabric_id_for_current_spa() 467 hash_pa8 ^= FIELD_GET(BIT_ULL(30), denorm_ctx->current_spa) & hash_ctl_1G; in get_logical_coh_st_fabric_id_for_current_spa() 473 hash_pa9 ^= FIELD_GET(BIT_ULL(31), denorm_ctx->current_spa) & hash_ctl_1G; in get_logical_coh_st_fabric_id_for_current_spa() 479 hash_pa12 ^= FIELD_GET(BIT_ULL(32), denorm_ctx->current_spa) & hash_ctl_1G; in get_logical_coh_st_fabric_id_for_current_spa() 485 hash_pa13 ^= FIELD_GET(BIT_ULL(33), denorm_ctx->current_spa) & hash_ctl_1G; in get_logical_coh_st_fabric_id_for_current_spa() 655 bool hash_ctl_64k, hash_ctl_2M, hash_ctl_1G; in denorm_addr_df4_np2() local 774 hash_ctl_1G = FIELD_GET(DF4_HASH_CTL_1G, ctx->map.ctl); in denorm_addr_df4_np2() 780 hashed_bit ^= FIELD_GET(BIT_ULL(30), ctx->ret_addr) & hash_ctl_1G; in denorm_addr_df4_np2() 797 hashed_bit ^= FIELD_GET(BIT_ULL(32), ctx->ret_addr) & hash_ctl_1G; in denorm_addr_df4_np2() [all …]
|