Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dvfio_ap_debug.h20 debug_sprintf_event(vfio_ap_dbf_info, ##__VA_ARGS__)
22 debug_sprintf_event(vfio_ap_dbf_info, DBF_ERR, ##__VA_ARGS__)
24 debug_sprintf_event(vfio_ap_dbf_info, DBF_WARN, ##__VA_ARGS__)
26 debug_sprintf_event(vfio_ap_dbf_info, DBF_INFO, ##__VA_ARGS__)
28 debug_sprintf_event(vfio_ap_dbf_info, DBF_DEBUG, ##__VA_ARGS__)
30 extern debug_info_t *vfio_ap_dbf_info;
H A Dvfio_ap_drv.c27 debug_info_t *vfio_ap_dbf_info; variable
142 vfio_ap_dbf_info = debug_register("vfio_ap", 1, 1, in vfio_ap_dbf_info_init()
145 if (!vfio_ap_dbf_info) in vfio_ap_dbf_info_init()
148 debug_register_view(vfio_ap_dbf_info, &debug_sprintf_view); in vfio_ap_dbf_info_init()
149 debug_set_level(vfio_ap_dbf_info, DBF_WARN); in vfio_ap_dbf_info_init()
192 debug_unregister(vfio_ap_dbf_info); in vfio_ap_exit()