Searched refs:imp (Results 1 – 7 of 7) sorted by relevance
/drivers/s390/cio/ |
D | cio_debug.h | 12 #define CIO_TRACE_EVENT(imp, txt) do { \ argument 13 debug_text_event(cio_debug_trace_id, imp, txt); \ 16 #define CIO_MSG_EVENT(imp, args...) do { \ argument 17 debug_sprintf_event(cio_debug_msg_id, imp , ##args); \ 20 #define CIO_CRW_EVENT(imp, args...) do { \ argument 21 debug_sprintf_event(cio_debug_crw_id, imp , ##args); \
|
D | vfio_ccw_private.h | 169 #define VFIO_CCW_TRACE_EVENT(imp, txt) \ argument 170 debug_text_event(vfio_ccw_debug_trace_id, imp, txt) 172 #define VFIO_CCW_MSG_EVENT(imp, args...) \ argument 173 debug_sprintf_event(vfio_ccw_debug_msg_id, imp, ##args)
|
D | eadm_sch.c | 41 #define EADM_LOG(imp, txt) do { \ argument 42 debug_text_event(eadm_debug, imp, txt); \
|
D | chsc_sch.c | 36 #define CHSC_MSG(imp, args...) do { \ argument 37 debug_sprintf_event(chsc_debug_msg_id, imp , ##args); \ 40 #define CHSC_LOG(imp, txt) do { \ argument 41 debug_text_event(chsc_debug_log_id, imp , txt); \
|
/drivers/xen/ |
D | gntdev-dmabuf.c | 55 } imp; member 539 kfree(gntdev_dmabuf->u.imp.refs); in dmabuf_imp_free_storage() 552 gntdev_dmabuf->u.imp.refs = kcalloc(count, in dmabuf_imp_alloc_storage() 553 sizeof(gntdev_dmabuf->u.imp.refs[0]), in dmabuf_imp_alloc_storage() 555 if (!gntdev_dmabuf->u.imp.refs) in dmabuf_imp_alloc_storage() 561 gntdev_dmabuf->u.imp.refs[i] = GRANT_INVALID_REF; in dmabuf_imp_alloc_storage() 602 gntdev_dmabuf->u.imp.attach = attach; in dmabuf_imp_to_refs() 626 gntdev_dmabuf->u.imp.sgt = sgt; in dmabuf_imp_to_refs() 650 gntdev_dmabuf->u.imp.refs, in dmabuf_imp_to_refs() 665 dmabuf_imp_end_foreign_access(gntdev_dmabuf->u.imp.refs, count); in dmabuf_imp_to_refs() [all …]
|
/drivers/s390/block/ |
D | scm_blk.h | 53 #define SCM_LOG(imp, txt) do { \ argument 54 debug_text_event(scm_debug, imp, txt); \
|
/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu.c | 1897 #define ARM_SMMU_MATCH_DATA(name, ver, imp) \ argument 1898 static const struct arm_smmu_match_data name = { .version = ver, .model = imp }
|