Home
last modified time | relevance | path

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

/linux/drivers/ras/amd/atl/
H A Ddehash.c36 bool hash_ctl_64k, hash_ctl_2M, hash_ctl_1G; in df3_dehash_addr() local
40 hash_ctl_2M = FIELD_GET(DF3_HASH_CTL_2M, ctx->map.ctl); in df3_dehash_addr()
49 hashed_bit ^= FIELD_GET(BIT_ULL(23), ctx->ret_addr) & hash_ctl_2M; in df3_dehash_addr()
63 hashed_bit ^= FIELD_GET(BIT_ULL(21), ctx->ret_addr) & hash_ctl_2M; in df3_dehash_addr()
77 hashed_bit ^= FIELD_GET(BIT_ULL(22), ctx->ret_addr) & hash_ctl_2M; in df3_dehash_addr()
90 bool hash_ctl_2M, hash_ctl_1G; in df3_6chan_dehash_addr() local
99 hash_ctl_2M = FIELD_GET(DF3_HASH_CTL_2M, ctx->map.ctl); in df3_6chan_dehash_addr()
106 hashed_bit ^= FIELD_GET(BIT_ULL(23), ctx->ret_addr) & hash_ctl_2M; in df3_6chan_dehash_addr()
116 hashed_bit ^= FIELD_GET(BIT_ULL(21), ctx->ret_addr) & hash_ctl_2M; in df3_6chan_dehash_addr()
126 hashed_bit ^= FIELD_GET(BIT_ULL(22), ctx->ret_addr) & hash_ctl_2M; in df3_6chan_dehash_addr()
[all …]