Lines Matching defs:pvt

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() local
255 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate() local
296 static bool base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, u8 nid) in base_limit_match()
321 struct amd64_pvt *pvt; in find_mc_by_sys_addr() local
385 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask()
441 #define for_each_chip_select(i, dct, pvt) \ argument
444 #define chip_select_base(i, dct, pvt) \ argument
447 #define for_each_chip_select_mask(i, dct, pvt) \ argument
459 struct amd64_pvt *pvt; in input_addr_to_csrow() local
506 struct amd64_pvt *pvt = mci->pvt_info; in get_dram_hole_info() local
615 struct amd64_pvt *pvt = mci->pvt_info; in inject_section_show() local
630 struct amd64_pvt *pvt = mci->pvt_info; in inject_section_store() local
651 struct amd64_pvt *pvt = mci->pvt_info; in inject_word_show() local
666 struct amd64_pvt *pvt = mci->pvt_info; in inject_word_store() local
688 struct amd64_pvt *pvt = mci->pvt_info; in inject_ecc_vector_show() local
702 struct amd64_pvt *pvt = mci->pvt_info; in inject_ecc_vector_store() local
728 struct amd64_pvt *pvt = mci->pvt_info; in inject_read_store() local
761 struct amd64_pvt *pvt = mci->pvt_info; in inject_write_store() local
824 struct amd64_pvt *pvt = mci->pvt_info; in inj_is_visible() local
870 struct amd64_pvt *pvt = mci->pvt_info; in sys_addr_to_dram_addr() local
925 struct amd64_pvt *pvt; in dram_addr_to_input_addr() local
997 static unsigned long determine_edac_cap(struct amd64_pvt *pvt) in determine_edac_cap()
1032 static void debug_dump_dramcfg_low(struct amd64_pvt *pvt, u32 dclr, int chan) in debug_dump_dramcfg_low()
1072 static int f17_get_cs_mode(int dimm, u8 ctrl, struct amd64_pvt *pvt) in f17_get_cs_mode()
1089 static void debug_display_dimm_sizes_df(struct amd64_pvt *pvt, u8 ctrl) in debug_display_dimm_sizes_df()
1110 static void __dump_misc_regs_df(struct amd64_pvt *pvt) in __dump_misc_regs_df()
1155 static void __dump_misc_regs(struct amd64_pvt *pvt) in __dump_misc_regs()
1189 static void dump_misc_regs(struct amd64_pvt *pvt) in dump_misc_regs()
1204 static void prep_chip_selects(struct amd64_pvt *pvt) in prep_chip_selects()
1226 static void read_umc_base_mask(struct amd64_pvt *pvt) in read_umc_base_mask()
1280 static void read_dct_base_mask(struct amd64_pvt *pvt) in read_dct_base_mask()
1328 static void determine_memory_type(struct amd64_pvt *pvt) in determine_memory_type()
1398 static int k8_early_channel_count(struct amd64_pvt *pvt) in k8_early_channel_count()
1416 static u64 get_error_address(struct amd64_pvt *pvt, struct mce *m) in get_error_address()
1497 static void read_dram_base_limit_regs(struct amd64_pvt *pvt, unsigned range) in read_dram_base_limit_regs()
1554 struct amd64_pvt *pvt = mci->pvt_info; in k8_map_sysaddr_to_csrow() local
1619 static int k8_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in k8_dbam_to_chip_select()
1674 static int f1x_early_channel_count(struct amd64_pvt *pvt) in f1x_early_channel_count()
1716 static int f17_early_channel_count(struct amd64_pvt *pvt) in f17_early_channel_count()
1786 static int f10_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f10_dbam_to_chip_select()
1802 static int f15_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f15_dbam_to_chip_select()
1811 static int f15_m60h_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f15_m60h_dbam_to_chip_select()
1844 static int f16_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f16_dbam_to_chip_select()
1856 static int f17_addr_mask_to_cs_size(struct amd64_pvt *pvt, u8 umc, in f17_addr_mask_to_cs_size()
1913 static void read_dram_ctl_register(struct amd64_pvt *pvt) in read_dram_ctl_register()
1947 static u8 f15_m30h_determine_channel(struct amd64_pvt *pvt, u64 sys_addr, in f15_m30h_determine_channel()
1978 static u8 f1x_determine_channel(struct amd64_pvt *pvt, u64 sys_addr, in f1x_determine_channel()
2022 static u64 f1x_get_norm_dct_addr(struct amd64_pvt *pvt, u8 range, in f1x_get_norm_dct_addr()
2073 static int f10_process_possible_spare(struct amd64_pvt *pvt, u8 dct, int csrow) in f10_process_possible_spare()
2101 struct amd64_pvt *pvt; in f1x_lookup_addr_in_dct() local
2147 static u64 f1x_swap_interleaved_region(struct amd64_pvt *pvt, u64 sys_addr) in f1x_swap_interleaved_region()
2177 static int f1x_match_to_this_node(struct amd64_pvt *pvt, unsigned range, in f1x_match_to_this_node()
2257 static int f15_m30h_match_to_this_node(struct amd64_pvt *pvt, unsigned range, in f15_m30h_match_to_this_node()
2379 static int f1x_translate_sysaddr_to_cs(struct amd64_pvt *pvt, in f1x_translate_sysaddr_to_cs()
2416 struct amd64_pvt *pvt = mci->pvt_info; in f1x_map_sysaddr_to_csrow() local
2439 static void debug_display_dimm_sizes(struct amd64_pvt *pvt, u8 ctrl) in debug_display_dimm_sizes()
2772 struct amd64_pvt *pvt = mci->pvt_info; in get_channel_from_ecc_syndrome() local
2841 struct amd64_pvt *pvt; in decode_bus_error() local
2892 struct amd64_pvt *pvt; in decode_umc_error() local
2942 reserve_mc_sibling_devs(struct amd64_pvt *pvt, u16 pci_id1, u16 pci_id2) in reserve_mc_sibling_devs()
2997 static void free_mc_sibling_devs(struct amd64_pvt *pvt) in free_mc_sibling_devs()
3008 static void determine_ecc_sym_sz(struct amd64_pvt *pvt) in determine_ecc_sym_sz()
3044 static void __read_mc_regs_df(struct amd64_pvt *pvt) in __read_mc_regs_df()
3068 static void read_mc_regs(struct amd64_pvt *pvt) in read_mc_regs()
3179 static u32 get_csrow_nr_pages(struct amd64_pvt *pvt, u8 dct, int csrow_nr_orig) in get_csrow_nr_pages()
3204 struct amd64_pvt *pvt = mci->pvt_info; in init_csrows_df() local
3252 struct amd64_pvt *pvt = mci->pvt_info; in init_csrows() local
3483 static bool ecc_enabled(struct amd64_pvt *pvt) in ecc_enabled()
3535 f17h_determine_edac_ctl_cap(struct mem_ctl_info *mci, struct amd64_pvt *pvt) in f17h_determine_edac_ctl_cap()
3567 struct amd64_pvt *pvt = mci->pvt_info; in setup_mci_misc_attrs() local
3596 static struct amd64_family_type *per_family_init(struct amd64_pvt *pvt) in per_family_init()
3697 static int hw_info_get(struct amd64_pvt *pvt) in hw_info_get()
3723 static void hw_info_put(struct amd64_pvt *pvt) in hw_info_put()
3731 static int init_one_instance(struct amd64_pvt *pvt) in init_one_instance()
3782 static bool instance_has_memory(struct amd64_pvt *pvt) in instance_has_memory()
3798 struct amd64_pvt *pvt = NULL; in probe_one_instance() local
3884 struct amd64_pvt *pvt; in remove_one_instance() local