Home
last modified time | relevance | path

Searched refs:tolm (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A De7xxx_edac.c129 u32 tolm; member
190 if ((page < pvt->tolm) || in ctl_page_to_phys()
194 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
200 return pvt->tolm - 1; in ctl_page_to_phys()
481 edac_dbg(3, "tolm, remapbase, remaplimit\n"); in e7xxx_probe1()
484 pvt->tolm = ((u32) pci_data) << 4; in e7xxx_probe1()
490 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm, in e7xxx_probe1()
H A Di5400_edac.c329 u16 tolm; /* top of low memory */ member
1070 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm); in i5400_get_mc_regs()
1071 pvt->tolm >>= 12; in i5400_get_mc_regs()
1073 pvt->tolm, pvt->tolm); in i5400_get_mc_regs()
1075 actual_tolm = (u32) ((1000l * pvt->tolm) >> (30 - 28)); in i5400_get_mc_regs()
1077 actual_tolm/1000, actual_tolm % 1000, pvt->tolm << 28); in i5400_get_mc_regs()
H A Di7300_edac.c97 u16 tolm; /* top of low memory */ member
852 pci_read_config_word(pvt->pci_dev_16_1_fsb_addr_map, TOLM, &pvt->tolm); in i7300_get_mc_regs()
853 pvt->tolm >>= 12; in i7300_get_mc_regs()
855 pvt->tolm, pvt->tolm); in i7300_get_mc_regs()
857 actual_tolm = (u32) ((1000l * pvt->tolm) >> (30 - 28)); in i7300_get_mc_regs()
859 actual_tolm/1000, actual_tolm % 1000, pvt->tolm << 28); in i7300_get_mc_regs()
H A Di10nm_base.c257 u64 tolm, tohm; in i10nm_init() local
274 rc = skx_get_hi_lo(0x09a2, off, &tolm, &tohm); in i10nm_init()
H A De752x_edac.c213 u32 tolm; member
312 if (page < pvt->tolm) in ctl_page_to_phys()
318 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
324 return pvt->tolm - 1; in ctl_page_to_phys()
1339 edac_dbg(3, "tolm, remapbase, remaplimit\n"); in e752x_probe1()
1343 pvt->tolm = ((u32) pci_data) << 4; in e752x_probe1()
1349 "tolm = %x, remapbase = %x, remaplimit = %x\n", in e752x_probe1()
1350 pvt->tolm, pvt->remapbase, pvt->remaplimit); in e752x_probe1()
H A Di5000_edac.c330 u16 tolm; /* top of low memory */ member
1150 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm); in i5000_get_mc_regs()
1151 pvt->tolm >>= 12; in i5000_get_mc_regs()
1153 pvt->tolm, pvt->tolm); in i5000_get_mc_regs()
1155 actual_tolm = pvt->tolm << 28; in i5000_get_mc_regs()
H A Dskx_common.h136 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm);
H A Dskx_common.c251 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) in skx_get_hi_lo() argument
258 edac_dbg(2, "Can't get tolm/tohm\n"); in skx_get_hi_lo()
263 skx_printk(KERN_ERR, "Failed to read tolm\n"); in skx_get_hi_lo()
281 *tolm = skx_tolm; in skx_get_hi_lo()
283 edac_dbg(2, "tolm = 0x%llx tohm = 0x%llx\n", skx_tolm, skx_tohm); in skx_get_hi_lo()
H A Di5100_edac.c336 u64 tolm; /* top of low memory in bytes */ member
804 priv->tolm = (u64) i5100_tolm_tolm(w) * 256 * 1024 * 1024; in i5100_init_interleaving()
H A Dsb_edac.c373 struct pci_dev *pci_mc_info; /* tolm, tohm */
396 u64 tolm, tohm; member
1766 pvt->tolm = pvt->info.get_tolm(pvt); in get_memory_layout()
1767 tmp_mb = (1 + pvt->tolm) >> 20; in get_memory_layout()
1771 gb, (mb*1000)/1024, (u64)pvt->tolm); in get_memory_layout()
1954 if ((addr > (u64) pvt->tolm) && (addr < (1LL << 32))) { in get_memory_error_data()
H A Dpnd2_edac.c62 u64 tolm, tohm; member
/kernel/linux/linux-6.6/drivers/edac/
H A De7xxx_edac.c129 u32 tolm; member
190 if ((page < pvt->tolm) || in ctl_page_to_phys()
194 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
200 return pvt->tolm - 1; in ctl_page_to_phys()
480 edac_dbg(3, "tolm, remapbase, remaplimit\n"); in e7xxx_probe1()
483 pvt->tolm = ((u32) pci_data) << 4; in e7xxx_probe1()
489 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm, in e7xxx_probe1()
H A Di5400_edac.c330 u16 tolm; /* top of low memory */ member
1071 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm); in i5400_get_mc_regs()
1072 pvt->tolm >>= 12; in i5400_get_mc_regs()
1074 pvt->tolm, pvt->tolm); in i5400_get_mc_regs()
1076 actual_tolm = (u32) ((1000l * pvt->tolm) >> (30 - 28)); in i5400_get_mc_regs()
1078 actual_tolm/1000, actual_tolm % 1000, pvt->tolm << 28); in i5400_get_mc_regs()
H A Di7300_edac.c97 u16 tolm; /* top of low memory */ member
852 pci_read_config_word(pvt->pci_dev_16_1_fsb_addr_map, TOLM, &pvt->tolm); in i7300_get_mc_regs()
853 pvt->tolm >>= 12; in i7300_get_mc_regs()
855 pvt->tolm, pvt->tolm); in i7300_get_mc_regs()
857 actual_tolm = (u32) ((1000l * pvt->tolm) >> (30 - 28)); in i7300_get_mc_regs()
859 actual_tolm/1000, actual_tolm % 1000, pvt->tolm << 28); in i7300_get_mc_regs()
H A De752x_edac.c213 u32 tolm; member
312 if (page < pvt->tolm) in ctl_page_to_phys()
318 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
324 return pvt->tolm - 1; in ctl_page_to_phys()
1338 edac_dbg(3, "tolm, remapbase, remaplimit\n"); in e752x_probe1()
1342 pvt->tolm = ((u32) pci_data) << 4; in e752x_probe1()
1348 "tolm = %x, remapbase = %x, remaplimit = %x\n", in e752x_probe1()
1349 pvt->tolm, pvt->remapbase, pvt->remaplimit); in e752x_probe1()
H A Di5000_edac.c330 u16 tolm; /* top of low memory */ member
1150 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm); in i5000_get_mc_regs()
1151 pvt->tolm >>= 12; in i5000_get_mc_regs()
1153 pvt->tolm, pvt->tolm); in i5000_get_mc_regs()
1155 actual_tolm = pvt->tolm << 28; in i5000_get_mc_regs()
H A Dskx_common.h244 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm);
H A Dskx_common.c288 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) in skx_get_hi_lo() argument
295 edac_dbg(2, "Can't get tolm/tohm\n"); in skx_get_hi_lo()
300 skx_printk(KERN_ERR, "Failed to read tolm\n"); in skx_get_hi_lo()
318 *tolm = skx_tolm; in skx_get_hi_lo()
320 edac_dbg(2, "tolm = 0x%llx tohm = 0x%llx\n", skx_tolm, skx_tohm); in skx_get_hi_lo()
H A Di5100_edac.c331 u64 tolm; /* top of low memory in bytes */ member
799 priv->tolm = (u64) i5100_tolm_tolm(w) * 256 * 1024 * 1024; in i5100_init_interleaving()
H A Di10nm_base.c1071 u64 tolm, tohm; in i10nm_init() local
1093 rc = skx_get_hi_lo(0x09a2, off, &tolm, &tohm); in i10nm_init()
H A Dsb_edac.c379 struct pci_dev *pci_mc_info; /* tolm, tohm */
402 u64 tolm, tohm; member
1779 pvt->tolm = pvt->info.get_tolm(pvt); in get_memory_layout()
1780 tmp_mb = (1 + pvt->tolm) >> 20; in get_memory_layout()
1784 gb, (mb*1000)/1024, (u64)pvt->tolm); in get_memory_layout()
2061 if ((addr > (u64) pvt->tolm) && (addr < (1LL << 32))) { in get_memory_error_data()
H A Dpnd2_edac.c64 u64 tolm, tohm; member

Completed in 39 milliseconds