Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol_tbl.c37 static const struct rct_bnkaddrmode bnkaddr_tbls_pre_d[];
38 static const struct rct_bnkaddrmode bnkaddr_tbls_d_e[];
39 static const struct rct_bnkaddrmode bnkaddr_tbls_f[];
45 const struct rct_bnkaddrmode *modetbl;
160 static const struct rct_bnkaddrmode bnkaddr_tbls_pre_d[] = {
187 static const struct rct_bnkaddrmode bnkaddr_tbls_d_e[] = {
226 static const struct rct_bnkaddrmode bnkaddr_tbls_f[] = {
800 const struct rct_bnkaddrmode *
801 rct_bnkaddrmode(uint_t mcrev, uint_t csmode) in rct_bnkaddrmode() function
865 const struct rct_bnkaddrmode *bam; in rct_csintlv_bits()
[all …]
H A Dmcamd_rowcol_impl.h61 struct rct_bnkaddrmode { struct
93 extern const struct rct_bnkaddrmode *rct_bnkaddrmode(uint_t, uint_t);
H A Dmcamd_rowcol.c106 const struct rct_bnkaddrmode **bamp, const struct rct_rcbmap **rcbmp, in gettbls()
113 if (bamp && (*bamp = rct_bnkaddrmode(rev, csmode)) == NULL) { in gettbls()
170 iaddr_to_row(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in iaddr_to_row()
196 row_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in row_to_iaddr()
218 iaddr_to_col(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in iaddr_to_col()
249 col_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in col_to_iaddr()
352 const struct rct_bnkaddrmode *bamp; in iaddr_to_rcb()
486 const struct rct_bnkaddrmode *bamp; in mc_offset_to_pa()
654 const struct rct_bnkaddrmode *bamp; in mcamd_cs_size()