/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_monitor.c | 72 uint16_t index, bool enable, bool sync, in xc_monitor_write_ctrlreg() argument 83 domctl.u.monitor_op.u.mov_to_cr.sync = sync; in xc_monitor_write_ctrlreg() 150 bool sync, bool allow_userspace) in xc_monitor_guest_request() argument 159 domctl.u.monitor_op.u.guest_request.sync = sync; in xc_monitor_guest_request() 179 bool enable, bool sync) in xc_monitor_debug_exceptions() argument 188 domctl.u.monitor_op.u.debug_exception.sync = sync; in xc_monitor_debug_exceptions()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | monitor.c | 44 bool sync = ad->monitor.write_ctrlreg_sync & ctrlreg_bitmask; in hvm_monitor_cr() local 53 if ( monitor_traps(curr, sync, &req) >= 0 ) in hvm_monitor_cr() 136 bool sync; in hvm_monitor_debug() local 147 sync = true; in hvm_monitor_debug() 155 sync = true; in hvm_monitor_debug() 165 sync = !!ad->monitor.debug_exception_sync; in hvm_monitor_debug() 172 return monitor_traps(curr, sync, &req); in hvm_monitor_debug()
|
A D | hvm.c | 1707 bool_t ap2m_active, sync = 0; in hvm_hap_nested_page_fault() local 1844 sync = p2m_mem_access_check(gpa, gla, npfec, &req_ptr); in hvm_hap_nested_page_fault() 1846 if ( !sync ) in hvm_hap_nested_page_fault() 1948 if ( monitor_traps(curr, sync, req_ptr) < 0 ) in hvm_hap_nested_page_fault()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/ |
A D | xsraw.ml | 153 let sync f con = function 184 sync (Queueop.debug command) con 193 sync (Queueop.read tid path) con 206 ack (sync (Queueop.watch path data) con) 210 ack (sync (Queueop.unwatch path data) con) 230 ack (sync (Queueop.release domid) con) 233 ack (sync (Queueop.resume domid) con) 236 sync (Queueop.getdomainpath domid) con 240 ack (sync (Queueop.write tid path value) con) 250 ack (sync (Queueop.mkdir tid path) con) [all …]
|
A D | xsraw.mli | 36 val sync : (Xenbus.Xb.t -> 'a) -> con -> string val
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | README.LinuxPrimitives | 9 bitops: last sync @ v3.16-rc6 (last commit: 8715466b6027) 16 cmpxchg: last sync @ v3.16-rc6 (last commit: e1dfda9ced9b) 22 atomics: last sync @ v3.16-rc6 (last commit: 8715466b6027) 32 mem*: last sync @ v3.16-rc6 (last commit: d875c9b37240) 46 str*: last sync @ v3.16-rc6 (last commit: 0a42cb0a6fa6) 70 bitops: last sync @ v3.16-rc6 (last commit: c32ffce0f66e) 88 cmpxchg: last sync @ v3.16-rc6 (last commit: c32ffce0f66e) 104 mem*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0) 120 str*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0) 127 {clear,copy}_page: last sync: Never [all …]
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | monitor.c | 76 d->monitor.guest_request_sync = mop->u.guest_request.sync; in monitor_domctl() 91 int monitor_traps(struct vcpu *v, bool sync, vm_event_request_t *req) in monitor_traps() argument 113 if ( sync ) in monitor_traps()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | monitor.h | 33 int monitor_traps(struct vcpu *v, bool sync, vm_event_request_t *req);
|
A D | serial.h | 54 int sync; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | monitor.c | 150 if ( mop->u.mov_to_cr.sync ) in arch_monitor_domctl_event() 267 mop->u.debug_exception.sync : in arch_monitor_domctl_event()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | domctl.h | 1039 uint8_t sync; member 1058 uint8_t sync; member 1064 uint8_t sync; member
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | serial.c | 120 if ( (port->txbuf != NULL) && !port->sync ) in __serial_putc() 427 if ( port->sync++ == 0 ) in serial_start_sync() 462 port->sync--; in serial_end_sync()
|
A D | ehci-dbgp.c | 1170 if ( dbgp->state == dbgp_idle || !port->sync ) in ehci_dbgp_flush() 1179 if ( port->sync ) in ehci_dbgp_flush() 1209 return port->sync || port->tx_log_everything || !port->txbuf; in ehci_dbgp_tx_ready()
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | video.S | 606 set48a: movw $0x0c11, %ax # Vertical sync end (also unlocks CR0-7) 612 movw $0xea10, %ax # Vertical sync start 625 orb $0xe2, %al # Set correct sync polarity
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svm.c | 697 bool sync = false; in svm_set_segment_register() local 719 sync = (v == current); in svm_set_segment_register() 728 if ( sync ) in svm_set_segment_register() 765 if ( sync ) in svm_set_segment_register() 1974 int sync = 0; in svm_msr_write_intercept() local 1981 sync = 1; in svm_msr_write_intercept() 1987 if ( sync ) in svm_msr_write_intercept() 2112 if ( sync ) in svm_msr_write_intercept()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m-ept.c | 1095 int rc = 0, sync = 0; in ept_change_entry_type_range() local 1107 sync |= rc; in ept_change_entry_type_range() 1117 sync |= rc; in ept_change_entry_type_range() 1129 if ( sync ) in ept_change_entry_type_range()
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 8 # to do a quick and dirty shutdown ("s e i u o") or at least sync the disks
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 2044 uint16_t index, bool enable, bool sync, 2059 bool enable, bool sync, bool allow_userspace); 2061 bool enable, bool sync);
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxl-migration-stream.pandoc | 270 control_id 0x00000000: Secondary VM is out of sync, start a new checkpoint
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 1547 Turns "out of sync pagetables" on or off. When running in shadow page 1551 possible to disable this feature. Use of out of sync page tables, 2432 Turns "out of sync pagetables" on or off. When running in shadow page 2436 possible to disable this feature. Use of out of sync page tables,
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 366 /* MUST be in sync with hypervisor. */
|
A D | xen-command-line.markdown | 1662 ### sync\_console
|