/xen/xen/common/coverage/ |
A D | gcov.c | 109 if ( copy_to_guest_offset(buffer, *off, buf, buf_size) ) in gcov_info_dump_payload() 160 if ( copy_to_guest_offset(buffer, *off, gcov_info_filename(info), len) ) in gcov_dump_one_record() 166 if ( copy_to_guest_offset(buffer, *off, (char*)&payload_size, in gcov_dump_one_record() 192 if ( copy_to_guest_offset(buffer, off, (char *)&magic, sizeof(magic)) ) in gcov_dump_all()
|
A D | llvm.c | 126 copy_to_guest_offset(buffer, off, (const char *)src, size); \ in dump()
|
/xen/xen/common/ |
A D | sysctl.c | 97 if ( copy_to_guest_offset(op->u.getdomaininfolist.buffer, in do_sysctl() 156 if ( copy_to_guest_offset(op->u.getcpuinfo.info, i, &cpuinfo, 1) ) in do_sysctl() 315 if ( copy_to_guest_offset(ni->meminfo, i, &meminfo, 1) ) in do_sysctl() 331 if ( copy_to_guest_offset(ni->distance, i * num_nodes, in do_sysctl() 385 if ( copy_to_guest_offset(ti->cputopo, i, &cputopo, 1) ) in do_sysctl() 448 if ( copy_to_guest_offset(ti->nodes, i, &node, 1) ) in do_sysctl()
|
A D | hypfs.c | 237 if ( copy_to_guest_offset(uaddr, DIRENTRY_NAME_OFF, in hypfs_read_dir()
|
A D | spinlock.c | 440 if ( copy_to_guest_offset(p->pc->data, p->pc->nr_elem, &elem, 1) ) in spinlock_profile_ucopy_elem()
|
A D | kernel.c | 633 if ( copy_to_guest_offset(arg, offsetof(xen_build_id_t, buf), p, sz) ) in DO()
|
A D | domctl.c | 59 if ( copy_to_guest_offset(xenctl_bitmap->bitmap, i, &zero, 1) ) in bitmap_to_xenctl_bitmap()
|
A D | grant_table.c | 3277 if ( copy_to_guest_offset(op.frame_list, i, &gmfn, 1) ) in gnttab_get_status_frames()
|
/xen/xen/include/xen/ |
A D | guest_access.h | 15 copy_to_guest_offset(hnd, 0, ptr, nr)
|
/xen/xen/lib/x86/ |
A D | private.h | 15 #define copy_to_buffer_offset copy_to_guest_offset
|
/xen/xen/include/asm-arm/ |
A D | guest_access.h | 66 #define copy_to_guest_offset(hnd, off, ptr, nr) ({ \ macro
|
/xen/xen/include/asm-x86/ |
A D | guest_access.h | 77 #define copy_to_guest_offset(hnd, off, ptr, nr) ({ \ macro
|
/xen/xen/arch/x86/ |
A D | domctl.c | 1057 if ( !ret && copy_to_guest_offset(evc->buffer, offset, in arch_do_domctl() 1063 if ( !ret && copy_to_guest_offset(evc->buffer, offset, in arch_do_domctl() 1085 if ( copy_to_guest_offset(evc->buffer, offset, xsave_area, in arch_do_domctl() 1286 if ( copy_to_guest_offset(vmsrs->msrs, i, &msr, 1) ) in arch_do_domctl()
|
A D | platform_hypercall.c | 480 if ( copy_to_guest_offset(idletimes, cpu, &idletime, 1) ) in do_platform_op()
|
/xen/xen/drivers/char/ |
A D | console.c | 363 if ( copy_to_guest_offset(str, sofar, &conring[idx], len) ) in read_console_ring() 711 if ( copy_to_guest_offset(buffer, rc, &serial_rx_ring[idx], len) ) in do_console_io()
|
/xen/xen/arch/x86/x86_64/ |
A D | mm.c | 924 if ( copy_to_guest_offset(xmml.extent_start, i, &mfn, 1) ) in subarch_memory_op() 952 if ( copy_to_guest_offset(xmml.extent_start, i, &mfn, 1) ) in subarch_memory_op()
|
/xen/xen/arch/x86/hvm/ |
A D | dm.c | 710 !const_op && copy_to_guest_offset(op_args->buf[0].h, offset, in dm_op()
|
/xen/xen/arch/x86/mm/ |
A D | paging.c | 491 if ( (l1 ? copy_to_guest_offset(sc->dirty_bitmap, in paging_log_dirty_op()
|
/xen/xen/common/sched/ |
A D | rt.c | 1410 if ( copy_to_guest_offset(op->u.v.vcpus, index, in rt_dom_cntl()
|
/xen/xen/arch/x86/acpi/ |
A D | cpu_idle.c | 1559 copy_to_guest_offset(stat->what, n - 1, &hw_res.what##n, 1) ) \ in pmstat_get_cx_stat()
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 1595 if ( unlikely(copy_to_guest_offset(buf, i, &bdf, 1)) ) in iommu_get_device_group()
|