Searched refs:vfio_ap_dbf_info (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/s390/crypto/ |
D | vfio_ap_debug.h | 20 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;
|
D | vfio_ap_drv.c | 27 debug_info_t *vfio_ap_dbf_info; variable 147 vfio_ap_dbf_info = debug_register("vfio_ap", 1, 1, in vfio_ap_dbf_info_init() 150 if (!vfio_ap_dbf_info) in vfio_ap_dbf_info_init() 153 debug_register_view(vfio_ap_dbf_info, &debug_sprintf_view); in vfio_ap_dbf_info_init() 154 debug_set_level(vfio_ap_dbf_info, DBF_WARN); in vfio_ap_dbf_info_init() 197 debug_unregister(vfio_ap_dbf_info); in vfio_ap_exit()
|