Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dedac_module.c58 else if (opstate == OP_ALLOC) in edac_op_state_to_string()
H A Dedac_pci.c45 pci->op_state = OP_ALLOC; in edac_pci_alloc_ctl_info()
H A Dedac_device.c177 dev_ctl->op_state = OP_ALLOC; in edac_device_alloc_ctl_info()
H A Dedac_mc.c394 mci->op_state = OP_ALLOC; in edac_mc_alloc()
/openbmc/linux/include/linux/
H A Dedac.h326 #define OP_ALLOC 0x100 macro