Searched refs:dma32_to_u32 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/s390/cio/ |
| H A D | vfio_ccw_cp.c | 306 u32 gcpa = dma32_to_u32(cpa); in is_cpa_within_range() 424 gcda = dma32_to_u32(cda); in ccwchain_handle_ccw() 512 offset = dma32_to_u32(ccw->cda) - ccw_head; in ccwchain_fetch_tic() 539 ret = vfio_dma_rw(vdev, dma32_to_u32(ccw->cda), idaws, idal_len, false); in get_guest_idal() 549 first_idaw = dma32_to_u32(idaws_f1[0]); in get_guest_idal() 559 idaws[0] = u64_to_dma64(dma32_to_u32(ccw->cda)); in get_guest_idal() 607 ret = vfio_dma_rw(vdev, dma32_to_u32(ccw->cda), &iova, size, false); in ccw_count_idaws() 618 iova = dma32_to_u32(ccw->cda); in ccw_count_idaws() 679 pa->pa_iova[i] = dma32_to_u32(idaws_f1[i]); in ccwchain_fetch_ccw() 948 ccw_head = dma32_to_u32(virt_to_dma32(chain->ch_ccw)); in cp_update_scsw()
|
| /linux/arch/s390/include/asm/ |
| H A D | dma-types.h | 53 static inline u32 dma32_to_u32(dma32_t addr) in dma32_to_u32() function
|
| /linux/drivers/s390/virtio/ |
| H A D | virtio_ccw.c | 94 u64 dma_area_addr = dma32_to_u32(vcdev->dma_area_addr); in indicators_dma() 103 u64 dma_area_addr = dma32_to_u32(vcdev->dma_area_addr); in indicators2_dma()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_fba.c | 675 (void *)(u64)dma32_to_u32(irb->scsw.cmd.cpa)); in dasd_fba_dump_sense()
|
| /linux/drivers/s390/net/ |
| H A D | ctcm_fsms.c | 1334 (void *)(u64)dma32_to_u32(ch->ccw[1].cda), in ctcmpc_chx_txdone() 1349 (void *)(u64)dma32_to_u32(ch->ccw[1].cda), in ctcmpc_chx_txdone()
|