Home
last modified time | relevance | path

Searched refs:hash_pa8 (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
463 hash_pa8 = FIELD_GET(BIT_ULL(8), denorm_ctx->current_spa); in get_logical_coh_st_fabric_id_for_current_spa()
464 hash_pa8 ^= FIELD_GET(BIT_ULL(14), denorm_ctx->current_spa); in get_logical_coh_st_fabric_id_for_current_spa()
465 hash_pa8 ^= FIELD_GET(BIT_ULL(16), denorm_ctx->current_spa) & hash_ctl_64k; in get_logical_coh_st_fabric_id_for_current_spa()
466 hash_pa8 ^= FIELD_GET(BIT_ULL(21), denorm_ctx->current_spa) & hash_ctl_2M; 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()
468 hash_pa8 ^= FIELD_GET(BIT_ULL(40), denorm_ctx->current_spa) & hash_ctl_1T; in get_logical_coh_st_fabric_id_for_current_spa()
494 cs_id |= hash_pa8 << df_cfg.socket_id_shift; in get_logical_coh_st_fabric_id_for_current_spa()
502 cs_id |= hash_pa8 << df_cfg.socket_id_shift; 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()
[all …]