Searched refs:tolm (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/edac/ |
D | e7xxx_edac.c | 129 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() 483 pvt->tolm = ((u32) pci_data) << 4; in e7xxx_probe1() 489 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm, in e7xxx_probe1()
|
D | i7300_edac.c | 97 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()
|
D | i5400_edac.c | 329 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()
|
D | i5000_edac.c | 330 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()
|
D | e752x_edac.c | 213 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() 1342 pvt->tolm = ((u32) pci_data) << 4; in e752x_probe1() 1349 pvt->tolm, pvt->remapbase, pvt->remaplimit); in e752x_probe1()
|
D | skx_common.h | 191 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm);
|
D | skx_common.c | 288 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) in skx_get_hi_lo() argument 318 *tolm = skx_tolm; in skx_get_hi_lo()
|
D | i10nm_base.c | 754 u64 tolm, tohm; in i10nm_init() local 772 rc = skx_get_hi_lo(0x09a2, off, &tolm, &tohm); in i10nm_init()
|
D | i5100_edac.c | 331 u64 tolm; /* top of low memory in bytes */ member 799 priv->tolm = (u64) i5100_tolm_tolm(w) * 256 * 1024 * 1024; in i5100_init_interleaving()
|
D | sb_edac.c | 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()
|
D | pnd2_edac.c | 64 u64 tolm, tohm; member
|