Home
last modified time | relevance | path

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

/linux-6.15/drivers/edac/
H A Damd64_edac.c234 struct amd64_pvt *pvt = mci->pvt_info; in set_scrub_rate()
253 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate()
310 struct amd64_pvt *pvt; in find_mc_by_sys_addr()
448 struct amd64_pvt *pvt; in input_addr_to_csrow()
495 struct amd64_pvt *pvt = mci->pvt_info; in get_dram_hole_info()
914 struct amd64_pvt *pvt; in dram_addr_to_input_addr()
2203 struct amd64_pvt *pvt; in f1x_lookup_addr_in_dct()
2743 struct amd64_pvt *pvt; in decode_bus_error()
2799 struct amd64_pvt *pvt; in decode_umc_error()
3993 struct amd64_pvt *pvt = NULL; in probe_one_instance()
[all …]
H A Damd64_edac.h324 struct amd64_pvt { struct
410 static inline u64 get_dram_base(struct amd64_pvt *pvt, u8 i) in get_dram_base()
420 static inline u64 get_dram_limit(struct amd64_pvt *pvt, u8 i) in get_dram_limit()
435 static inline u8 dct_sel_interleave_addr(struct amd64_pvt *pvt) in dct_sel_interleave_addr()
463 int (*dbam_to_cs)(struct amd64_pvt *pvt, u8 dct,
465 int (*hw_info_get)(struct amd64_pvt *pvt);
466 bool (*ecc_enabled)(struct amd64_pvt *pvt);
468 void (*dump_misc_regs)(struct amd64_pvt *pvt);
497 static inline u8 dram_intlv_en(struct amd64_pvt *pvt, unsigned int i) in dram_intlv_en()
507 static inline u8 dhar_valid(struct amd64_pvt *pvt) in dhar_valid()
[all …]