Lines Matching defs:ctx

19 static u16 get_dst_fabric_id(struct addr_ctx *ctx)  in get_dst_fabric_id()
44 static u64 make_space_for_coh_st_id_at_intlv_bit(struct addr_ctx *ctx) in make_space_for_coh_st_id_at_intlv_bit()
70 static u64 make_space_for_coh_st_id_split_2_1(struct addr_ctx *ctx) in make_space_for_coh_st_id_split_2_1()
94 static u64 make_space_for_coh_st_id_mi300(struct addr_ctx *ctx) in make_space_for_coh_st_id_mi300()
121 static u64 make_space_for_coh_st_id(struct addr_ctx *ctx) in make_space_for_coh_st_id()
156 static u16 get_coh_st_id_df2(struct addr_ctx *ctx) in get_coh_st_id_df2()
196 static u16 get_coh_st_id_df4(struct addr_ctx *ctx) in get_coh_st_id_df4()
256 static u16 get_coh_st_id_mi300(struct addr_ctx *ctx) in get_coh_st_id_mi300()
282 static u16 calculate_coh_st_id(struct addr_ctx *ctx) in calculate_coh_st_id()
323 static u64 insert_coh_st_id_at_intlv_bit(struct addr_ctx *ctx, u64 denorm_addr, u16 coh_st_id) in insert_coh_st_id_at_intlv_bit()
328 static u64 insert_coh_st_id_split_2_1(struct addr_ctx *ctx, u64 denorm_addr, u16 coh_st_id) in insert_coh_st_id_split_2_1()
339 static u64 insert_coh_st_id_split_2_2(struct addr_ctx *ctx, u64 denorm_addr, u16 coh_st_id) in insert_coh_st_id_split_2_2()
353 static u64 insert_coh_st_id(struct addr_ctx *ctx, u64 denorm_addr, u16 coh_st_id) in insert_coh_st_id()
406 static u16 get_logical_coh_st_fabric_id_mi300(struct addr_ctx *ctx) in get_logical_coh_st_fabric_id_mi300()
416 static u16 get_logical_coh_st_fabric_id(struct addr_ctx *ctx) in get_logical_coh_st_fabric_id()
451 static u16 get_logical_coh_st_fabric_id_for_current_spa(struct addr_ctx *ctx, in get_logical_coh_st_fabric_id_for_current_spa()
563 static int denorm_addr_common(struct addr_ctx *ctx) in denorm_addr_common()
580 static int denorm_addr_df3_6chan(struct addr_ctx *ctx) in denorm_addr_df3_6chan()
653 static int denorm_addr_df4_np2(struct addr_ctx *ctx) in denorm_addr_df4_np2()
814 static u64 normalize_addr_df4p5_np2(struct addr_ctx *ctx, struct df4p5_denorm_ctx *denorm_ctx, in normalize_addr_df4p5_np2()
902 static void recalculate_hashed_bits_df4p5_np2(struct addr_ctx *ctx, in recalculate_hashed_bits_df4p5_np2()
961 static bool match_logical_coh_st_fabric_id(struct addr_ctx *ctx, in match_logical_coh_st_fabric_id()
977 static bool match_norm_addr(struct addr_ctx *ctx, struct df4p5_denorm_ctx *denorm_ctx) in match_norm_addr()
994 static int check_permutations(struct addr_ctx *ctx, struct df4p5_denorm_ctx *denorm_ctx) in check_permutations()
1122 static int init_df4p5_denorm_ctx(struct addr_ctx *ctx, struct df4p5_denorm_ctx *denorm_ctx) in init_df4p5_denorm_ctx()
1234 static int denorm_addr_df4p5_np2(struct addr_ctx *ctx) in denorm_addr_df4p5_np2()
1250 int denormalize_address(struct addr_ctx *ctx) in denormalize_address()