Home
last modified time | relevance | path

Searched defs:pvt (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/drivers/edac/
Damd64_edac.c86 static void f15h_select_dct(struct amd64_pvt *pvt, u8 dct) in f15h_select_dct()
110 static inline int amd64_read_dct_pci_cfg(struct amd64_pvt *pvt, u8 dct, in amd64_read_dct_pci_cfg()
167 static inline void __f17h_set_scrubval(struct amd64_pvt *pvt, u32 scrubval) in __f17h_set_scrubval()
186 static int __set_scrub_rate(struct amd64_pvt *pvt, u32 new_bw, u32 min_rate) in __set_scrub_rate()
233 struct amd64_pvt *pvt = mci->pvt_info; in set_scrub_rate() local
252 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate() local
297 static bool base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, u8 nid) in base_limit_match()
322 struct amd64_pvt *pvt; in find_mc_by_sys_addr() local
386 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask()
442 #define for_each_chip_select(i, dct, pvt) \ argument
[all …]
Damd64_edac_inj.c9 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_show() local
24 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_store() local
46 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_show() local
61 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_store() local
83 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_show() local
97 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_store() local
123 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_read_store() local
156 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_write_store() local
225 struct amd64_pvt *pvt = mci->pvt_info; in amd64_edac_inj_is_visible() local
Damd64_edac.h136 #define dram_rw(pvt, i) ((u8)(pvt->ranges[i].base.lo & 0x3)) argument
137 #define dram_intlv_sel(pvt, i) ((u8)((pvt->ranges[i].lim.lo >> 8) & 0x7)) argument
138 #define dram_dst_node(pvt, i) ((u8)(pvt->ranges[i].lim.lo & 0x7)) argument
141 #define dhar_mem_hoist_valid(pvt) ((pvt)->dhar & BIT(1)) argument
142 #define dhar_base(pvt) ((pvt)->dhar & 0xff000000) argument
143 #define k8_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff00) << 16) argument
146 #define f10_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff80) << 16) argument
167 #define csrow_enabled(i, dct, pvt) ((pvt)->csels[(dct)].csbases[(i)] & DCSB_CS_ENABLE) argument
189 #define dct_high_range_enabled(pvt) ((pvt)->dct_sel_lo & BIT(0)) argument
190 #define dct_interleave_enabled(pvt) ((pvt)->dct_sel_lo & BIT(2)) argument
[all …]
Di7core_edac.c398 #define CH_ACTIVE(pvt, ch) ((pvt)->info.mc_control & (1 << (8 + ch))) argument
399 #define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1)) argument
402 #define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4)) argument
403 #define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch)) argument
491 struct i7core_pvt *pvt = mci->pvt_info; in get_dimm_config() local
665 struct i7core_pvt *pvt = mci->pvt_info; in disable_inject() local
690 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_store() local
710 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_show() local
727 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_store() local
747 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_show() local
[all …]
Dsb_edac.c793 static u64 sbridge_get_tolm(struct sbridge_pvt *pvt) in sbridge_get_tolm()
802 static u64 sbridge_get_tohm(struct sbridge_pvt *pvt) in sbridge_get_tohm()
810 static u64 ibridge_get_tolm(struct sbridge_pvt *pvt) in ibridge_get_tolm()
819 static u64 ibridge_get_tohm(struct sbridge_pvt *pvt) in ibridge_get_tohm()
876 static enum mem_type get_memory_type(struct sbridge_pvt *pvt) in get_memory_type()
895 static enum mem_type haswell_get_memory_type(struct sbridge_pvt *pvt) in haswell_get_memory_type()
927 static enum dev_type knl_get_width(struct sbridge_pvt *pvt, u32 mtr) in knl_get_width()
933 static enum dev_type sbridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in sbridge_get_width()
961 static enum dev_type ibridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in ibridge_get_width()
970 static enum dev_type broadwell_get_width(struct sbridge_pvt *pvt, u32 mtr) in broadwell_get_width()
[all …]
Di7300_edac.c355 struct i7300_pvt *pvt; in i7300_process_error_global() local
410 struct i7300_pvt *pvt; in i7300_process_fbd_error() local
523 struct i7300_pvt *pvt = mci->pvt_info; in i7300_clear_error() local
560 struct i7300_pvt *pvt = mci->pvt_info; in i7300_enable_error_reporting() local
587 static int decode_mtr(struct i7300_pvt *pvt, in decode_mtr()
684 static void print_dimm_size(struct i7300_pvt *pvt) in print_dimm_size()
749 struct i7300_pvt *pvt; in i7300_init_csrows() local
843 struct i7300_pvt *pvt; in i7300_get_mc_regs() local
914 struct i7300_pvt *pvt; in i7300_put_devices() local
939 struct i7300_pvt *pvt; in i7300_get_devices() local
[all …]
De752x_edac.c308 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in ctl_page_to_phys() local
334 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ce() local
393 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ue() local
465 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ded_retry() local
842 struct e752x_pvt *pvt; in e752x_get_error_info() local
992 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; in set_sdram_scrub_rate() local
1021 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; in get_sdram_scrub_rate() local
1058 struct e752x_pvt *pvt = mci->pvt_info; in remap_csrow_index() local
1140 struct e752x_pvt *pvt) in e752x_init_mem_map_table()
1176 struct e752x_pvt *pvt) in e752x_get_devs()
[all …]
Docteon_edac-lmc.c73 struct octeon_lmc_pvt *pvt = mci->pvt_info; in octeon_lmc_edac_poll_o2() local
173 struct octeon_lmc_pvt *pvt = mci->pvt_info; in octeon_mc_inject_error_type_store() local
188 struct octeon_lmc_pvt *pvt = mci->pvt_info; in octeon_mc_inject_error_type_show() local
Di5400_edac.c438 struct i5400_pvt *pvt; in i5400_get_error_info() local
700 struct i5400_pvt *pvt; in i5400_put_devices() local
719 struct i5400_pvt *pvt; in i5400_get_devices() local
837 static int determine_amb_present_reg(struct i5400_pvt *pvt, int channel) in determine_amb_present_reg()
861 static int determine_mtr(struct i5400_pvt *pvt, int dimm, int channel) in determine_mtr()
918 static void handle_channel(struct i5400_pvt *pvt, int dimm, int channel, in handle_channel()
956 static void calculate_dimm_size(struct i5400_pvt *pvt) in calculate_dimm_size()
1053 struct i5400_pvt *pvt; in i5400_get_mc_regs() local
1171 struct i5400_pvt *pvt; in i5400_init_dimms() local
1239 struct i5400_pvt *pvt; in i5400_enable_error_reporting() local
[all …]
Di5000_edac.c388 struct i5000_pvt *pvt; in i5000_get_error_info() local
782 struct i5000_pvt *pvt; in i5000_get_devices() local
901 struct i5000_pvt *pvt; in i5000_put_devices() local
927 static int determine_amb_present_reg(struct i5000_pvt *pvt, int channel) in determine_amb_present_reg()
951 static int determine_mtr(struct i5000_pvt *pvt, int slot, int channel) in determine_mtr()
992 static void handle_channel(struct i5000_pvt *pvt, int slot, int channel, in handle_channel()
1034 static void calculate_dimm_size(struct i5000_pvt *pvt) in calculate_dimm_size()
1133 struct i5000_pvt *pvt; in i5000_get_mc_regs() local
1254 struct i5000_pvt *pvt; in i5000_init_csrows() local
1317 struct i5000_pvt *pvt; in i5000_enable_error_reporting() local
[all …]
De7xxx_edac.c186 struct e7xxx_pvt *pvt = (struct e7xxx_pvt *)mci->pvt_info; in ctl_page_to_phys() local
259 struct e7xxx_pvt *pvt; in e7xxx_get_error_info() local
426 struct e7xxx_pvt *pvt = NULL; in e7xxx_probe1() local
541 struct e7xxx_pvt *pvt; in e7xxx_remove_one() local
Di82875p_edac.c393 struct i82875p_pvt *pvt; in i82875p_probe1() local
494 struct i82875p_pvt *pvt = NULL; in i82875p_remove_one() local
Di82975x_edac.c476 struct i82975x_pvt *pvt; in i82975x_probe1() local
618 struct i82975x_pvt *pvt; in i82975x_remove_one() local
Dedac_pci.c35 void *p = NULL, *pvt; in edac_pci_alloc_ctl_info() local
Dedac_device.c65 void *pvt, *p; in edac_device_alloc_ctl_info() local
Dghes_edac.c189 struct ghes_edac_pvt *pvt = ghes_pvt; in ghes_edac_report_mem_error() local
Dpnd2_edac.c933 struct pnd2_pvt *pvt = mci->pvt_info; in apl_pmi2mem() local
1227 struct pnd2_pvt *pvt = mci->pvt_info; in apl_get_dimm_config() local
1339 struct pnd2_pvt *pvt; in pnd2_register_mci() local
Dskx_edac.c450 struct skx_pvt *pvt = mci->pvt_info; in skx_get_dimm_config() local
502 struct skx_pvt *pvt; in skx_register_mci() local
Dedac_mc.c322 void *pvt, *p, *ptr = NULL; in edac_mc_alloc() local
/Linux-v4.19/sound/pci/asihpi/
Dhpidspcd.h65 struct dsp_code_private *pvt; member
/Linux-v4.19/arch/s390/kernel/
Dcache.c156 unsigned int level, idx, pvt; in populate_cache_leaves() local
/Linux-v4.19/drivers/s390/crypto/
Dzcrypt_cca_key.h184 struct cca_pvt_ext_CRT_sec pvt; in zcrypt_type6_crt_key() member
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dchip.h119 bool pvt; member