Home
last modified time | relevance | path

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

/drivers/edac/
Damd64_edac_inj.c8 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_show()
23 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_store()
45 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_show()
60 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_store()
82 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_show()
96 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_store()
122 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_read_store()
155 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_write_store()
224 struct amd64_pvt *pvt = mci->pvt_info; in amd64_edac_inj_is_visible()
Damd64_edac.c91 static void f15h_select_dct(struct amd64_pvt *pvt, u8 dct) in f15h_select_dct()
115 static inline int amd64_read_dct_pci_cfg(struct amd64_pvt *pvt, u8 dct, in amd64_read_dct_pci_cfg()
176 static int __set_scrub_rate(struct amd64_pvt *pvt, u32 new_bw, u32 min_rate) in __set_scrub_rate()
221 struct amd64_pvt *pvt = mci->pvt_info; in set_scrub_rate()
240 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate()
271 static bool base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, u8 nid) in base_limit_match()
296 struct amd64_pvt *pvt; in find_mc_by_sys_addr()
360 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask()
431 struct amd64_pvt *pvt; in input_addr_to_csrow()
478 struct amd64_pvt *pvt = mci->pvt_info; in amd64_get_dram_hole_info()
[all …]
Damd64_edac.h291 struct amd64_pvt { struct
357 static inline u64 get_dram_base(struct amd64_pvt *pvt, u8 i) in get_dram_base() argument
367 static inline u64 get_dram_limit(struct amd64_pvt *pvt, u8 i) in get_dram_limit()
382 static inline u8 dct_sel_interleave_addr(struct amd64_pvt *pvt) in dct_sel_interleave_addr()
416 int (*early_channel_count) (struct amd64_pvt *pvt);
419 int (*dbam_to_cs) (struct amd64_pvt *pvt, u8 dct,
457 static inline u8 dram_intlv_en(struct amd64_pvt *pvt, unsigned int i) in dram_intlv_en()
467 static inline u8 dhar_valid(struct amd64_pvt *pvt) in dhar_valid()
477 static inline u32 dct_sel_baseaddr(struct amd64_pvt *pvt) in dct_sel_baseaddr()
Damd64_edac_dbg.c9 struct amd64_pvt *pvt = mci->pvt_info; \