Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/edac/
Dedac_module.c54 else if (opstate == OP_RUNNING_INTERRUPT) in edac_op_state_to_string()
Dxgene_edac.c800 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_pmd_hw_ctl()
973 edac_dev->op_state = OP_RUNNING_INTERRUPT; in xgene_edac_pmd_add()
1134 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_l3_hw_init()
1142 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_l3_hw_init()
1256 edac_dev->op_state = OP_RUNNING_INTERRUPT; in xgene_edac_l3_add()
1707 if (edac_dev->op_state == OP_RUNNING_INTERRUPT) { in xgene_edac_soc_hw_init()
1797 edac_dev->op_state = OP_RUNNING_INTERRUPT; in xgene_edac_soc_add()
Dedac_pci.c229 pci->op_state = OP_RUNNING_INTERRUPT; in edac_pci_add_device()
Dedac_device.c480 edac_dev->op_state = OP_RUNNING_INTERRUPT; in edac_device_add_device()
Dmpc85xx_edac.c573 edac_dev->op_state = OP_RUNNING_INTERRUPT; in mpc85xx_l2_err_probe()
Dedac_mc.c774 mci->op_state = OP_RUNNING_INTERRUPT; in edac_mc_add_mc_with_groups()
/linux-4.19.296/include/linux/
Dedac.h315 #define OP_RUNNING_INTERRUPT 0x202 macro