Searched refs:errs (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | memory.c | 270 !compat_handle_okay(cmp.atpb.errs, size) ) in compat_memory_op() 297 guest_from_compat_handle((_d_)->errs, (_s_)->errs) in compat_memory_op()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | memory.h | 287 XEN_GUEST_HANDLE(int) errs;
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 827 guest_handle_add_offset(xatpb->errs, start); in xenmem_add_to_physmap_batch() 832 !guest_handle_okay(xatpb->errs, xatpb->size) ) in xenmem_add_to_physmap_batch() 856 if ( unlikely(__copy_to_guest_offset(xatpb->errs, 0, &rc, 1)) ) in xenmem_add_to_physmap_batch() 864 guest_handle_add_offset(xatpb->errs, 1); in xenmem_add_to_physmap_batch()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 1070 int *errs) in xc_domain_add_to_physmap_batch() argument 1075 DECLARE_HYPERCALL_BOUNCE(errs, size * sizeof(*errs), XC_HYPERCALL_BUFFER_BOUNCE_OUT); in xc_domain_add_to_physmap_batch() 1086 xc_hypercall_bounce_pre(xch, errs) ) in xc_domain_add_to_physmap_batch() 1095 set_xen_guest_handle(xatp_batch.errs, errs); in xc_domain_add_to_physmap_batch() 1103 xc_hypercall_bounce_post(xch, errs); in xc_domain_add_to_physmap_batch()
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | mce.c | 1112 int i, errs = 0; in x86_mc_msrinject_verify() local 1182 errs++; in x86_mc_msrinject_verify() 1186 return !errs; in x86_mc_msrinject_verify()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1417 int *errs);
|
Completed in 18 milliseconds