Home
last modified time | relevance | path

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

/linux-4.1.27/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()
214 struct amd64_pvt *pvt = mci->pvt_info; in set_scrub_rate()
229 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate()
254 static bool base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, u8 nid) in base_limit_match()
279 struct amd64_pvt *pvt; in find_mc_by_sys_addr()
343 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask()
414 struct amd64_pvt *pvt; in input_addr_to_csrow()
461 struct amd64_pvt *pvt = mci->pvt_info; in amd64_get_dram_hole_info()
545 struct amd64_pvt *pvt = mci->pvt_info; in sys_addr_to_dram_addr()
[all …]
Damd64_edac.h343 struct amd64_pvt { struct
409 static inline u64 get_dram_base(struct amd64_pvt *pvt, u8 i) in get_dram_base() argument
419 static inline u64 get_dram_limit(struct amd64_pvt *pvt, u8 i) in get_dram_limit()
434 static inline u8 dct_sel_interleave_addr(struct amd64_pvt *pvt) in dct_sel_interleave_addr()
468 int (*early_channel_count) (struct amd64_pvt *pvt);
471 int (*dbam_to_cs) (struct amd64_pvt *pvt, u8 dct,
509 static inline u8 dram_intlv_en(struct amd64_pvt *pvt, unsigned int i) in dram_intlv_en()
519 static inline u8 dhar_valid(struct amd64_pvt *pvt) in dhar_valid()
529 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; \