Home
last modified time | relevance | path

Searched refs:copy_to_guest_offset (Results 1 – 21 of 21) sorted by relevance

/xen/xen/common/coverage/
A Dgcov.c109 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 Dllvm.c126 copy_to_guest_offset(buffer, off, (const char *)src, size); \ in dump()
/xen/xen/common/
A Dsysctl.c97 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 Dhypfs.c237 if ( copy_to_guest_offset(uaddr, DIRENTRY_NAME_OFF, in hypfs_read_dir()
A Dspinlock.c440 if ( copy_to_guest_offset(p->pc->data, p->pc->nr_elem, &elem, 1) ) in spinlock_profile_ucopy_elem()
A Dkernel.c633 if ( copy_to_guest_offset(arg, offsetof(xen_build_id_t, buf), p, sz) ) in DO()
A Ddomctl.c59 if ( copy_to_guest_offset(xenctl_bitmap->bitmap, i, &zero, 1) ) in bitmap_to_xenctl_bitmap()
A Dgrant_table.c3277 if ( copy_to_guest_offset(op.frame_list, i, &gmfn, 1) ) in gnttab_get_status_frames()
/xen/xen/include/xen/
A Dguest_access.h15 copy_to_guest_offset(hnd, 0, ptr, nr)
/xen/xen/lib/x86/
A Dprivate.h15 #define copy_to_buffer_offset copy_to_guest_offset
/xen/xen/include/asm-arm/
A Dguest_access.h66 #define copy_to_guest_offset(hnd, off, ptr, nr) ({ \ macro
/xen/xen/include/asm-x86/
A Dguest_access.h77 #define copy_to_guest_offset(hnd, off, ptr, nr) ({ \ macro
/xen/xen/arch/x86/
A Ddomctl.c1057 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 Dplatform_hypercall.c480 if ( copy_to_guest_offset(idletimes, cpu, &idletime, 1) ) in do_platform_op()
/xen/xen/drivers/char/
A Dconsole.c363 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 Dmm.c924 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 Ddm.c710 !const_op && copy_to_guest_offset(op_args->buf[0].h, offset, in dm_op()
/xen/xen/arch/x86/mm/
A Dpaging.c491 if ( (l1 ? copy_to_guest_offset(sc->dirty_bitmap, in paging_log_dirty_op()
/xen/xen/common/sched/
A Drt.c1410 if ( copy_to_guest_offset(op->u.v.vcpus, index, in rt_dom_cntl()
/xen/xen/arch/x86/acpi/
A Dcpu_idle.c1559 copy_to_guest_offset(stat->what, n - 1, &hw_res.what##n, 1) ) \ in pmstat_get_cx_stat()
/xen/xen/drivers/passthrough/
A Dpci.c1595 if ( unlikely(copy_to_guest_offset(buf, i, &bdf, 1)) ) in iommu_get_device_group()

Completed in 40 milliseconds