Home
last modified time | relevance | path

Searched refs:l2c_ioaddr (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/edac/
Dthunderx_edac.c664 void *l2c_ioaddr; in thunderx_lmc_probe() local
754 l2c_ioaddr = ioremap(L2C_CTL | FIELD_PREP(THUNDERX_NODE, lmc->node), PAGE_SIZE); in thunderx_lmc_probe()
755 if (!l2c_ioaddr) { in thunderx_lmc_probe()
761 lmc->l2c_alias = !(readq(l2c_ioaddr) & L2C_CTL_DISIDXALIAS); in thunderx_lmc_probe()
763 iounmap(l2c_ioaddr); in thunderx_lmc_probe()