Searched refs:tohm (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/edac/ |
D | skx_common.h | 243 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm);
|
D | skx_common.c | 295 int skx_get_hi_lo(unsigned int did, int off[], u64 *tolm, u64 *tohm) in skx_get_hi_lo() argument 326 *tohm = skx_tohm; in skx_get_hi_lo()
|
D | sb_edac.c | 404 u64 tolm, tohm; member 1789 pvt->tohm = pvt->info.get_tohm(pvt); in get_memory_layout() 1790 tmp_mb = (1 + pvt->tohm) >> 20; in get_memory_layout() 1794 gb, (mb*1000)/1024, (u64)pvt->tohm); in get_memory_layout() 2067 if (addr >= (u64)pvt->tohm) { in get_memory_error_data()
|
D | i10nm_base.c | 1019 u64 tolm, tohm; in i10nm_init() local 1041 rc = skx_get_hi_lo(0x09a2, off, &tolm, &tohm); in i10nm_init()
|
D | pnd2_edac.c | 66 u64 tolm, tohm; member
|