Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/edac/
Damd64_edac.c90 static void f15h_select_dct(struct amd64_pvt *pvt, u8 dct) in f15h_select_dct()
114 static inline int amd64_read_dct_pci_cfg(struct amd64_pvt *pvt, u8 dct, in amd64_read_dct_pci_cfg()
171 static inline void __f17h_set_scrubval(struct amd64_pvt *pvt, u32 scrubval) in __f17h_set_scrubval()
190 static int __set_scrub_rate(struct amd64_pvt *pvt, u32 new_bw, u32 min_rate) in __set_scrub_rate()
237 struct amd64_pvt *pvt = mci->pvt_info; in set_scrub_rate() local
256 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate() local
302 static bool base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, u8 nid) in base_limit_match()
327 struct amd64_pvt *pvt; in find_mc_by_sys_addr() local
391 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask()
447 #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.h143 #define dram_rw(pvt, i) ((u8)(pvt->ranges[i].base.lo & 0x3)) argument
144 #define dram_intlv_sel(pvt, i) ((u8)((pvt->ranges[i].lim.lo >> 8) & 0x7)) argument
145 #define dram_dst_node(pvt, i) ((u8)(pvt->ranges[i].lim.lo & 0x7)) argument
148 #define dhar_mem_hoist_valid(pvt) ((pvt)->dhar & BIT(1)) argument
149 #define dhar_base(pvt) ((pvt)->dhar & 0xff000000) argument
150 #define k8_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff00) << 16) argument
153 #define f10_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff80) << 16) argument
174 #define csrow_enabled(i, dct, pvt) ((pvt)->csels[(dct)].csbases[(i)] & DCSB_CS_ENABLE) argument
175 #define csrow_sec_enabled(i, dct, pvt) ((pvt)->csels[(dct)].csbases_sec[(i)] & DCSB_CS_ENABLE) argument
197 #define dct_high_range_enabled(pvt) ((pvt)->dct_sel_lo & BIT(0)) argument
[all …]
Di7core_edac.c396 #define CH_ACTIVE(pvt, ch) ((pvt)->info.mc_control & (1 << (8 + ch))) argument
397 #define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1)) argument
400 #define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4)) argument
401 #define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch)) argument
489 struct i7core_pvt *pvt = mci->pvt_info; in get_dimm_config() local
663 struct i7core_pvt *pvt = mci->pvt_info; in disable_inject() local
688 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_store() local
708 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_show() local
725 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_store() local
745 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_show() local
[all …]
Dsb_edac.c792 static u64 sbridge_get_tolm(struct sbridge_pvt *pvt) in sbridge_get_tolm()
801 static u64 sbridge_get_tohm(struct sbridge_pvt *pvt) in sbridge_get_tohm()
809 static u64 ibridge_get_tolm(struct sbridge_pvt *pvt) in ibridge_get_tolm()
818 static u64 ibridge_get_tohm(struct sbridge_pvt *pvt) in ibridge_get_tohm()
875 static enum mem_type get_memory_type(struct sbridge_pvt *pvt) in get_memory_type()
894 static enum mem_type haswell_get_memory_type(struct sbridge_pvt *pvt) in haswell_get_memory_type()
926 static enum dev_type knl_get_width(struct sbridge_pvt *pvt, u32 mtr) in knl_get_width()
932 static enum dev_type sbridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in sbridge_get_width()
960 static enum dev_type ibridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in ibridge_get_width()
969 static enum dev_type broadwell_get_width(struct sbridge_pvt *pvt, u32 mtr) in broadwell_get_width()
[all …]
Di7300_edac.c353 struct i7300_pvt *pvt; in i7300_process_error_global() local
408 struct i7300_pvt *pvt; in i7300_process_fbd_error() local
521 struct i7300_pvt *pvt = mci->pvt_info; in i7300_clear_error() local
558 struct i7300_pvt *pvt = mci->pvt_info; in i7300_enable_error_reporting() local
585 static int decode_mtr(struct i7300_pvt *pvt, in decode_mtr()
682 static void print_dimm_size(struct i7300_pvt *pvt) in print_dimm_size()
747 struct i7300_pvt *pvt; in i7300_init_csrows() local
841 struct i7300_pvt *pvt; in i7300_get_mc_regs() local
912 struct i7300_pvt *pvt; in i7300_put_devices() local
937 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
1249 struct i5000_pvt *pvt; in i5000_init_csrows() local
1310 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.c469 struct i82975x_pvt *pvt; in i82975x_probe1() local
611 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
Di10nm_base.c145 struct skx_pvt *pvt = mci->pvt_info; in i10nm_get_dimm_config() local
Dghes_edac.c201 struct ghes_edac_pvt *pvt = ghes_pvt; in ghes_edac_report_mem_error() local
Dpnd2_edac.c930 struct pnd2_pvt *pvt = mci->pvt_info; in apl_pmi2mem() local
1224 struct pnd2_pvt *pvt = mci->pvt_info; in apl_get_dimm_config() local
1336 struct pnd2_pvt *pvt; in pnd2_register_mci() local
Dskx_common.c377 struct skx_pvt *pvt; in skx_register_mci() local
Dedac_mc.c319 void *pvt, *p, *ptr = NULL; in edac_mc_alloc() local
Dskx_base.c168 struct skx_pvt *pvt = mci->pvt_info; in skx_get_dimm_config() local
/Linux-v5.4/sound/pci/asihpi/
Dhpidspcd.h54 struct dsp_code_private *pvt; member
/Linux-v5.4/arch/s390/kernel/
Dcache.c156 unsigned int level, idx, pvt; in populate_cache_leaves() local
/Linux-v5.4/drivers/s390/crypto/
Dzcrypt_cca_key.h182 struct cca_pvt_ext_CRT_sec pvt; in zcrypt_type6_crt_key() member
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/
Dchip.h108 bool pvt; member