Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
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()
176 static int __set_scrub_rate(struct amd64_pvt *pvt, u32 new_bw, u32 min_rate) in __set_scrub_rate()
221 struct amd64_pvt *pvt = mci->pvt_info; in set_scrub_rate() local
240 struct amd64_pvt *pvt = mci->pvt_info; in get_scrub_rate() local
269 static bool base_limit_match(struct amd64_pvt *pvt, u64 sys_addr, u8 nid) in base_limit_match()
294 struct amd64_pvt *pvt; in find_mc_by_sys_addr() local
358 static void get_cs_base_and_mask(struct amd64_pvt *pvt, int csrow, u8 dct, in get_cs_base_and_mask()
414 #define for_each_chip_select(i, dct, pvt) \ argument
417 #define chip_select_base(i, dct, pvt) \ argument
[all …]
Damd64_edac_inj.c8 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_show() local
23 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_section_store() local
45 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_show() local
60 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_word_store() local
82 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_show() local
96 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_ecc_vector_store() local
122 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_read_store() local
155 struct amd64_pvt *pvt = mci->pvt_info; in amd64_inject_write_store() local
224 struct amd64_pvt *pvt = mci->pvt_info; in amd64_edac_inj_is_visible() local
Damd64_edac.h139 #define dram_rw(pvt, i) ((u8)(pvt->ranges[i].base.lo & 0x3)) argument
140 #define dram_intlv_sel(pvt, i) ((u8)((pvt->ranges[i].lim.lo >> 8) & 0x7)) argument
141 #define dram_dst_node(pvt, i) ((u8)(pvt->ranges[i].lim.lo & 0x7)) argument
144 #define dhar_mem_hoist_valid(pvt) ((pvt)->dhar & BIT(1)) argument
145 #define dhar_base(pvt) ((pvt)->dhar & 0xff000000) argument
146 #define k8_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff00) << 16) argument
149 #define f10_dhar_offset(pvt) (((pvt)->dhar & 0x0000ff80) << 16) argument
170 #define csrow_enabled(i, dct, pvt) ((pvt)->csels[(dct)].csbases[(i)] & DCSB_CS_ENABLE) argument
192 #define dct_high_range_enabled(pvt) ((pvt)->dct_sel_lo & BIT(0)) argument
193 #define dct_interleave_enabled(pvt) ((pvt)->dct_sel_lo & BIT(2)) argument
[all …]
Di7core_edac.c408 #define CH_ACTIVE(pvt, ch) ((pvt)->info.mc_control & (1 << (8 + ch))) argument
409 #define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1)) argument
412 #define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4)) argument
413 #define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch)) argument
501 struct i7core_pvt *pvt = mci->pvt_info; in get_dimm_config() local
675 struct i7core_pvt *pvt = mci->pvt_info; in disable_inject() local
700 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_store() local
720 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_section_show() local
737 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_store() local
757 struct i7core_pvt *pvt = mci->pvt_info; in i7core_inject_type_show() local
[all …]
Dsb_edac.c681 static u64 sbridge_get_tolm(struct sbridge_pvt *pvt) in sbridge_get_tolm()
690 static u64 sbridge_get_tohm(struct sbridge_pvt *pvt) in sbridge_get_tohm()
698 static u64 ibridge_get_tolm(struct sbridge_pvt *pvt) in ibridge_get_tolm()
707 static u64 ibridge_get_tohm(struct sbridge_pvt *pvt) in ibridge_get_tohm()
721 static enum mem_type get_memory_type(struct sbridge_pvt *pvt) in get_memory_type()
740 static enum mem_type haswell_get_memory_type(struct sbridge_pvt *pvt) in haswell_get_memory_type()
772 static enum dev_type sbridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in sbridge_get_width()
800 static enum dev_type ibridge_get_width(struct sbridge_pvt *pvt, u32 mtr) in ibridge_get_width()
809 static enum dev_type broadwell_get_width(struct sbridge_pvt *pvt, u32 mtr) in broadwell_get_width()
815 static u8 get_node_id(struct sbridge_pvt *pvt) in get_node_id()
[all …]
Di7300_edac.c356 struct i7300_pvt *pvt; in i7300_process_error_global() local
411 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.c309 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in ctl_page_to_phys() local
335 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ce() local
394 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ue() local
466 struct e752x_pvt *pvt = (struct e752x_pvt *)mci->pvt_info; in do_process_ded_retry() local
843 struct e752x_pvt *pvt; in e752x_get_error_info() local
993 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; in set_sdram_scrub_rate() local
1022 struct e752x_pvt *pvt = (struct e752x_pvt *) mci->pvt_info; in get_sdram_scrub_rate() local
1059 struct e752x_pvt *pvt = mci->pvt_info; in remap_csrow_index() local
1141 struct e752x_pvt *pvt) in e752x_init_mem_map_table()
1177 struct e752x_pvt *pvt) in e752x_get_devs()
[all …]
Docteon_edac-lmc.c74 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
1238 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.c187 struct e7xxx_pvt *pvt = (struct e7xxx_pvt *)mci->pvt_info; in ctl_page_to_phys() local
260 struct e7xxx_pvt *pvt; in e7xxx_get_error_info() local
427 struct e7xxx_pvt *pvt = NULL; in e7xxx_probe1() local
543 struct e7xxx_pvt *pvt; in e7xxx_remove_one() local
Dghes_edac.c174 struct ghes_edac_pvt *pvt = NULL; in ghes_edac_report_mem_error() local
414 struct ghes_edac_pvt *pvt; in ghes_edac_register() local
516 struct ghes_edac_pvt *pvt, *tmp; in ghes_edac_unregister() local
Di82875p_edac.c394 struct i82875p_pvt *pvt; in i82875p_probe1() local
496 struct i82875p_pvt *pvt = NULL; in i82875p_remove_one() local
Di82975x_edac.c477 struct i82975x_pvt *pvt; in i82975x_probe1() local
616 struct i82975x_pvt *pvt; in i82975x_remove_one() local
Dedac_pci.c45 void *p = NULL, *pvt; in edac_pci_alloc_ctl_info() local
Dedac_device.c83 void *pvt, *p; in edac_device_alloc_ctl_info() local
Dedac_mc.c280 void *pvt, *p, *ptr = NULL; in edac_mc_alloc() local
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Dtcm-sita.c83 struct sita_pvt *pvt; in sita_init() local
151 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in sita_deinit() local
182 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in sita_reserve_1d() local
212 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in sita_reserve_2d() local
238 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in sita_free() local
429 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in scan_r2l_b2t_one_dim() local
508 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in scan_areas_and_find_fit() local
576 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in fill_area() local
673 struct sita_pvt *pvt = (struct sita_pvt *)tcm->pvt; in get_neighbor_stats() local
Dtcm.h68 void *pvt; member
/linux-4.4.14/sound/pci/asihpi/
Dhpidspcd.h65 struct dsp_code_private *pvt; member
/linux-4.4.14/arch/s390/kernel/
Dcache.c162 unsigned int level, idx, pvt; in populate_cache_leaves() local
/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_cca_key.h286 struct cca_pvt_ext_CRT_sec pvt; in zcrypt_type6_crt_key() member