Lines Matching defs:pvt

91 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() local
229 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate() local
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() local
343 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask()
399 #define for_each_chip_select(i, dct, pvt) \ argument
402 #define chip_select_base(i, dct, pvt) \ argument
405 #define for_each_chip_select_mask(i, dct, pvt) \ argument
414 struct amd64_pvt *pvt; in input_addr_to_csrow() local
461 struct amd64_pvt *pvt = mci->pvt_info; in amd64_get_dram_hole_info() local
545 struct amd64_pvt *pvt = mci->pvt_info; in sys_addr_to_dram_addr() local
601 struct amd64_pvt *pvt; in dram_addr_to_input_addr() local
673 static unsigned long determine_edac_cap(struct amd64_pvt *pvt) in determine_edac_cap()
690 static void debug_dump_dramcfg_low(struct amd64_pvt *pvt, u32 dclr, int chan) in debug_dump_dramcfg_low()
723 static void dump_misc_regs(struct amd64_pvt *pvt) in dump_misc_regs()
763 static void prep_chip_selects(struct amd64_pvt *pvt) in prep_chip_selects()
780 static void read_dct_base_mask(struct amd64_pvt *pvt) in read_dct_base_mask()
825 static void determine_memory_type(struct amd64_pvt *pvt) in determine_memory_type()
885 static int k8_early_channel_count(struct amd64_pvt *pvt) in k8_early_channel_count()
903 static u64 get_error_address(struct amd64_pvt *pvt, struct mce *m) in get_error_address()
984 static void read_dram_base_limit_regs(struct amd64_pvt *pvt, unsigned range) in read_dram_base_limit_regs()
1041 struct amd64_pvt *pvt = mci->pvt_info; in k8_map_sysaddr_to_csrow() local
1106 static int k8_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in k8_dbam_to_chip_select()
1161 static int f1x_early_channel_count(struct amd64_pvt *pvt) in f1x_early_channel_count()
1260 static int f10_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f10_dbam_to_chip_select()
1276 static int f15_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f15_dbam_to_chip_select()
1285 static int f15_m60h_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f15_m60h_dbam_to_chip_select()
1318 static int f16_dbam_to_chip_select(struct amd64_pvt *pvt, u8 dct, in f16_dbam_to_chip_select()
1330 static void read_dram_ctl_register(struct amd64_pvt *pvt) in read_dram_ctl_register()
1364 static u8 f15_m30h_determine_channel(struct amd64_pvt *pvt, u64 sys_addr, in f15_m30h_determine_channel()
1395 static u8 f1x_determine_channel(struct amd64_pvt *pvt, u64 sys_addr, in f1x_determine_channel()
1433 static u64 f1x_get_norm_dct_addr(struct amd64_pvt *pvt, u8 range, in f1x_get_norm_dct_addr()
1484 static int f10_process_possible_spare(struct amd64_pvt *pvt, u8 dct, int csrow) in f10_process_possible_spare()
1512 struct amd64_pvt *pvt; in f1x_lookup_addr_in_dct() local
1558 static u64 f1x_swap_interleaved_region(struct amd64_pvt *pvt, u64 sys_addr) in f1x_swap_interleaved_region()
1588 static int f1x_match_to_this_node(struct amd64_pvt *pvt, unsigned range, in f1x_match_to_this_node()
1668 static int f15_m30h_match_to_this_node(struct amd64_pvt *pvt, unsigned range, in f15_m30h_match_to_this_node()
1787 static int f1x_translate_sysaddr_to_cs(struct amd64_pvt *pvt, in f1x_translate_sysaddr_to_cs()
1824 struct amd64_pvt *pvt = mci->pvt_info; in f1x_map_sysaddr_to_csrow() local
1847 static void debug_display_dimm_sizes(struct amd64_pvt *pvt, u8 ctrl) in debug_display_dimm_sizes()
2120 struct amd64_pvt *pvt = mci->pvt_info; in get_channel_from_ecc_syndrome() local
2181 struct amd64_pvt *pvt; in decode_bus_error() local
2218 static int reserve_mc_sibling_devs(struct amd64_pvt *pvt, u16 f1_id, u16 f3_id) in reserve_mc_sibling_devs()
2248 static void free_mc_sibling_devs(struct amd64_pvt *pvt) in free_mc_sibling_devs()
2258 static void read_mc_regs(struct amd64_pvt *pvt) in read_mc_regs()
2372 static u32 get_csrow_nr_pages(struct amd64_pvt *pvt, u8 dct, int csrow_nr) in get_csrow_nr_pages()
2403 struct amd64_pvt *pvt = mci->pvt_info; in init_csrows() local
2672 struct amd64_pvt *pvt = mci->pvt_info; in setup_mci_misc_attrs() local
2698 static struct amd64_family_type *per_family_init(struct amd64_pvt *pvt) in per_family_init()
2768 struct amd64_pvt *pvt = NULL; in init_one_instance() local
2912 struct amd64_pvt *pvt; in remove_one_instance() local
2972 struct amd64_pvt *pvt; in setup_pci_device() local