Home
last modified time | relevance | path

Searched refs:__copy_from_guest (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/efi/
A Dcompat.c22 #undef __copy_from_guest
23 #define __copy_from_guest __copy_from_compat macro
A Druntime.c469 __copy_from_guest(name, op->u.get_variable.name, len); in efi_runtime_call()
517 __copy_from_guest(name, op->u.set_variable.name, len); in efi_runtime_call()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dguest_access.h26 #define __copy_from_guest(ptr, hnd, nr) \ macro
/xen-4.10.0-shim-comet/xen/common/
A Dmulticall.c59 if ( unlikely(__copy_from_guest(&mcs->call, call_list, 1)) ) in do_multicall()
A Dgrant_table.c1512 if ( unlikely(__copy_from_guest(&op, uop, 1)) ) in gnttab_unmap_grant_ref()
1577 if ( unlikely(__copy_from_guest(&op, uop, 1)) ) in gnttab_unmap_and_replace()
2027 if ( unlikely(__copy_from_guest(&gop, uop, 1)) ) in gnttab_transfer()
2827 if ( unlikely(__copy_from_guest(&op, uop, 1)) ) in gnttab_copy()
3193 if ( unlikely(__copy_from_guest(&op, uop, 1)) ) in gnttab_swap_grant_ref()
3292 if ( unlikely(__copy_from_guest(&op, uop, 1)) ) in gnttab_cache_flush()
A Dlivepatch.c924 else if ( __copy_from_guest(raw_data, upload->payload, upload->size) ) in livepatch_upload()
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dbacktrace.c86 if (__copy_from_guest(&bufhead, guest_head, 1)) in dump_guest_backtrace()
/xen-4.10.0-shim-comet/xen/common/compat/
A Dgrant_table.c151 else if ( unlikely(__copy_from_guest(&cmp.setup, cmp_uop, 1)) ) in compat_grant_table_op()
283 if ( unlikely(__copy_from_guest(&cmp.get_status, cmp_uop, 1) || in compat_grant_table_op()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddescriptor-tables.c201 if ( __copy_from_guest(&frame, frame_list, 1) ) in compat_set_gdt()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dmm.c219 if ( unlikely(__copy_from_guest(&cmp_op, cmp_uops, 1) != 0) ) in compat_mmuext_op()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c3046 if ( unlikely(__copy_from_guest(&op, uops, 1) != 0) ) in do_mmuext_op()
3586 if ( unlikely(__copy_from_guest(&req, ureqs, 1) != 0) ) in do_mmu_update()

Completed in 26 milliseconds