Searched refs:io_desc (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/um/drivers/ |
| H A D | ubd_kern.c | 50 struct io_desc { struct 68 struct io_desc io_desc[]; member 1168 static void cowify_req(struct io_thread_req *req, struct io_desc *segment, in cowify_req() 1201 io_req->io_desc[0].buffer = NULL; in ubd_map_req() 1202 io_req->io_desc[0].length = blk_rq_bytes(req); in ubd_map_req() 1207 io_req->io_desc[i].buffer = bvec_virt(&bvec); in ubd_map_req() 1208 io_req->io_desc[i].length = bvec.bv_len; in ubd_map_req() 1215 cowify_req(io_req, &io_req->io_desc[i], byte_offset, in ubd_map_req() 1218 byte_offset += io_req->io_desc[i].length; in ubd_map_req() 1231 (desc_cnt * sizeof(struct io_desc)), in ubd_alloc_req() [all …]
|
| /linux/arch/arm/mach-davinci/ |
| H A D | common.c | 70 if (davinci_soc_info.io_desc && (davinci_soc_info.io_desc_num > 0)) in davinci_common_init() 71 iotable_init(davinci_soc_info.io_desc, in davinci_common_init()
|
| H A D | common.h | 33 struct map_desc *io_desc; member
|
| H A D | da850.c | 346 .io_desc = da850_io_desc,
|
| /linux/arch/x86/mm/ |
| H A D | ioremap.c | 191 struct ioremap_desc io_desc; in __ioremap_caller() local 210 __ioremap_check_mem(phys_addr, size, &io_desc); in __ioremap_caller() 215 if (io_desc.flags & IORES_MAP_SYSTEM_RAM) { in __ioremap_caller() 262 if ((io_desc.flags & IORES_MAP_ENCRYPTED) || encrypted) in __ioremap_caller()
|