Searched refs:errs (Results 1 – 6 of 6) sorted by relevance
/xen/xen/common/compat/ |
A D | memory.c | 272 !compat_handle_okay(cmp.atpb.errs, size) ) in compat_memory_op() 299 guest_from_compat_handle((_d_)->errs, (_s_)->errs) in compat_memory_op()
|
/xen/tools/libxc/ |
A D | xc_domain.c | 1033 int *errs) in xc_domain_add_to_physmap_batch() argument 1038 DECLARE_HYPERCALL_BOUNCE(errs, size * sizeof(*errs), XC_HYPERCALL_BUFFER_BOUNCE_OUT); in xc_domain_add_to_physmap_batch() 1049 xc_hypercall_bounce_pre(xch, errs) ) in xc_domain_add_to_physmap_batch() 1058 set_xen_guest_handle(xatp_batch.errs, errs); in xc_domain_add_to_physmap_batch() 1066 xc_hypercall_bounce_post(xch, errs); in xc_domain_add_to_physmap_batch()
|
/xen/xen/include/public/ |
A D | memory.h | 287 XEN_GUEST_HANDLE(int) errs;
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | mce.c | 1149 int i, errs = 0; in x86_mc_msrinject_verify() local 1217 errs++; in x86_mc_msrinject_verify() 1221 return !errs; in x86_mc_msrinject_verify()
|
/xen/xen/common/ |
A D | memory.c | 909 !guest_handle_subrange_okay(xatpb->errs, extent, xatpb->size - 1) ) in xenmem_add_to_physmap_batch() 940 if ( unlikely(__copy_to_guest_offset(xatpb->errs, extent, &rc, 1)) ) in xenmem_add_to_physmap_batch()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1399 int *errs);
|
Completed in 19 milliseconds