/xen/tools/ocaml/test/ |
A D | list_domains.ml | 9 and paused = bool_as_char dominfo.Xenlight.Dominfo.paused 'p' 14 printf "Dom %d: %c%c%c%c%c %LdKB\n" id running blocked paused shutdown dying memory
|
/xen/tools/xl/ |
A D | xl_saverestore.c | 172 int paused = 0, debug = 0, daemonize = 1, monitor = 1, in main_restore() local 186 paused = 1; in main_restore() 220 dom_info.paused = paused; in main_restore()
|
A D | xl_vmcontrol.c | 656 int paused = dom_info->paused; in create_domain() local 986 if (!paused) in create_domain() 1078 paused = 0; in create_domain() 1169 int paused = 0, debug = 0, daemonize = 1, console_autoconnect = 0, in main_create() local 1194 paused = 1; in main_create() 1244 dom_info.paused = paused; in main_create()
|
A D | xl.h | 37 int paused; member
|
A D | xl_migrate.c | 346 dom_info.paused = 1; in migrate_receive()
|
A D | xl_info.c | 406 info[i].paused ? 'p' : '-', in list_domains()
|
/xen/xen/common/ |
A D | gdbstub.c | 59 atomic_t paused; member 672 while ( atomic_read(&gdb_cpu[smp_processor_id()].paused) ) in gdb_pause_this_cpu() 690 atomic_set(&gdb_cpu[cpu].paused, 1); in gdb_smp_pause() 721 atomic_set(&gdb_cpu[cpu].paused, 0); in gdb_smp_resume()
|
/xen/tools/libxl/ |
A D | libxl_colo_save.c | 100 css->paused = true; in libxl__colo_save_setup() 350 if (!css->paused && in colo_read_svm_suspended_done() 465 if (!css->paused) { in colo_preresume_cb() 482 if (css->paused) { in colo_preresume_cb() 488 css->paused = false; in colo_preresume_cb()
|
A D | libxl_colo.h | 85 bool paused; member
|
A D | libxl_types.idl | 338 ("paused", bool),
|
A D | libxl_device.c | 952 (info.paused || info.dying || info.shutdown)) { in libxl__initiate_device_generic_remove()
|
A D | libxl_domain.c | 290 xlinfo->paused = !!(xcinfo->flags&XEN_DOMINF_paused); in libxl__xcinfo2xlinfo()
|
/xen/tools/ocaml/xenstored/ |
A D | domains.ml | 31 credit and so have had their access paused. *) 35 (* A callback function to be called when we go from zero to one paused domain. 72 * from max-credit to paused without getting into the penalty queue. *)
|
/xen/tools/debugger/gdbsx/ |
A D | README | 36 - if ctrl-c or core-dumped, make sure to do xm unpause if guest still paused.
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl.ml | 89 paused : bool; RecordField
|
A D | xenctrl.mli | 80 paused : bool; RecordField
|
/xen/tools/libxc/ |
A D | xc_sr_save_x86_pv.c | 946 if ( !ctx->dominfo.paused ) in normalise_pagetable() 968 if ( !ctx->dominfo.paused ) in normalise_pagetable()
|
A D | xc_domain.c | 373 info->paused = !!(domctl.u.getdomaininfo.flags&XEN_DOMINF_paused); in xc_domain_getinfo()
|
/xen/xen/include/public/ |
A D | domctl.h | 771 uint8_t paused; /* is the domain paused */ member
|
/xen/docs/man/ |
A D | xl.1.pod.in | 135 Leave the domain paused after it is created. 358 =item B<p - paused> 360 The domain has been paused, usually occurring through the administrator 361 running B<xl pause>. When in a paused state the domain will still 491 Leave the domain on the receive side paused after migration. 615 Pause a domain. When in a paused state the domain will still consume 700 Leave the domain paused after creating the snapshot. 777 Moves a domain out of the paused state. This will allow a previously 778 paused domain to now be eligible for scheduling by the Xen hypervisor.
|
/xen/docs/misc/ |
A D | stubdom.txt | 73 - "paused" - success
|
/xen/xen/arch/x86/ |
A D | domctl.c | 992 domctl->u.gdbsx_domstatus.paused = d->controller_pause_count > 0; in arch_do_domctl() 993 if ( domctl->u.gdbsx_domstatus.paused ) in arch_do_domctl()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 454 paused:1, blocked:1, running:1, member
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 375 "paused", info[i].paused, in pyxc_domain_getinfo()
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 315 x.Paused = bool(xc.paused) 347 xc.paused = C.bool(x.Paused)
|