Home
last modified time | relevance | path

Searched refs:hash_pa12 (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
476 hash_pa12 = FIELD_GET(BIT_ULL(12), denorm_ctx->current_spa); in get_logical_coh_st_fabric_id_for_current_spa()
477 hash_pa12 ^= FIELD_GET(BIT_ULL(18), denorm_ctx->current_spa) & hash_ctl_64k; in get_logical_coh_st_fabric_id_for_current_spa()
478 hash_pa12 ^= FIELD_GET(BIT_ULL(23), denorm_ctx->current_spa) & hash_ctl_2M; 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()
480 hash_pa12 ^= FIELD_GET(BIT_ULL(42), 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()
501 cs_id |= (hash_pa12 | (hash_pa13 << 1)); in get_logical_coh_st_fabric_id_for_current_spa()
516 cs_id |= (hash_pa8 | (hash_pa12 << 1)); in get_logical_coh_st_fabric_id_for_current_spa()