Searched refs:amd64_pvt (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/edac/ |
D | amd64_edac_inj.c | 9 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_show() 24 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_store() 46 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_show() 61 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_store() 83 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_show() 97 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_store() 123 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_read_store() 156 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_write_store() 225 struct amd64_pvt *pvt = mci->pvt_info; in amd64_edac_inj_is_visible()
|
D | amd64_edac.c | 89 static void f15h_select_dct(struct amd64_pvt *pvt, u8 dct) in f15h_select_dct() 113 static inline int amd64_read_dct_pci_cfg(struct amd64_pvt *pvt, u8 dct, in amd64_read_dct_pci_cfg() 170 static inline void __f17h_set_scrubval(struct amd64_pvt *pvt, u32 scrubval) in __f17h_set_scrubval() 189 static int __set_scrub_rate(struct amd64_pvt *pvt, u32 new_bw, u32 min_rate) in __set_scrub_rate() 236 struct amd64_pvt *pvt = mci->pvt_info; in set_scrub_rate() 255 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate() 302 static bool base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, u8 nid) in base_limit_match() 327 struct amd64_pvt *pvt; in find_mc_by_sys_addr() 391 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask() 462 struct amd64_pvt *pvt; in input_addr_to_csrow() [all …]
|
D | amd64_edac.h | 330 struct amd64_pvt { struct 406 static inline u64 get_dram_base(struct amd64_pvt *pvt, u8 i) in get_dram_base() 416 static inline u64 get_dram_limit(struct amd64_pvt *pvt, u8 i) in get_dram_limit() 431 static inline u8 dct_sel_interleave_addr(struct amd64_pvt *pvt) in dct_sel_interleave_addr() 465 int (*early_channel_count) (struct amd64_pvt *pvt); 468 int (*dbam_to_cs) (struct amd64_pvt *pvt, u8 dct, 506 static inline u8 dram_intlv_en(struct amd64_pvt *pvt, unsigned int i) in dram_intlv_en() 516 static inline u8 dhar_valid(struct amd64_pvt *pvt) in dhar_valid() 526 static inline u32 dct_sel_baseaddr(struct amd64_pvt *pvt) in dct_sel_baseaddr()
|
D | amd64_edac_dbg.c | 10 struct amd64_pvt *pvt = mci->pvt_info; \
|