Home
last modified time | relevance | path

Searched refs:hash_pa9 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/ras/amd/atl/
H A Ddenormalize.c455 bool hash_pa8, hash_pa9, hash_pa12, hash_pa13; in get_logical_coh_st_fabric_id_for_current_spa() local
470 hash_pa9 = FIELD_GET(BIT_ULL(9), denorm_ctx->current_spa); in get_logical_coh_st_fabric_id_for_current_spa()
471 hash_pa9 ^= FIELD_GET(BIT_ULL(17), denorm_ctx->current_spa) & hash_ctl_64k; in get_logical_coh_st_fabric_id_for_current_spa()
472 hash_pa9 ^= FIELD_GET(BIT_ULL(22), denorm_ctx->current_spa) & hash_ctl_2M; 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()
474 hash_pa9 ^= FIELD_GET(BIT_ULL(41), denorm_ctx->current_spa) & hash_ctl_1T; in get_logical_coh_st_fabric_id_for_current_spa()
493 cs_id |= (hash_pa9 | (hash_pa12 << 1)); in get_logical_coh_st_fabric_id_for_current_spa()
509 cs_id |= (hash_pa8 | (hash_pa9 << 1)); in get_logical_coh_st_fabric_id_for_current_spa()