/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_monitor.c | 63 rc = do_domctl(xch, &domctl); in xc_monitor_get_capabilities() 89 return do_domctl(xch, &domctl); in xc_monitor_write_ctrlreg() 104 return do_domctl(xch, &domctl); in xc_monitor_mov_to_msr() 118 return do_domctl(xch, &domctl); in xc_monitor_software_breakpoint() 132 return do_domctl(xch, &domctl); in xc_monitor_singlestep() 146 return do_domctl(xch, &domctl); in xc_monitor_descriptor_access() 162 return do_domctl(xch, &domctl); in xc_monitor_guest_request() 175 return do_domctl(xch, &domctl); in xc_monitor_emulate_each_rep() 190 return do_domctl(xch, &domctl); in xc_monitor_debug_exceptions() 203 return do_domctl(xch, &domctl); in xc_monitor_cpuid() [all …]
|
A D | xc_domain.c | 87 return do_domctl(xch, &domctl); in xc_domain_cacheflush() 97 return do_domctl(xch, &domctl); in xc_domain_pause() 107 return do_domctl(xch, &domctl); in xc_domain_unpause() 117 return do_domctl(xch, &domctl); in xc_domain_destroy() 177 ret = do_domctl(xch, &domctl); in xc_domain_node_setaffinity() 214 ret = do_domctl(xch, &domctl); in xc_domain_node_getaffinity() 268 ret = do_domctl(xch, &domctl); in xc_vcpu_setaffinity() 320 ret = do_domctl(xch, &domctl); in xc_vcpu_getaffinity() 579 rc = do_domctl(xch, &domctl); in xc_vcpu_getcontext() 623 rc = do_domctl(xch, &domctl); in xc_vcpu_get_extstate() [all …]
|
A D | xc_rt.c | 41 rc = do_domctl(xch, &domctl); in xc_sched_rtds_domain_set() 58 rc = do_domctl(xch, &domctl); in xc_sched_rtds_domain_get() 90 if ( (rc = do_domctl(xch, &domctl)) != 0 ) in xc_sched_rtds_vcpu_set() 124 if ( (rc = do_domctl(xch, &domctl)) != 0 ) in xc_sched_rtds_vcpu_get()
|
A D | xc_psr.c | 38 return do_domctl(xch, &domctl); in xc_psr_cmt_attach() 49 return do_domctl(xch, &domctl); in xc_psr_cmt_detach() 62 rc = do_domctl(xch, &domctl); in xc_psr_cmt_get_domain_rmid() 283 return do_domctl(xch, &domctl); in xc_psr_cat_set_domain_data() 318 rc = do_domctl(xch, &domctl); in xc_psr_cat_get_domain_data()
|
A D | xc_csched.c | 40 if ( do_domctl(xch, &domctl) ) in xc_sched_credit_domain_set() 59 if ( do_domctl(xch, &domctl) ) in xc_sched_credit_domain_get()
|
A D | xc_csched2.c | 40 if ( do_domctl(xch, &domctl) ) in xc_sched_credit2_domain_set() 59 if ( do_domctl(xch, &domctl) ) in xc_sched_credit2_domain_get()
|
A D | xc_resume.c | 108 return do_domctl(xch, &domctl); in xc_domain_resume_cooperative() 129 return do_domctl(xch, &domctl); in xc_domain_resume_hvm() 250 rc = do_domctl(xch, &domctl); in xc_domain_resume_any()
|
A D | xc_private.c | 227 rc = do_domctl(xch, &domctl); in xc_get_pfn_type_batch() 354 if ( (do_domctl(xch, &domctl) < 0) ) in xc_domain_get_cpu_usage() 410 ret = do_domctl(xch, &domctl); in xc_get_pfn_list() 459 return do_domctl(xch, domctl); in xc_domctl()
|
A D | xc_vm_event.c | 36 rc = do_domctl(xch, &domctl); in xc_vm_event_control()
|
A D | xc_memshr.c | 41 return do_domctl(xch, &domctl); in xc_memshr_control()
|
A D | xc_cpuid_x86.c | 254 rc = do_domctl(xch, &domctl); in get_cpuid_domain_info() 626 return do_domctl(xch, &domctl); in xc_cpuid_do_domctl()
|
A D | xc_dom_boot.c | 57 rc = do_domctl(dom->xch, &domctl); in setup_hypercall_page()
|
A D | xc_private.h | 257 static inline int do_domctl(xc_interface *xch, struct xen_domctl *domctl) in do_domctl() function
|
A D | xc_dom_arm.c | 244 rc = do_domctl(xch, &domctl); in set_mode()
|
A D | xc_sr_restore_x86_pv.c | 622 rc = do_domctl(xch, &domctl); in handle_x86_pv_info()
|
A D | xc_dom_x86.c | 1054 rc = do_domctl(xch, &domctl); in x86_compat()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | hypercall.h | 28 do_domctl(
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 116 do_domctl: 123 Astute readers will wonder what we need to do if we were to patch `do_domctl` 126 Patching the offset in `hypercall_table` for `do_domctl: 127 (ffff82d080103079 <do_domctl>:) 136 with the new address where the new `do_domctl` is possible. The other
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | domctl.c | 380 long do_domctl(XEN_GUEST_HANDLE_PARAM(xen_domctl_t) u_domctl) in do_domctl() function
|