Home
last modified time | relevance | path

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

/drivers/s390/cio/
Dvfio_ccw_fsm.c46 VFIO_CCW_HEX_EVENT(5, &ccode, sizeof(ccode)); in fsm_io_helper()
100 VFIO_CCW_HEX_EVENT(2, &ccode, sizeof(ccode)); in fsm_do_halt()
141 VFIO_CCW_HEX_EVENT(2, &ccode, sizeof(ccode)); in fsm_do_clear()
Dvfio_ccw_private.h154 static inline void VFIO_CCW_HEX_EVENT(int level, void *data, int length) in VFIO_CCW_HEX_EVENT() function