Searched refs:__copy_from_guest (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | compat.c | 22 #undef __copy_from_guest 23 #define __copy_from_guest __copy_from_compat macro
|
A D | runtime.c | 469 __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 D | guest_access.h | 26 #define __copy_from_guest(ptr, hnd, nr) \ macro
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | multicall.c | 59 if ( unlikely(__copy_from_guest(&mcs->call, call_list, 1)) ) in do_multicall()
|
A D | grant_table.c | 1512 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 D | livepatch.c | 924 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 D | backtrace.c | 86 if (__copy_from_guest(&bufhead, guest_head, 1)) in dump_guest_backtrace()
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | grant_table.c | 151 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 D | descriptor-tables.c | 201 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 D | mm.c | 219 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 D | mm.c | 3046 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 24 milliseconds