Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dedac_device.c389 edac_device_printk(edac_dev, KERN_WARNING, in edac_device_add_device()
405 edac_device_printk(edac_dev, KERN_INFO, in edac_device_add_device()
488 edac_device_printk(edac_dev, KERN_ERR, in edac_device_handle_ce_count()
498 edac_device_printk(edac_dev, KERN_ERR, in edac_device_handle_ce_count()
516 edac_device_printk(edac_dev, KERN_WARNING, in edac_device_handle_ce_count()
534 edac_device_printk(edac_dev, KERN_ERR, in edac_device_handle_ue_count()
544 edac_device_printk(edac_dev, KERN_ERR, in edac_device_handle_ue_count()
562 edac_device_printk(edac_dev, KERN_EMERG, in edac_device_handle_ue_count()
H A Docteon_edac-pc.c57 edac_device_printk(p->ed, KERN_ERR, in co_cache_error_event()
65 edac_device_printk(p->ed, KERN_ERR, in co_cache_error_event()
H A Dedac_mc.h57 #define edac_device_printk(ctl, level, fmt, arg...) \ macro